From 128b7ca1092f0a8ee7b3df016a449b544d730bef Mon Sep 17 00:00:00 2001 From: Xavier Beatrice <58835993+Xavbeat03@users.noreply.github.com> Date: Sat, 9 Nov 2024 14:32:52 -0500 Subject: [PATCH 1/2] Emerald Items (#66) * feat: linking grub texture * feat: giving texture cmd 50004 * feat: adding new update items adding items for a new update, unfortunately not working. * fix: attempting to fix major bug * fix: initial scroll and wand textures working * feat: added fish textures * feat: added emerald fishing rod textures --- .../emeraldstuff/models/item/burn_scroll.json | 6 ++++ .../emeraldstuff/models/item/cat_scroll.json | 6 ++++ .../models/item/cleanse_scroll.json | 6 ++++ .../models/item/doppleganger_scroll.json | 6 ++++ .../models/item/elder_scroll.json | 6 ++++ .../models/item/emerald_rod_cast.json | 12 ++++++++ .../models/item/emerald_rod_uncast.json | 12 ++++++++ .../models/item/explosion_scroll.json | 6 ++++ .../models/item/extinguish_scroll.json | 6 ++++ .../models/item/fireball_scroll.json | 6 ++++ .../emeraldstuff/models/item/fox_scroll.json | 6 ++++ .../models/item/glowing_scroll.json | 6 ++++ .../emeraldstuff/models/item/heal_scroll.json | 6 ++++ .../models/item/iceball_scroll.json | 6 ++++ .../models/item/levitation_scroll.json | 6 ++++ .../models/item/lightning_scroll.json | 6 ++++ .../models/item/nightvision_scroll.json | 6 ++++ .../models/item/poisoncloud_scroll.json | 6 ++++ .../models/item/smoke_scroll.json | 6 ++++ .../models/item/sparkly_platinum_bait.json | 6 ++++ .../models/item/wand_of_burn.json | 6 ++++ .../models/item/wand_of_cleanse.json | 6 ++++ .../models/item/wand_of_dash.json | 6 ++++ .../models/item/wand_of_earth.json | 6 ++++ .../models/item/wand_of_extinguish.json | 6 ++++ .../models/item/wand_of_pull.json | 6 ++++ .../textures/item/burn_scroll.png | 3 ++ .../emeraldstuff/textures/item/cat_scroll.png | 3 ++ .../textures/item/cleanse_scroll.png | 3 ++ .../textures/item/doppleganger_scroll.png | 3 ++ .../textures/item/elder_scroll.png | 3 ++ .../textures/item/emerald_rod_cast.png | 3 ++ .../textures/item/emerald_rod_uncast.png | 3 ++ .../textures/item/explosion_scroll.png | 3 ++ .../textures/item/extinguish_scroll.png | 3 ++ .../textures/item/fireball_scroll.png | 3 ++ .../emeraldstuff/textures/item/fox_scroll.png | 3 ++ .../textures/item/glowing_scroll.png | 3 ++ .../textures/item/heal_scroll.png | 3 ++ .../textures/item/iceball_scroll.png | 3 ++ .../textures/item/levitation_scroll.png | 3 ++ .../textures/item/lightning_scroll.png | 3 ++ .../textures/item/nightvision_scroll.png | 3 ++ .../textures/item/poisoncloud_scroll.png | 3 ++ .../textures/item/smoke_scroll.png | 3 ++ .../textures/item/sparkly_platinum_bait.png | 3 ++ .../textures/item/wand_of_burn.png | 3 ++ .../textures/item/wand_of_cleanse.png | 3 ++ .../textures/item/wand_of_dash.png | 3 ++ .../textures/item/wand_of_earth.png | 3 ++ .../textures/item/wand_of_extinguish.png | 3 ++ .../textures/item/wand_of_pull.png | 3 ++ assets/minecraft/models/item/fishing_rod.json | 14 +++++++++ assets/minecraft/models/item/paper.json | 6 ++++ assets/minecraft/models/item/salmon.json | 25 +++++++++++++++- assets/minecraft/models/item/wooden_hoe.json | 29 +++++++++++++++++-- .../models/item/asphodian_angler.json | 6 ++++ assets/netherfish/models/item/emberfish.json | 6 ++++ assets/netherfish/models/item/hellbass.json | 6 ++++ assets/netherfish/models/item/hellmouth.json | 6 ++++ assets/netherfish/models/item/imp_fish.json | 6 ++++ assets/netherfish/models/item/lava_cod.json | 6 ++++ .../netherfish/models/item/molten_loach.json | 6 ++++ .../netherfish/models/item/molten_perch.json | 6 ++++ assets/netherfish/models/item/soul_perch.json | 6 ++++ .../netherfish/models/item/soul_salmon.json | 6 ++++ assets/netherfish/models/item/soul_snail.json | 6 ++++ .../netherfish/models/item/striderhead.json | 6 ++++ assets/netherfish/models/item/toxic_eel.json | 6 ++++ .../netherfish/models/item/toxic_perch.json | 6 ++++ assets/netherfish/models/item/toxic_pike.json | 6 ++++ assets/netherfish/models/item/toxic_scad.json | 6 ++++ .../models/item/warped_crappie.json | 6 ++++ .../netherfish/models/item/warped_perch.json | 6 ++++ .../netherfish/models/item/warped_shad.json | 6 ++++ .../models/item/warped_striderhead.json | 6 ++++ .../models/item/wither_croaker.json | 6 ++++ .../netherfish/models/item/wither_mullet.json | 6 ++++ .../textures/item/asphodian_angler.png | 3 ++ assets/netherfish/textures/item/emberfish.png | 3 ++ assets/netherfish/textures/item/hellbass.png | 3 ++ assets/netherfish/textures/item/hellmouth.png | 3 ++ assets/netherfish/textures/item/imp_fish.png | 3 ++ assets/netherfish/textures/item/lava_cod.png | 3 ++ .../netherfish/textures/item/molten_loach.png | 3 ++ .../netherfish/textures/item/molten_perch.png | 3 ++ .../netherfish/textures/item/soul_perch.png | 3 ++ .../netherfish/textures/item/soul_salmon.png | 3 ++ .../netherfish/textures/item/soul_snail.png | 3 ++ .../netherfish/textures/item/striderhead.png | 3 ++ assets/netherfish/textures/item/toxic_eel.png | 3 ++ .../netherfish/textures/item/toxic_perch.png | 3 ++ .../netherfish/textures/item/toxic_pike.png | 3 ++ .../netherfish/textures/item/toxic_scad.png | 3 ++ .../textures/item/warped_crappie.png | 3 ++ .../netherfish/textures/item/warped_perch.png | 3 ++ .../netherfish/textures/item/warped_shad.png | 3 ++ .../textures/item/warped_striderhead.png | 3 ++ .../textures/item/wither_croaker.png | 3 ++ .../textures/item/wither_mullet.png | 3 ++ 100 files changed, 515 insertions(+), 3 deletions(-) create mode 100644 assets/emeraldstuff/models/item/burn_scroll.json create mode 100644 assets/emeraldstuff/models/item/cat_scroll.json create mode 100644 assets/emeraldstuff/models/item/cleanse_scroll.json create mode 100644 assets/emeraldstuff/models/item/doppleganger_scroll.json create mode 100644 assets/emeraldstuff/models/item/elder_scroll.json create mode 100644 assets/emeraldstuff/models/item/emerald_rod_cast.json create mode 100644 assets/emeraldstuff/models/item/emerald_rod_uncast.json create mode 100644 assets/emeraldstuff/models/item/explosion_scroll.json create mode 100644 assets/emeraldstuff/models/item/extinguish_scroll.json create mode 100644 assets/emeraldstuff/models/item/fireball_scroll.json create mode 100644 assets/emeraldstuff/models/item/fox_scroll.json create mode 100644 assets/emeraldstuff/models/item/glowing_scroll.json create mode 100644 assets/emeraldstuff/models/item/heal_scroll.json create mode 100644 assets/emeraldstuff/models/item/iceball_scroll.json create mode 100644 assets/emeraldstuff/models/item/levitation_scroll.json create mode 100644 assets/emeraldstuff/models/item/lightning_scroll.json create mode 100644 assets/emeraldstuff/models/item/nightvision_scroll.json create mode 100644 assets/emeraldstuff/models/item/poisoncloud_scroll.json create mode 100644 assets/emeraldstuff/models/item/smoke_scroll.json create mode 100644 assets/emeraldstuff/models/item/sparkly_platinum_bait.json create mode 100644 assets/emeraldstuff/models/item/wand_of_burn.json create mode 100644 assets/emeraldstuff/models/item/wand_of_cleanse.json create mode 100644 assets/emeraldstuff/models/item/wand_of_dash.json create mode 100644 assets/emeraldstuff/models/item/wand_of_earth.json create mode 100644 assets/emeraldstuff/models/item/wand_of_extinguish.json create mode 100644 assets/emeraldstuff/models/item/wand_of_pull.json create mode 100644 assets/emeraldstuff/textures/item/burn_scroll.png create mode 100644 assets/emeraldstuff/textures/item/cat_scroll.png create mode 100644 assets/emeraldstuff/textures/item/cleanse_scroll.png create mode 100644 assets/emeraldstuff/textures/item/doppleganger_scroll.png create mode 100644 assets/emeraldstuff/textures/item/elder_scroll.png create mode 100644 assets/emeraldstuff/textures/item/emerald_rod_cast.png create mode 100644 assets/emeraldstuff/textures/item/emerald_rod_uncast.png create mode 100644 assets/emeraldstuff/textures/item/explosion_scroll.png create mode 100644 assets/emeraldstuff/textures/item/extinguish_scroll.png create mode 100644 assets/emeraldstuff/textures/item/fireball_scroll.png create mode 100644 assets/emeraldstuff/textures/item/fox_scroll.png create mode 100644 assets/emeraldstuff/textures/item/glowing_scroll.png create mode 100644 assets/emeraldstuff/textures/item/heal_scroll.png create mode 100644 assets/emeraldstuff/textures/item/iceball_scroll.png create mode 100644 assets/emeraldstuff/textures/item/levitation_scroll.png create mode 100644 assets/emeraldstuff/textures/item/lightning_scroll.png create mode 100644 assets/emeraldstuff/textures/item/nightvision_scroll.png create mode 100644 assets/emeraldstuff/textures/item/poisoncloud_scroll.png create mode 100644 assets/emeraldstuff/textures/item/smoke_scroll.png create mode 100644 assets/emeraldstuff/textures/item/sparkly_platinum_bait.png create mode 100644 assets/emeraldstuff/textures/item/wand_of_burn.png create mode 100644 assets/emeraldstuff/textures/item/wand_of_cleanse.png create mode 100644 assets/emeraldstuff/textures/item/wand_of_dash.png create mode 100644 assets/emeraldstuff/textures/item/wand_of_earth.png create mode 100644 assets/emeraldstuff/textures/item/wand_of_extinguish.png create mode 100644 assets/emeraldstuff/textures/item/wand_of_pull.png create mode 100644 assets/netherfish/models/item/asphodian_angler.json create mode 100644 assets/netherfish/models/item/emberfish.json create mode 100644 assets/netherfish/models/item/hellbass.json create mode 100644 assets/netherfish/models/item/hellmouth.json create mode 100644 assets/netherfish/models/item/imp_fish.json create mode 100644 assets/netherfish/models/item/lava_cod.json create mode 100644 assets/netherfish/models/item/molten_loach.json create mode 100644 assets/netherfish/models/item/molten_perch.json create mode 100644 assets/netherfish/models/item/soul_perch.json create mode 100644 assets/netherfish/models/item/soul_salmon.json create mode 100644 assets/netherfish/models/item/soul_snail.json create mode 100644 assets/netherfish/models/item/striderhead.json create mode 100644 assets/netherfish/models/item/toxic_eel.json create mode 100644 assets/netherfish/models/item/toxic_perch.json create mode 100644 assets/netherfish/models/item/toxic_pike.json create mode 100644 assets/netherfish/models/item/toxic_scad.json create mode 100644 assets/netherfish/models/item/warped_crappie.json create mode 100644 assets/netherfish/models/item/warped_perch.json create mode 100644 assets/netherfish/models/item/warped_shad.json create mode 100644 assets/netherfish/models/item/warped_striderhead.json create mode 100644 assets/netherfish/models/item/wither_croaker.json create mode 100644 assets/netherfish/models/item/wither_mullet.json create mode 100644 assets/netherfish/textures/item/asphodian_angler.png create mode 100644 assets/netherfish/textures/item/emberfish.png create mode 100644 assets/netherfish/textures/item/hellbass.png create mode 100644 assets/netherfish/textures/item/hellmouth.png create mode 100644 assets/netherfish/textures/item/imp_fish.png create mode 100644 assets/netherfish/textures/item/lava_cod.png create mode 100644 assets/netherfish/textures/item/molten_loach.png create mode 100644 assets/netherfish/textures/item/molten_perch.png create mode 100644 assets/netherfish/textures/item/soul_perch.png create mode 100644 assets/netherfish/textures/item/soul_salmon.png create mode 100644 assets/netherfish/textures/item/soul_snail.png create mode 100644 assets/netherfish/textures/item/striderhead.png create mode 100644 assets/netherfish/textures/item/toxic_eel.png create mode 100644 assets/netherfish/textures/item/toxic_perch.png create mode 100644 assets/netherfish/textures/item/toxic_pike.png create mode 100644 assets/netherfish/textures/item/toxic_scad.png create mode 100644 assets/netherfish/textures/item/warped_crappie.png create mode 100644 assets/netherfish/textures/item/warped_perch.png create mode 100644 assets/netherfish/textures/item/warped_shad.png create mode 100644 assets/netherfish/textures/item/warped_striderhead.png create mode 100644 assets/netherfish/textures/item/wither_croaker.png create mode 100644 assets/netherfish/textures/item/wither_mullet.png diff --git a/assets/emeraldstuff/models/item/burn_scroll.json b/assets/emeraldstuff/models/item/burn_scroll.json new file mode 100644 index 0000000..d8367e4 --- /dev/null +++ b/assets/emeraldstuff/models/item/burn_scroll.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/burn_scroll" + } +} diff --git a/assets/emeraldstuff/models/item/cat_scroll.json b/assets/emeraldstuff/models/item/cat_scroll.json new file mode 100644 index 0000000..b159639 --- /dev/null +++ b/assets/emeraldstuff/models/item/cat_scroll.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/cat_scroll" + } +} diff --git a/assets/emeraldstuff/models/item/cleanse_scroll.json b/assets/emeraldstuff/models/item/cleanse_scroll.json new file mode 100644 index 0000000..c7a7f8d --- /dev/null +++ b/assets/emeraldstuff/models/item/cleanse_scroll.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/cleanse_scroll" + } +} diff --git a/assets/emeraldstuff/models/item/doppleganger_scroll.json b/assets/emeraldstuff/models/item/doppleganger_scroll.json new file mode 100644 index 0000000..cb619f9 --- /dev/null +++ b/assets/emeraldstuff/models/item/doppleganger_scroll.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/doppleganger_scroll" + } +} diff --git a/assets/emeraldstuff/models/item/elder_scroll.json b/assets/emeraldstuff/models/item/elder_scroll.json new file mode 100644 index 0000000..3122676 --- /dev/null +++ b/assets/emeraldstuff/models/item/elder_scroll.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/elder_scroll" + } +} diff --git a/assets/emeraldstuff/models/item/emerald_rod_cast.json b/assets/emeraldstuff/models/item/emerald_rod_cast.json new file mode 100644 index 0000000..93a3a35 --- /dev/null +++ b/assets/emeraldstuff/models/item/emerald_rod_cast.json @@ -0,0 +1,12 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/emerald_rod_cast" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, -90, -40 ], + "translation": [ 0, 5, 3 ] + } + } +} diff --git a/assets/emeraldstuff/models/item/emerald_rod_uncast.json b/assets/emeraldstuff/models/item/emerald_rod_uncast.json new file mode 100644 index 0000000..b4d5122 --- /dev/null +++ b/assets/emeraldstuff/models/item/emerald_rod_uncast.json @@ -0,0 +1,12 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/emerald_rod_uncast" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, -90, -40 ], + "translation": [ 0, 5, 3 ] + } + } +} diff --git a/assets/emeraldstuff/models/item/explosion_scroll.json b/assets/emeraldstuff/models/item/explosion_scroll.json new file mode 100644 index 0000000..906198e --- /dev/null +++ b/assets/emeraldstuff/models/item/explosion_scroll.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/explosion_scroll" + } +} diff --git a/assets/emeraldstuff/models/item/extinguish_scroll.json b/assets/emeraldstuff/models/item/extinguish_scroll.json new file mode 100644 index 0000000..41cd70c --- /dev/null +++ b/assets/emeraldstuff/models/item/extinguish_scroll.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/extinguish_scroll" + } +} diff --git a/assets/emeraldstuff/models/item/fireball_scroll.json b/assets/emeraldstuff/models/item/fireball_scroll.json new file mode 100644 index 0000000..38d852e --- /dev/null +++ b/assets/emeraldstuff/models/item/fireball_scroll.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/fireball_scroll" + } +} diff --git a/assets/emeraldstuff/models/item/fox_scroll.json b/assets/emeraldstuff/models/item/fox_scroll.json new file mode 100644 index 0000000..5d0bd3a --- /dev/null +++ b/assets/emeraldstuff/models/item/fox_scroll.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/fox_scroll" + } +} diff --git a/assets/emeraldstuff/models/item/glowing_scroll.json b/assets/emeraldstuff/models/item/glowing_scroll.json new file mode 100644 index 0000000..8b72232 --- /dev/null +++ b/assets/emeraldstuff/models/item/glowing_scroll.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/glowing_scroll" + } +} diff --git a/assets/emeraldstuff/models/item/heal_scroll.json b/assets/emeraldstuff/models/item/heal_scroll.json new file mode 100644 index 0000000..46abd2e --- /dev/null +++ b/assets/emeraldstuff/models/item/heal_scroll.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/heal_scroll" + } +} diff --git a/assets/emeraldstuff/models/item/iceball_scroll.json b/assets/emeraldstuff/models/item/iceball_scroll.json new file mode 100644 index 0000000..e0062f7 --- /dev/null +++ b/assets/emeraldstuff/models/item/iceball_scroll.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/iceball_scroll" + } +} diff --git a/assets/emeraldstuff/models/item/levitation_scroll.json b/assets/emeraldstuff/models/item/levitation_scroll.json new file mode 100644 index 0000000..8edbfba --- /dev/null +++ b/assets/emeraldstuff/models/item/levitation_scroll.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/levitation_scroll" + } +} diff --git a/assets/emeraldstuff/models/item/lightning_scroll.json b/assets/emeraldstuff/models/item/lightning_scroll.json new file mode 100644 index 0000000..f06904a --- /dev/null +++ b/assets/emeraldstuff/models/item/lightning_scroll.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/lightning_scroll" + } +} diff --git a/assets/emeraldstuff/models/item/nightvision_scroll.json b/assets/emeraldstuff/models/item/nightvision_scroll.json new file mode 100644 index 0000000..9d28fa5 --- /dev/null +++ b/assets/emeraldstuff/models/item/nightvision_scroll.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/nightvision_scroll" + } +} diff --git a/assets/emeraldstuff/models/item/poisoncloud_scroll.json b/assets/emeraldstuff/models/item/poisoncloud_scroll.json new file mode 100644 index 0000000..58ddba3 --- /dev/null +++ b/assets/emeraldstuff/models/item/poisoncloud_scroll.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/poisoncloud_scroll" + } +} diff --git a/assets/emeraldstuff/models/item/smoke_scroll.json b/assets/emeraldstuff/models/item/smoke_scroll.json new file mode 100644 index 0000000..961eeb5 --- /dev/null +++ b/assets/emeraldstuff/models/item/smoke_scroll.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/smoke_scroll" + } +} diff --git a/assets/emeraldstuff/models/item/sparkly_platinum_bait.json b/assets/emeraldstuff/models/item/sparkly_platinum_bait.json new file mode 100644 index 0000000..ba4e511 --- /dev/null +++ b/assets/emeraldstuff/models/item/sparkly_platinum_bait.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/sparkly_platinum_bait" + } +} diff --git a/assets/emeraldstuff/models/item/wand_of_burn.json b/assets/emeraldstuff/models/item/wand_of_burn.json new file mode 100644 index 0000000..d6a20b8 --- /dev/null +++ b/assets/emeraldstuff/models/item/wand_of_burn.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/wand_of_burn" + } +} diff --git a/assets/emeraldstuff/models/item/wand_of_cleanse.json b/assets/emeraldstuff/models/item/wand_of_cleanse.json new file mode 100644 index 0000000..87cc3a6 --- /dev/null +++ b/assets/emeraldstuff/models/item/wand_of_cleanse.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/wand_of_cleanse" + } +} diff --git a/assets/emeraldstuff/models/item/wand_of_dash.json b/assets/emeraldstuff/models/item/wand_of_dash.json new file mode 100644 index 0000000..ec59761 --- /dev/null +++ b/assets/emeraldstuff/models/item/wand_of_dash.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/wand_of_dash" + } +} diff --git a/assets/emeraldstuff/models/item/wand_of_earth.json b/assets/emeraldstuff/models/item/wand_of_earth.json new file mode 100644 index 0000000..d12cb00 --- /dev/null +++ b/assets/emeraldstuff/models/item/wand_of_earth.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/wand_of_earth" + } +} diff --git a/assets/emeraldstuff/models/item/wand_of_extinguish.json b/assets/emeraldstuff/models/item/wand_of_extinguish.json new file mode 100644 index 0000000..eff5c91 --- /dev/null +++ b/assets/emeraldstuff/models/item/wand_of_extinguish.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/wand_of_extinguish" + } +} diff --git a/assets/emeraldstuff/models/item/wand_of_pull.json b/assets/emeraldstuff/models/item/wand_of_pull.json new file mode 100644 index 0000000..3a5f7f5 --- /dev/null +++ b/assets/emeraldstuff/models/item/wand_of_pull.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "emeraldstuff:item/wand_of_pull" + } +} diff --git a/assets/emeraldstuff/textures/item/burn_scroll.png b/assets/emeraldstuff/textures/item/burn_scroll.png new file mode 100644 index 0000000..a27380d --- /dev/null +++ b/assets/emeraldstuff/textures/item/burn_scroll.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3120b904b3e451489be0ad9e66f4f13eec2d43572becadcd5bff4d2d5937a16b +size 537 diff --git a/assets/emeraldstuff/textures/item/cat_scroll.png b/assets/emeraldstuff/textures/item/cat_scroll.png new file mode 100644 index 0000000..1dd831b --- /dev/null +++ b/assets/emeraldstuff/textures/item/cat_scroll.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5a5291197087a0b0aadd81f180aa4dc63c8fe6a8a8128a758a41872d6bbf95 +size 465 diff --git a/assets/emeraldstuff/textures/item/cleanse_scroll.png b/assets/emeraldstuff/textures/item/cleanse_scroll.png new file mode 100644 index 0000000..2e1cfb2 --- /dev/null +++ b/assets/emeraldstuff/textures/item/cleanse_scroll.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142160764bedb8881f12122eb7562d0eee1269cf507a6cb84ee41489dfe2ad21 +size 602 diff --git a/assets/emeraldstuff/textures/item/doppleganger_scroll.png b/assets/emeraldstuff/textures/item/doppleganger_scroll.png new file mode 100644 index 0000000..5f4169c --- /dev/null +++ b/assets/emeraldstuff/textures/item/doppleganger_scroll.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211ec5a0ffdfd1060df7c36b649459733fd447cd28760c2ba9bcf9733467f5b2 +size 539 diff --git a/assets/emeraldstuff/textures/item/elder_scroll.png b/assets/emeraldstuff/textures/item/elder_scroll.png new file mode 100644 index 0000000..832b582 --- /dev/null +++ b/assets/emeraldstuff/textures/item/elder_scroll.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af43e90f6fe0f47293caa66264c45987580abf4a1017f4f8124f0b6ba49fbb1 +size 538 diff --git a/assets/emeraldstuff/textures/item/emerald_rod_cast.png b/assets/emeraldstuff/textures/item/emerald_rod_cast.png new file mode 100644 index 0000000..ea36ce0 --- /dev/null +++ b/assets/emeraldstuff/textures/item/emerald_rod_cast.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bff63d4843a4c04f4372ec5038c284f8cc88363c28bd14f88303fecb998368d +size 186 diff --git a/assets/emeraldstuff/textures/item/emerald_rod_uncast.png b/assets/emeraldstuff/textures/item/emerald_rod_uncast.png new file mode 100644 index 0000000..4726892 --- /dev/null +++ b/assets/emeraldstuff/textures/item/emerald_rod_uncast.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a20e465c56e45671abe0ff485dadd48881697c6a79613c2a195806f6a66f0ea +size 335 diff --git a/assets/emeraldstuff/textures/item/explosion_scroll.png b/assets/emeraldstuff/textures/item/explosion_scroll.png new file mode 100644 index 0000000..a519680 --- /dev/null +++ b/assets/emeraldstuff/textures/item/explosion_scroll.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ba0423cb39e03cb1ce33803b5c87c3acd5f583d719b3e680705a042b4bb222 +size 567 diff --git a/assets/emeraldstuff/textures/item/extinguish_scroll.png b/assets/emeraldstuff/textures/item/extinguish_scroll.png new file mode 100644 index 0000000..4b02fcd --- /dev/null +++ b/assets/emeraldstuff/textures/item/extinguish_scroll.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0452b01bf4045eb08e56fb3e2a6e450c4c3c546dc7390a90354f270a9914b94 +size 516 diff --git a/assets/emeraldstuff/textures/item/fireball_scroll.png b/assets/emeraldstuff/textures/item/fireball_scroll.png new file mode 100644 index 0000000..d88908b --- /dev/null +++ b/assets/emeraldstuff/textures/item/fireball_scroll.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0590513e0a5c74d345850f4906a1d6282a48654d622a4b55c635e41126d1cd05 +size 584 diff --git a/assets/emeraldstuff/textures/item/fox_scroll.png b/assets/emeraldstuff/textures/item/fox_scroll.png new file mode 100644 index 0000000..789ee2f --- /dev/null +++ b/assets/emeraldstuff/textures/item/fox_scroll.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3868d8adfe6061c94fbd4043d052b256392b1fb1c0aec45294ba2c2467935bd2 +size 497 diff --git a/assets/emeraldstuff/textures/item/glowing_scroll.png b/assets/emeraldstuff/textures/item/glowing_scroll.png new file mode 100644 index 0000000..fe22c81 --- /dev/null +++ b/assets/emeraldstuff/textures/item/glowing_scroll.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fee9bf565c689ec22badd8a0fdc4bc7a5dd39cbcef705a9d22530866bd78436 +size 435 diff --git a/assets/emeraldstuff/textures/item/heal_scroll.png b/assets/emeraldstuff/textures/item/heal_scroll.png new file mode 100644 index 0000000..4fd5e26 --- /dev/null +++ b/assets/emeraldstuff/textures/item/heal_scroll.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ad9c35d3b8178534894457b0331729cab0b82828f4ea6e53ec287b0b5e4275 +size 510 diff --git a/assets/emeraldstuff/textures/item/iceball_scroll.png b/assets/emeraldstuff/textures/item/iceball_scroll.png new file mode 100644 index 0000000..ed08451 --- /dev/null +++ b/assets/emeraldstuff/textures/item/iceball_scroll.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a418d24d8dc78d5ea67f7553640ae9cec76aee0fa7c9112a87de5c5202e35ce6 +size 567 diff --git a/assets/emeraldstuff/textures/item/levitation_scroll.png b/assets/emeraldstuff/textures/item/levitation_scroll.png new file mode 100644 index 0000000..b02bffb --- /dev/null +++ b/assets/emeraldstuff/textures/item/levitation_scroll.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049bbaa99d655ecba0fafbba23253f1fe1f7c70d88168639910c0e0e941f93e3 +size 543 diff --git a/assets/emeraldstuff/textures/item/lightning_scroll.png b/assets/emeraldstuff/textures/item/lightning_scroll.png new file mode 100644 index 0000000..18f2c79 --- /dev/null +++ b/assets/emeraldstuff/textures/item/lightning_scroll.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d23d1d3074f920224126adf14fd42c6b71c13f1a4d134b4cd5ef47040c681df +size 541 diff --git a/assets/emeraldstuff/textures/item/nightvision_scroll.png b/assets/emeraldstuff/textures/item/nightvision_scroll.png new file mode 100644 index 0000000..fa6f43f --- /dev/null +++ b/assets/emeraldstuff/textures/item/nightvision_scroll.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09237379ef619db84c514cbc3a0af57c4c2fdff060097885616cad53fc12b8e +size 558 diff --git a/assets/emeraldstuff/textures/item/poisoncloud_scroll.png b/assets/emeraldstuff/textures/item/poisoncloud_scroll.png new file mode 100644 index 0000000..5684610 --- /dev/null +++ b/assets/emeraldstuff/textures/item/poisoncloud_scroll.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8167f9cad031a9517f097d642ceb3dadf6cbefa2d570c0c39acbf457e886899d +size 518 diff --git a/assets/emeraldstuff/textures/item/smoke_scroll.png b/assets/emeraldstuff/textures/item/smoke_scroll.png new file mode 100644 index 0000000..9f92850 --- /dev/null +++ b/assets/emeraldstuff/textures/item/smoke_scroll.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f849576d3b4563659c8842d0a35bd70d52f2716b92c19dd0098c65ff5f00d387 +size 545 diff --git a/assets/emeraldstuff/textures/item/sparkly_platinum_bait.png b/assets/emeraldstuff/textures/item/sparkly_platinum_bait.png new file mode 100644 index 0000000..61e1abf --- /dev/null +++ b/assets/emeraldstuff/textures/item/sparkly_platinum_bait.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4079ffcc307eddb3f3b1c3bc0f63824148dfc4bc165bac497bd99395efc1c6 +size 345 diff --git a/assets/emeraldstuff/textures/item/wand_of_burn.png b/assets/emeraldstuff/textures/item/wand_of_burn.png new file mode 100644 index 0000000..48f7310 --- /dev/null +++ b/assets/emeraldstuff/textures/item/wand_of_burn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95fa07253b0514487b9f3b904ca35b4fd200a01603c7b28c5872917b5fdd4e56 +size 243 diff --git a/assets/emeraldstuff/textures/item/wand_of_cleanse.png b/assets/emeraldstuff/textures/item/wand_of_cleanse.png new file mode 100644 index 0000000..4b401ad --- /dev/null +++ b/assets/emeraldstuff/textures/item/wand_of_cleanse.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911c4074a465dc662b729a3735e491a1f026d300c80b1d04d6ec4d3fc6168c8a +size 236 diff --git a/assets/emeraldstuff/textures/item/wand_of_dash.png b/assets/emeraldstuff/textures/item/wand_of_dash.png new file mode 100644 index 0000000..ce622ee --- /dev/null +++ b/assets/emeraldstuff/textures/item/wand_of_dash.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade34923d8a42e25982ca0825b700baa2499ade339d180925213035210fc0727 +size 250 diff --git a/assets/emeraldstuff/textures/item/wand_of_earth.png b/assets/emeraldstuff/textures/item/wand_of_earth.png new file mode 100644 index 0000000..bee6ee8 --- /dev/null +++ b/assets/emeraldstuff/textures/item/wand_of_earth.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278891d6bf9ada6c7518287e5618ff596e133f6e93df1cb8b42864b030ad0757 +size 253 diff --git a/assets/emeraldstuff/textures/item/wand_of_extinguish.png b/assets/emeraldstuff/textures/item/wand_of_extinguish.png new file mode 100644 index 0000000..f1e2d98 --- /dev/null +++ b/assets/emeraldstuff/textures/item/wand_of_extinguish.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4df25f65f58c69841ea80d120649e09b9522af0deb080b001742daf9af4e745 +size 302 diff --git a/assets/emeraldstuff/textures/item/wand_of_pull.png b/assets/emeraldstuff/textures/item/wand_of_pull.png new file mode 100644 index 0000000..40cf4fe --- /dev/null +++ b/assets/emeraldstuff/textures/item/wand_of_pull.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171777b3715a47a2e33fe37e3d5e2da44e1f17755c8a800b26ade3b3e92be908 +size 244 diff --git a/assets/minecraft/models/item/fishing_rod.json b/assets/minecraft/models/item/fishing_rod.json index f6a017d..1613cab 100644 --- a/assets/minecraft/models/item/fishing_rod.json +++ b/assets/minecraft/models/item/fishing_rod.json @@ -29,6 +29,20 @@ "custom_model_data": 47100 }, "model": "item/fishing_rod_cast" + }, + { + "predicate": { + "cast": 0, + "custom_model_data": 50000 + }, + "model": "emeraldstuff:item/emerald_rod_uncast" + }, + { + "predicate": { + "cast": 1, + "custom_model_data": 50000 + }, + "model": "emeraldstuff:item/emerald_rod_cast" } ] } diff --git a/assets/minecraft/models/item/paper.json b/assets/minecraft/models/item/paper.json index a285518..de13fe5 100644 --- a/assets/minecraft/models/item/paper.json +++ b/assets/minecraft/models/item/paper.json @@ -261,6 +261,12 @@ "custom_model_data": 50004 }, "model": "fish:item/bait/4" + }, + { + "predicate": { + "custom_model_data": 50005 + }, + "model": "emeraldstuff:item/sparkly_platinum_bait" } ] } diff --git a/assets/minecraft/models/item/salmon.json b/assets/minecraft/models/item/salmon.json index d105d22..6431dfa 100644 --- a/assets/minecraft/models/item/salmon.json +++ b/assets/minecraft/models/item/salmon.json @@ -8,6 +8,29 @@ { "predicate": { "custom_model_data": 47001}, "model": "item/fishing/salmon/common_carp" }, { "predicate": { "custom_model_data": 47002}, "model": "item/fishing/salmon/channel_catfish"}, { "predicate": { "custom_model_data": 47003}, "model": "item/fishing/salmon/striped_bass"}, + { "predicate": { "custom_model_data": 69000}, "model": "netherfish:item/asphodian_angler" }, + { "predicate": { "custom_model_data": 69001}, "model": "netherfish:item/emberfish" }, + { "predicate": { "custom_model_data": 69002}, "model": "netherfish:item/hellbass" }, + { "predicate": { "custom_model_data": 69003}, "model": "netherfish:item/hellmouth" }, + { "predicate": { "custom_model_data": 69004}, "model": "netherfish:item/imp_fish" }, + { "predicate": { "custom_model_data": 69005}, "model": "netherfish:item/lava_cod" }, + { "predicate": { "custom_model_data": 69006}, "model": "netherfish:item/molten_loach" }, + { "predicate": { "custom_model_data": 69007}, "model": "netherfish:item/molten_perch" }, + { "predicate": { "custom_model_data": 69008}, "model": "netherfish:item/soul_perch" }, + { "predicate": { "custom_model_data": 69009}, "model": "netherfish:item/soul_salmon" }, + { "predicate": { "custom_model_data": 69010}, "model": "netherfish:item/soul_snail" }, + { "predicate": { "custom_model_data": 69011}, "model": "netherfish:item/striderhead" }, + { "predicate": { "custom_model_data": 69012}, "model": "netherfish:item/toxic_eel" }, + { "predicate": { "custom_model_data": 69013}, "model": "netherfish:item/toxic_perch" }, + { "predicate": { "custom_model_data": 69014}, "model": "netherfish:item/toxic_pike" }, + { "predicate": { "custom_model_data": 69015}, "model": "netherfish:item/toxic_scad" }, + { "predicate": { "custom_model_data": 69016}, "model": "netherfish:item/warped_crappie" }, + { "predicate": { "custom_model_data": 69017}, "model": "netherfish:item/warped_perch" }, + { "predicate": { "custom_model_data": 69018}, "model": "netherfish:item/warped_shad" }, + { "predicate": { "custom_model_data": 69019}, "model": "netherfish:item/warped_striderhead" }, + { "predicate": { "custom_model_data": 69020}, "model": "netherfish:item/wither_croaker" }, + { "predicate": { "custom_model_data": 69021}, "model": "netherfish:item/wither_mullet" }, + { "predicate": { "custom_model_data": 70004}, "model": "fish:item/cod/4" }, { "predicate": { "custom_model_data": 70004}, "model": "fish:item/cod/4" }, { "predicate": { "custom_model_data": 70005}, "model": "fish:item/cod/5" }, { "predicate": { "custom_model_data": 70104}, "model": "fish:item/cod/24" }, @@ -21,4 +44,4 @@ { "predicate": { "custom_model_data": 76014}, "model": "fish:item/cod/19" }, { "predicate": { "custom_model_data": 76015}, "model": "fish:item/cod/20" } ] -} \ No newline at end of file +} diff --git a/assets/minecraft/models/item/wooden_hoe.json b/assets/minecraft/models/item/wooden_hoe.json index a9ec896..ad4742b 100644 --- a/assets/minecraft/models/item/wooden_hoe.json +++ b/assets/minecraft/models/item/wooden_hoe.json @@ -20,6 +20,31 @@ {"predicate": {"custom_model_data": 113}, "model": "item/bits"}, {"predicate": {"custom_model_data": 114}, "model": "item/banjo"}, {"predicate": {"custom_model_data": 115}, "model": "item/pling"}, - {"predicate": {"custom_model_data": 14700}, "model": "item/extras/battering_ram"} + {"predicate": {"custom_model_data": 14700}, "model": "item/extras/battering_ram"}, + {"predicate": {"custom_model_data": 20000}, "model": "emeraldstuff:item/fireball_scroll"}, + {"predicate": {"custom_model_data": 20001}, "model": "emeraldstuff:item/nightvision_scroll"}, + {"predicate": {"custom_model_data": 20002}, "model": "emeraldstuff:item/glowing_scroll"}, + {"predicate": {"custom_model_data": 20003}, "model": "emeraldstuff:item/levitation_scroll"}, + {"predicate": {"custom_model_data": 20004}, "model": "emeraldstuff:item/explosion_scroll"}, + {"predicate": {"custom_model_data": 20005}, "model": "emeraldstuff:item/cleanse_scroll"}, + {"predicate": {"custom_model_data": 20006}, "model": "emeraldstuff:item/doppleganger_scroll"}, + {"predicate": {"custom_model_data": 20007}, "model": "emeraldstuff:item/cat_scroll"}, + {"predicate": {"custom_model_data": 20008}, "model": "emeraldstuff:item/iceball_scroll"}, + {"predicate": {"custom_model_data": 20009}, "model": "emeraldstuff:item/elder_scroll"}, + {"predicate": {"custom_model_data": 20010}, "model": "emeraldstuff:item/poisoncloud_scroll"}, + {"predicate": {"custom_model_data": 20011}, "model": "emeraldstuff:item/lightning_scroll"}, + {"predicate": {"custom_model_data": 20012}, "model": "emeraldstuff:item/burn_scroll"}, + {"predicate": {"custom_model_data": 20013}, "model": "emeraldstuff:item/extinguish_scroll"}, + {"predicate": {"custom_model_data": 20014}, "model": "emeraldstuff:item/heal_scroll"}, + {"predicate": {"custom_model_data": 20015}, "model": "emeraldstuff:item/fox_scroll"}, + {"predicate": {"custom_model_data": 20016}, "model": "emeraldstuff:item/smoke_scroll"}, + {"predicate": {"custom_model_data": 20017}, "model": "emeraldstuff:item/wand_of_dash"}, + {"predicate": {"custom_model_data": 20018}, "model": "emeraldstuff:item/wand_of_extinguish"}, + {"predicate": {"custom_model_data": 20019}, "model": "emeraldstuff:item/wand_of_burn"}, + {"predicate": {"custom_model_data": 20020}, "model": "emeraldstuff:item/wand_of_cleanse"}, + {"predicate": {"custom_model_data": 20021}, "model": "emeraldstuff:item/wand_of_pull"}, + {"predicate": {"custom_model_data": 20022}, "model": "emeraldstuff:item/wand_of_earth"} + + ] -} \ No newline at end of file +} diff --git a/assets/netherfish/models/item/asphodian_angler.json b/assets/netherfish/models/item/asphodian_angler.json new file mode 100644 index 0000000..e067bbb --- /dev/null +++ b/assets/netherfish/models/item/asphodian_angler.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "netherfish:item/asphodian_angler" + } +} diff --git a/assets/netherfish/models/item/emberfish.json b/assets/netherfish/models/item/emberfish.json new file mode 100644 index 0000000..54d7df1 --- /dev/null +++ b/assets/netherfish/models/item/emberfish.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "netherfish:item/emberfish" + } +} diff --git a/assets/netherfish/models/item/hellbass.json b/assets/netherfish/models/item/hellbass.json new file mode 100644 index 0000000..4181d24 --- /dev/null +++ b/assets/netherfish/models/item/hellbass.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "netherfish:item/hellbass" + } +} diff --git a/assets/netherfish/models/item/hellmouth.json b/assets/netherfish/models/item/hellmouth.json new file mode 100644 index 0000000..8fe2f39 --- /dev/null +++ b/assets/netherfish/models/item/hellmouth.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "netherfish:item/hellmouth" + } +} diff --git a/assets/netherfish/models/item/imp_fish.json b/assets/netherfish/models/item/imp_fish.json new file mode 100644 index 0000000..8d8385c --- /dev/null +++ b/assets/netherfish/models/item/imp_fish.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "netherfish:item/imp_fish" + } +} diff --git a/assets/netherfish/models/item/lava_cod.json b/assets/netherfish/models/item/lava_cod.json new file mode 100644 index 0000000..644914a --- /dev/null +++ b/assets/netherfish/models/item/lava_cod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "netherfish:item/lava_cod" + } +} diff --git a/assets/netherfish/models/item/molten_loach.json b/assets/netherfish/models/item/molten_loach.json new file mode 100644 index 0000000..bc0a744 --- /dev/null +++ b/assets/netherfish/models/item/molten_loach.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "netherfish:item/molten_loach" + } +} diff --git a/assets/netherfish/models/item/molten_perch.json b/assets/netherfish/models/item/molten_perch.json new file mode 100644 index 0000000..df742c2 --- /dev/null +++ b/assets/netherfish/models/item/molten_perch.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "netherfish:item/molten_perch" + } +} diff --git a/assets/netherfish/models/item/soul_perch.json b/assets/netherfish/models/item/soul_perch.json new file mode 100644 index 0000000..44bb4e8 --- /dev/null +++ b/assets/netherfish/models/item/soul_perch.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "netherfish:item/soul_perch" + } +} diff --git a/assets/netherfish/models/item/soul_salmon.json b/assets/netherfish/models/item/soul_salmon.json new file mode 100644 index 0000000..c7e4682 --- /dev/null +++ b/assets/netherfish/models/item/soul_salmon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "netherfish:item/soul_salmon" + } +} diff --git a/assets/netherfish/models/item/soul_snail.json b/assets/netherfish/models/item/soul_snail.json new file mode 100644 index 0000000..c7f42cd --- /dev/null +++ b/assets/netherfish/models/item/soul_snail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "netherfish:item/soul_snail" + } +} diff --git a/assets/netherfish/models/item/striderhead.json b/assets/netherfish/models/item/striderhead.json new file mode 100644 index 0000000..135b89a --- /dev/null +++ b/assets/netherfish/models/item/striderhead.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "netherfish:item/striderhead" + } +} diff --git a/assets/netherfish/models/item/toxic_eel.json b/assets/netherfish/models/item/toxic_eel.json new file mode 100644 index 0000000..68e312d --- /dev/null +++ b/assets/netherfish/models/item/toxic_eel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "netherfish:item/toxic_eel" + } +} diff --git a/assets/netherfish/models/item/toxic_perch.json b/assets/netherfish/models/item/toxic_perch.json new file mode 100644 index 0000000..6c42df2 --- /dev/null +++ b/assets/netherfish/models/item/toxic_perch.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "netherfish:item/toxic_perch" + } +} diff --git a/assets/netherfish/models/item/toxic_pike.json b/assets/netherfish/models/item/toxic_pike.json new file mode 100644 index 0000000..0ec6c81 --- /dev/null +++ b/assets/netherfish/models/item/toxic_pike.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "netherfish:item/toxic_pike" + } +} diff --git a/assets/netherfish/models/item/toxic_scad.json b/assets/netherfish/models/item/toxic_scad.json new file mode 100644 index 0000000..498a7f4 --- /dev/null +++ b/assets/netherfish/models/item/toxic_scad.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "netherfish:item/toxic_scad" + } +} diff --git a/assets/netherfish/models/item/warped_crappie.json b/assets/netherfish/models/item/warped_crappie.json new file mode 100644 index 0000000..d0d2211 --- /dev/null +++ b/assets/netherfish/models/item/warped_crappie.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "netherfish:item/warped_crappie" + } +} diff --git a/assets/netherfish/models/item/warped_perch.json b/assets/netherfish/models/item/warped_perch.json new file mode 100644 index 0000000..decaaeb --- /dev/null +++ b/assets/netherfish/models/item/warped_perch.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "netherfish:item/warped_perch" + } +} diff --git a/assets/netherfish/models/item/warped_shad.json b/assets/netherfish/models/item/warped_shad.json new file mode 100644 index 0000000..8496902 --- /dev/null +++ b/assets/netherfish/models/item/warped_shad.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "netherfish:item/warped_shad" + } +} diff --git a/assets/netherfish/models/item/warped_striderhead.json b/assets/netherfish/models/item/warped_striderhead.json new file mode 100644 index 0000000..08fb79a --- /dev/null +++ b/assets/netherfish/models/item/warped_striderhead.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "netherfish:item/warped_striderhead" + } +} diff --git a/assets/netherfish/models/item/wither_croaker.json b/assets/netherfish/models/item/wither_croaker.json new file mode 100644 index 0000000..ad19439 --- /dev/null +++ b/assets/netherfish/models/item/wither_croaker.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "netherfish:item/wither_croaker" + } +} diff --git a/assets/netherfish/models/item/wither_mullet.json b/assets/netherfish/models/item/wither_mullet.json new file mode 100644 index 0000000..4750807 --- /dev/null +++ b/assets/netherfish/models/item/wither_mullet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "netherfish:item/wither_mullet" + } +} diff --git a/assets/netherfish/textures/item/asphodian_angler.png b/assets/netherfish/textures/item/asphodian_angler.png new file mode 100644 index 0000000..6352169 --- /dev/null +++ b/assets/netherfish/textures/item/asphodian_angler.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38284725139fadd75aeec425a40e302ac8f9bf4a8bd75f5f33638b84247de310 +size 486 diff --git a/assets/netherfish/textures/item/emberfish.png b/assets/netherfish/textures/item/emberfish.png new file mode 100644 index 0000000..43f297e --- /dev/null +++ b/assets/netherfish/textures/item/emberfish.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef0de0b77f43ff78cdb27406765c02b575c1ae84cf9b8ca716417eed5484fce +size 538 diff --git a/assets/netherfish/textures/item/hellbass.png b/assets/netherfish/textures/item/hellbass.png new file mode 100644 index 0000000..706dc26 --- /dev/null +++ b/assets/netherfish/textures/item/hellbass.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d98181cdbed8272c63028e720e839bc3193d216e17693c46b978f0231bd495 +size 378 diff --git a/assets/netherfish/textures/item/hellmouth.png b/assets/netherfish/textures/item/hellmouth.png new file mode 100644 index 0000000..f6c2596 --- /dev/null +++ b/assets/netherfish/textures/item/hellmouth.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f469eec3d264d11a55bccfc4f2e1fdcd236e6d541b42d17302b978885bf257c0 +size 433 diff --git a/assets/netherfish/textures/item/imp_fish.png b/assets/netherfish/textures/item/imp_fish.png new file mode 100644 index 0000000..29a0408 --- /dev/null +++ b/assets/netherfish/textures/item/imp_fish.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4860c3d137292d1b5d17d0f796f9d09e10c51d17dfcbc91083e48d9eee88f18 +size 469 diff --git a/assets/netherfish/textures/item/lava_cod.png b/assets/netherfish/textures/item/lava_cod.png new file mode 100644 index 0000000..f3b709f --- /dev/null +++ b/assets/netherfish/textures/item/lava_cod.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4ad44173a75321bcdcb2b5f0ec908f9122600f545f6eb895a91701974d1dc1 +size 458 diff --git a/assets/netherfish/textures/item/molten_loach.png b/assets/netherfish/textures/item/molten_loach.png new file mode 100644 index 0000000..20d0a24 --- /dev/null +++ b/assets/netherfish/textures/item/molten_loach.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c98ff40f7ce400200b8acf6d6879116db508d48bab38cb61a5a733a4e4a1df4 +size 353 diff --git a/assets/netherfish/textures/item/molten_perch.png b/assets/netherfish/textures/item/molten_perch.png new file mode 100644 index 0000000..f3684fd --- /dev/null +++ b/assets/netherfish/textures/item/molten_perch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6497f2cf9ef803b300cc269842b1bdbddf3ce90df8354e7c125f5cfb426a1505 +size 554 diff --git a/assets/netherfish/textures/item/soul_perch.png b/assets/netherfish/textures/item/soul_perch.png new file mode 100644 index 0000000..bdf8e02 --- /dev/null +++ b/assets/netherfish/textures/item/soul_perch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a57b5f252bc3be0d7fbfafd1d9dd1e17caaefe6892f2ab33a329838a78d13fdf +size 613 diff --git a/assets/netherfish/textures/item/soul_salmon.png b/assets/netherfish/textures/item/soul_salmon.png new file mode 100644 index 0000000..c0db460 --- /dev/null +++ b/assets/netherfish/textures/item/soul_salmon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885b5d2ae26283b4f29ccc79a0a74c539d503e9ada48c01f53c7f42d48fcbe6e +size 493 diff --git a/assets/netherfish/textures/item/soul_snail.png b/assets/netherfish/textures/item/soul_snail.png new file mode 100644 index 0000000..27d3633 --- /dev/null +++ b/assets/netherfish/textures/item/soul_snail.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5284cdb004160588d16b9b6ddcbd4ac01bc505ea9070a5f6005566c78b4fa63 +size 385 diff --git a/assets/netherfish/textures/item/striderhead.png b/assets/netherfish/textures/item/striderhead.png new file mode 100644 index 0000000..8121e71 --- /dev/null +++ b/assets/netherfish/textures/item/striderhead.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc242672383a032176b61b7b0076968db2142d99ba1c77dcb78a2dd651e7096 +size 519 diff --git a/assets/netherfish/textures/item/toxic_eel.png b/assets/netherfish/textures/item/toxic_eel.png new file mode 100644 index 0000000..10144f2 --- /dev/null +++ b/assets/netherfish/textures/item/toxic_eel.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af15b7c8f9d9b83e75cdc6906a11b9f72d35e163306a3e9a00e55a9d6418974 +size 465 diff --git a/assets/netherfish/textures/item/toxic_perch.png b/assets/netherfish/textures/item/toxic_perch.png new file mode 100644 index 0000000..634ab96 --- /dev/null +++ b/assets/netherfish/textures/item/toxic_perch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce20ad9d062f5389fffc15bc613eacebab8207d3787113034d8bdec468fab56 +size 568 diff --git a/assets/netherfish/textures/item/toxic_pike.png b/assets/netherfish/textures/item/toxic_pike.png new file mode 100644 index 0000000..ca52501 --- /dev/null +++ b/assets/netherfish/textures/item/toxic_pike.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b374b6eebfd1b9fd54634e20cfb1ff9b2578afa1e7debaece199b826c102b17 +size 699 diff --git a/assets/netherfish/textures/item/toxic_scad.png b/assets/netherfish/textures/item/toxic_scad.png new file mode 100644 index 0000000..594e399 --- /dev/null +++ b/assets/netherfish/textures/item/toxic_scad.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:151a6a3125afc48f9e4069f04dbb0e8dee7b5e6c2c18c23076f9eccbd4b9f543 +size 421 diff --git a/assets/netherfish/textures/item/warped_crappie.png b/assets/netherfish/textures/item/warped_crappie.png new file mode 100644 index 0000000..b325f21 --- /dev/null +++ b/assets/netherfish/textures/item/warped_crappie.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f225d353a0f57c52d3d00b952ba534f866c6a0948010589f35be556e0cb2966 +size 538 diff --git a/assets/netherfish/textures/item/warped_perch.png b/assets/netherfish/textures/item/warped_perch.png new file mode 100644 index 0000000..caf6814 --- /dev/null +++ b/assets/netherfish/textures/item/warped_perch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9899e8ba96c62ada566f5afb04b7ae2d3c6e100c82756a9616d8caa8e6607d2a +size 610 diff --git a/assets/netherfish/textures/item/warped_shad.png b/assets/netherfish/textures/item/warped_shad.png new file mode 100644 index 0000000..462b818 --- /dev/null +++ b/assets/netherfish/textures/item/warped_shad.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272efbc21daf10a5eb448add1de45bb6a944ce4430b4e8ab1c2e2df5c3ea68d0 +size 440 diff --git a/assets/netherfish/textures/item/warped_striderhead.png b/assets/netherfish/textures/item/warped_striderhead.png new file mode 100644 index 0000000..f05712f --- /dev/null +++ b/assets/netherfish/textures/item/warped_striderhead.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e4c562c953d0a8fb0e8f60bf1fe8e40e594dcc739497f620aae202eecd98ba +size 507 diff --git a/assets/netherfish/textures/item/wither_croaker.png b/assets/netherfish/textures/item/wither_croaker.png new file mode 100644 index 0000000..7302e93 --- /dev/null +++ b/assets/netherfish/textures/item/wither_croaker.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374562efd30b2936c7f7b48db555200eb2891ac00eb665d3e7e79da433c274e2 +size 500 diff --git a/assets/netherfish/textures/item/wither_mullet.png b/assets/netherfish/textures/item/wither_mullet.png new file mode 100644 index 0000000..150de91 --- /dev/null +++ b/assets/netherfish/textures/item/wither_mullet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abfe9fef02e621de834b52ed66fdd009be7deddbff97f45be22a15c371360f51 +size 468 From 126c5c51e4728caa6d0786cc8aec591a9ccd957f Mon Sep 17 00:00:00 2001 From: ShermansWorld <77093412+ShermansWorld@users.noreply.github.com> Date: Sat, 30 Nov 2024 14:13:49 -0500 Subject: [PATCH 2/2] feat: added leviathan blade custom weapon --- .../minecraft/models/item/diamond_sword.json | 1 + .../models/item/netherite_sword.json | 3 +- .../diamond_leviathan_blade.json | 5225 +++++++++++++++++ .../netherite_leviathan_blade.json | 5225 +++++++++++++++++ .../diamond/diamond_leviathan_blade.png | 3 + .../netherite/netherite_leviathan_blade.png | 3 + 6 files changed, 10459 insertions(+), 1 deletion(-) create mode 100644 assets/minecraft/models/item/weapons/diamond_sword/diamond_leviathan_blade.json create mode 100644 assets/minecraft/models/item/weapons/netherite_sword/netherite_leviathan_blade.json create mode 100644 assets/minecraft/textures/item/weapons/diamond/diamond_leviathan_blade.png create mode 100644 assets/minecraft/textures/item/weapons/netherite/netherite_leviathan_blade.png diff --git a/assets/minecraft/models/item/diamond_sword.json b/assets/minecraft/models/item/diamond_sword.json index 166b62f..294fc66 100644 --- a/assets/minecraft/models/item/diamond_sword.json +++ b/assets/minecraft/models/item/diamond_sword.json @@ -35,6 +35,7 @@ { "predicate": {"custom_model_data": 356}, "model": "item/weapons/diamond_sword/dark_iron_sword"}, { "predicate": {"custom_model_data": 357}, "model": "item/weapons/diamond_sword/kitsune_gohei"}, { "predicate": {"custom_model_data": 358}, "model": "item/weapons/diamond_sword/diamond_lance"}, + { "predicate": {"custom_model_data": 359}, "model": "item/weapons/diamond_sword/diamond_leviathan_blade"}, { "predicate": {"custom_model_data": 14700}, "model": "item/extras/halloween_knife"} ] } diff --git a/assets/minecraft/models/item/netherite_sword.json b/assets/minecraft/models/item/netherite_sword.json index f47dd78..184bb5a 100644 --- a/assets/minecraft/models/item/netherite_sword.json +++ b/assets/minecraft/models/item/netherite_sword.json @@ -34,6 +34,7 @@ { "predicate": {"custom_model_data": 154}, "model": "item/weapons/netherite_sword/netherite_slasher"}, { "predicate": {"custom_model_data": 155}, "model": "item/weapons/netherite_sword/netherite_rusteye_partisan"}, { "predicate": {"custom_model_data": 156}, "model": "item/weapons/netherite_sword/netherite_honshu"}, - { "predicate": {"custom_model_data": 157}, "model": "item/weapons/netherite_sword/netherite_lance"} + { "predicate": {"custom_model_data": 157}, "model": "item/weapons/netherite_sword/netherite_lance"}, + { "predicate": {"custom_model_data": 158}, "model": "item/weapons/netherite_sword/netherite_leviathan_blade"} ] } diff --git a/assets/minecraft/models/item/weapons/diamond_sword/diamond_leviathan_blade.json b/assets/minecraft/models/item/weapons/diamond_sword/diamond_leviathan_blade.json new file mode 100644 index 0000000..86cbb78 --- /dev/null +++ b/assets/minecraft/models/item/weapons/diamond_sword/diamond_leviathan_blade.json @@ -0,0 +1,5225 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [128, 128], + "textures": { + "0": "item/weapons/diamond/diamond_leviathan_blade", + "particle": "item/weapons/diamond/diamond_leviathan_blade" + }, + "elements": [ + { + "from": [6, -11, 6], + "to": [9, -6, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -13, 10]}, + "faces": { + "north": {"uv": [3.5, 4, 3.875, 4.625], "texture": "#0"}, + "east": {"uv": [4.75, 5.125, 5.375, 5.75], "texture": "#0"}, + "south": {"uv": [6, 3.75, 6.375, 4.375], "texture": "#0"}, + "west": {"uv": [2.25, 5.25, 2.875, 5.875], "texture": "#0"}, + "up": {"uv": [6.375, 5.75, 6, 5.125], "texture": "#0"}, + "down": {"uv": [6.5, 0.375, 6.125, 1], "texture": "#0"} + } + }, + { + "from": [9, -11, 7], + "to": [10, -6, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -13, 10]}, + "faces": { + "north": {"uv": [7.625, 7.375, 7.75, 8], "texture": "#0"}, + "east": {"uv": [1.125, 6.125, 1.5, 6.75], "texture": "#0"}, + "south": {"uv": [7.75, 0, 7.875, 0.625], "texture": "#0"}, + "west": {"uv": [6.125, 1.875, 6.5, 2.5], "texture": "#0"}, + "up": {"uv": [5.125, 1.375, 5, 1], "texture": "#0"}, + "down": {"uv": [6.5, 0, 6.375, 0.375], "texture": "#0"} + } + }, + { + "from": [10, -11, 8], + "to": [11, -6, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -13, 10]}, + "faces": { + "north": {"uv": [0.625, 7.75, 0.75, 8.375], "texture": "#0"}, + "east": {"uv": [0.75, 7.75, 0.875, 8.375], "texture": "#0"}, + "south": {"uv": [0.875, 7.75, 1, 8.375], "texture": "#0"}, + "west": {"uv": [7.75, 2.625, 7.875, 3.25], "texture": "#0"}, + "up": {"uv": [3.875, 3.375, 3.75, 3.25], "texture": "#0"}, + "down": {"uv": [2.75, 5.125, 2.625, 5.25], "texture": "#0"} + } + }, + { + "from": [9, -12, 8], + "to": [10, -11, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -18, 10]}, + "faces": { + "north": {"uv": [6.875, 6.375, 7, 6.5], "texture": "#0"}, + "east": {"uv": [7.25, 6.25, 7.375, 6.375], "texture": "#0"}, + "south": {"uv": [8.375, 5.5, 8.5, 5.625], "texture": "#0"}, + "west": {"uv": [9.375, 5.125, 9.5, 5.25], "texture": "#0"}, + "up": {"uv": [9.5, 6.375, 9.375, 6.25], "texture": "#0"}, + "down": {"uv": [10, 2, 9.875, 2.125], "texture": "#0"} + } + }, + { + "from": [9, -14, 8], + "to": [10, -13, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -20, 10]}, + "faces": { + "north": {"uv": [2.125, 9.875, 2.25, 10], "texture": "#0"}, + "east": {"uv": [9.875, 2.125, 10, 2.25], "texture": "#0"}, + "south": {"uv": [2.25, 9.875, 2.375, 10], "texture": "#0"}, + "west": {"uv": [2.375, 9.875, 2.5, 10], "texture": "#0"}, + "up": {"uv": [2.625, 10, 2.5, 9.875], "texture": "#0"}, + "down": {"uv": [2.75, 9.875, 2.625, 10], "texture": "#0"} + } + }, + { + "from": [9, -16, 8], + "to": [10, -15, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -22, 10]}, + "faces": { + "north": {"uv": [9.875, 2.75, 10, 2.875], "texture": "#0"}, + "east": {"uv": [9.875, 2.875, 10, 3], "texture": "#0"}, + "south": {"uv": [9.875, 3, 10, 3.125], "texture": "#0"}, + "west": {"uv": [9.875, 3.125, 10, 3.25], "texture": "#0"}, + "up": {"uv": [3.375, 10, 3.25, 9.875], "texture": "#0"}, + "down": {"uv": [10, 3.5, 9.875, 3.625], "texture": "#0"} + } + }, + { + "from": [4, -11, 8], + "to": [5, -6, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [2, -13, 10]}, + "faces": { + "north": {"uv": [3.125, 7.75, 3.25, 8.375], "texture": "#0"}, + "east": {"uv": [7.75, 3.5, 7.875, 4.125], "texture": "#0"}, + "south": {"uv": [3.625, 7.75, 3.75, 8.375], "texture": "#0"}, + "west": {"uv": [3.75, 7.75, 3.875, 8.375], "texture": "#0"}, + "up": {"uv": [3.75, 10, 3.625, 9.875], "texture": "#0"}, + "down": {"uv": [10, 3.875, 9.875, 4], "texture": "#0"} + } + }, + { + "from": [5, -12, 6], + "to": [6, -9, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [3, -14, 8]}, + "faces": { + "north": {"uv": [7.125, 3.75, 7.25, 4.125], "texture": "#0"}, + "east": {"uv": [7.25, 1.875, 7.375, 2.25], "texture": "#0"}, + "south": {"uv": [6, 8.375, 6.125, 8.75], "texture": "#0"}, + "west": {"uv": [8.375, 6.125, 8.5, 6.5], "texture": "#0"}, + "up": {"uv": [4.125, 10, 4, 9.875], "texture": "#0"}, + "down": {"uv": [10, 4, 9.875, 4.125], "texture": "#0"} + } + }, + { + "from": [5, -16, 6], + "to": [6, -15, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [3, -18, 8]}, + "faces": { + "north": {"uv": [4.125, 9.875, 4.25, 10], "texture": "#0"}, + "east": {"uv": [9.875, 4.125, 10, 4.25], "texture": "#0"}, + "south": {"uv": [4.25, 9.875, 4.375, 10], "texture": "#0"}, + "west": {"uv": [9.875, 4.25, 10, 4.375], "texture": "#0"}, + "up": {"uv": [4.5, 10, 4.375, 9.875], "texture": "#0"}, + "down": {"uv": [10, 4.375, 9.875, 4.5], "texture": "#0"} + } + }, + { + "from": [9, -16, 6], + "to": [10, -15, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -18, 8]}, + "faces": { + "north": {"uv": [4.5, 9.875, 4.625, 10], "texture": "#0"}, + "east": {"uv": [9.875, 4.5, 10, 4.625], "texture": "#0"}, + "south": {"uv": [4.625, 9.875, 4.75, 10], "texture": "#0"}, + "west": {"uv": [4.75, 9.875, 4.875, 10], "texture": "#0"}, + "up": {"uv": [10, 5.125, 9.875, 5], "texture": "#0"}, + "down": {"uv": [5.25, 9.875, 5.125, 10], "texture": "#0"} + } + }, + { + "from": [9, -12, 6], + "to": [10, -9, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -14, 8]}, + "faces": { + "north": {"uv": [6.375, 8.375, 6.5, 8.75], "texture": "#0"}, + "east": {"uv": [6.5, 8.375, 6.625, 8.75], "texture": "#0"}, + "south": {"uv": [8.375, 6.5, 8.5, 6.875], "texture": "#0"}, + "west": {"uv": [8.375, 6.875, 8.5, 7.25], "texture": "#0"}, + "up": {"uv": [10, 5.25, 9.875, 5.125], "texture": "#0"}, + "down": {"uv": [5.375, 9.875, 5.25, 10], "texture": "#0"} + } + }, + { + "from": [5, -16, 10], + "to": [6, -15, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [3, -18, 12]}, + "faces": { + "north": {"uv": [9.875, 5.25, 10, 5.375], "texture": "#0"}, + "east": {"uv": [5.375, 9.875, 5.5, 10], "texture": "#0"}, + "south": {"uv": [9.875, 5.375, 10, 5.5], "texture": "#0"}, + "west": {"uv": [9.875, 5.5, 10, 5.625], "texture": "#0"}, + "up": {"uv": [5.75, 10, 5.625, 9.875], "texture": "#0"}, + "down": {"uv": [10, 5.625, 9.875, 5.75], "texture": "#0"} + } + }, + { + "from": [9, -16, 10], + "to": [10, -15, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -18, 12]}, + "faces": { + "north": {"uv": [5.75, 9.875, 5.875, 10], "texture": "#0"}, + "east": {"uv": [9.875, 5.75, 10, 5.875], "texture": "#0"}, + "south": {"uv": [5.875, 9.875, 6, 10], "texture": "#0"}, + "west": {"uv": [9.875, 6.125, 10, 6.25], "texture": "#0"}, + "up": {"uv": [6.375, 10, 6.25, 9.875], "texture": "#0"}, + "down": {"uv": [10, 6.25, 9.875, 6.375], "texture": "#0"} + } + }, + { + "from": [5, -7, 6], + "to": [6, -6, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [3, -11, 8]}, + "faces": { + "north": {"uv": [6.375, 9.875, 6.5, 10], "texture": "#0"}, + "east": {"uv": [9.875, 6.375, 10, 6.5], "texture": "#0"}, + "south": {"uv": [9.875, 6.5, 10, 6.625], "texture": "#0"}, + "west": {"uv": [6.625, 9.875, 6.75, 10], "texture": "#0"}, + "up": {"uv": [10, 6.75, 9.875, 6.625], "texture": "#0"}, + "down": {"uv": [6.875, 9.875, 6.75, 10], "texture": "#0"} + } + }, + { + "from": [9, -7, 6], + "to": [10, -6, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -11, 8]}, + "faces": { + "north": {"uv": [9.875, 6.75, 10, 6.875], "texture": "#0"}, + "east": {"uv": [6.875, 9.875, 7, 10], "texture": "#0"}, + "south": {"uv": [7, 9.875, 7.125, 10], "texture": "#0"}, + "west": {"uv": [9.875, 7, 10, 7.125], "texture": "#0"}, + "up": {"uv": [7.25, 10, 7.125, 9.875], "texture": "#0"}, + "down": {"uv": [10, 7.125, 9.875, 7.25], "texture": "#0"} + } + }, + { + "from": [5, -12, 10], + "to": [6, -9, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [3, -14, 12]}, + "faces": { + "north": {"uv": [8.375, 7.25, 8.5, 7.625], "texture": "#0"}, + "east": {"uv": [7.75, 8.375, 7.875, 8.75], "texture": "#0"}, + "south": {"uv": [7.875, 8.375, 8, 8.75], "texture": "#0"}, + "west": {"uv": [8, 8.375, 8.125, 8.75], "texture": "#0"}, + "up": {"uv": [7.5, 10, 7.375, 9.875], "texture": "#0"}, + "down": {"uv": [7.625, 9.875, 7.5, 10], "texture": "#0"} + } + }, + { + "from": [9, -12, 10], + "to": [10, -9, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -14, 12]}, + "faces": { + "north": {"uv": [8.375, 8, 8.5, 8.375], "texture": "#0"}, + "east": {"uv": [8.125, 8.375, 8.25, 8.75], "texture": "#0"}, + "south": {"uv": [8.375, 8.375, 8.5, 8.75], "texture": "#0"}, + "west": {"uv": [8.5, 0, 8.625, 0.375], "texture": "#0"}, + "up": {"uv": [7.75, 10, 7.625, 9.875], "texture": "#0"}, + "down": {"uv": [10, 7.625, 9.875, 7.75], "texture": "#0"} + } + }, + { + "from": [6, -10, 11], + "to": [7, -7, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [4, -12, 13]}, + "faces": { + "north": {"uv": [8.5, 0.375, 8.625, 0.75], "texture": "#0"}, + "east": {"uv": [8.5, 0.75, 8.625, 1.125], "texture": "#0"}, + "south": {"uv": [1.5, 8.5, 1.625, 8.875], "texture": "#0"}, + "west": {"uv": [1.625, 8.5, 1.75, 8.875], "texture": "#0"}, + "up": {"uv": [10, 7.875, 9.875, 7.75], "texture": "#0"}, + "down": {"uv": [10, 8, 9.875, 8.125], "texture": "#0"} + } + }, + { + "from": [8, -10, 11], + "to": [9, -7, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -12, 13]}, + "faces": { + "north": {"uv": [1.75, 8.5, 1.875, 8.875], "texture": "#0"}, + "east": {"uv": [8.5, 1.75, 8.625, 2.125], "texture": "#0"}, + "south": {"uv": [1.875, 8.5, 2, 8.875], "texture": "#0"}, + "west": {"uv": [2, 8.5, 2.125, 8.875], "texture": "#0"}, + "up": {"uv": [10, 8.25, 9.875, 8.125], "texture": "#0"}, + "down": {"uv": [8.375, 9.875, 8.25, 10], "texture": "#0"} + } + }, + { + "from": [6, -10, 5], + "to": [7, -7, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [4, -12, 7]}, + "faces": { + "north": {"uv": [2.125, 8.5, 2.25, 8.875], "texture": "#0"}, + "east": {"uv": [2.25, 8.5, 2.375, 8.875], "texture": "#0"}, + "south": {"uv": [2.375, 8.5, 2.5, 8.875], "texture": "#0"}, + "west": {"uv": [2.5, 8.5, 2.625, 8.875], "texture": "#0"}, + "up": {"uv": [10, 8.375, 9.875, 8.25], "texture": "#0"}, + "down": {"uv": [10, 8.375, 9.875, 8.5], "texture": "#0"} + } + }, + { + "from": [8, -10, 5], + "to": [9, -7, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -12, 7]}, + "faces": { + "north": {"uv": [8.5, 3.5, 8.625, 3.875], "texture": "#0"}, + "east": {"uv": [8.5, 3.875, 8.625, 4.25], "texture": "#0"}, + "south": {"uv": [8.5, 4.25, 8.625, 4.625], "texture": "#0"}, + "west": {"uv": [8.5, 4.625, 8.625, 5], "texture": "#0"}, + "up": {"uv": [8.625, 10, 8.5, 9.875], "texture": "#0"}, + "down": {"uv": [8.75, 9.875, 8.625, 10], "texture": "#0"} + } + }, + { + "from": [5, -7, 10], + "to": [6, -6, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [3, -11, 12]}, + "faces": { + "north": {"uv": [9.875, 8.75, 10, 8.875], "texture": "#0"}, + "east": {"uv": [8.875, 9.875, 9, 10], "texture": "#0"}, + "south": {"uv": [9.875, 8.875, 10, 9], "texture": "#0"}, + "west": {"uv": [9.875, 9.125, 10, 9.25], "texture": "#0"}, + "up": {"uv": [9.375, 10, 9.25, 9.875], "texture": "#0"}, + "down": {"uv": [10, 9.25, 9.875, 9.375], "texture": "#0"} + } + }, + { + "from": [9, -7, 10], + "to": [10, -6, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -11, 12]}, + "faces": { + "north": {"uv": [9.375, 9.875, 9.5, 10], "texture": "#0"}, + "east": {"uv": [9.875, 9.5, 10, 9.625], "texture": "#0"}, + "south": {"uv": [9.875, 9.625, 10, 9.75], "texture": "#0"}, + "west": {"uv": [9.75, 9.875, 9.875, 10], "texture": "#0"}, + "up": {"uv": [10, 10, 9.875, 9.875], "texture": "#0"}, + "down": {"uv": [10.125, 0, 10, 0.125], "texture": "#0"} + } + }, + { + "from": [7, -13, 5], + "to": [8, -8, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [5, -15, 7]}, + "faces": { + "north": {"uv": [4.125, 7.75, 4.25, 8.375], "texture": "#0"}, + "east": {"uv": [7.75, 4.125, 7.875, 4.75], "texture": "#0"}, + "south": {"uv": [4.25, 7.75, 4.375, 8.375], "texture": "#0"}, + "west": {"uv": [4.375, 7.75, 4.5, 8.375], "texture": "#0"}, + "up": {"uv": [0.25, 10.125, 0.125, 10], "texture": "#0"}, + "down": {"uv": [10.125, 0.125, 10, 0.25], "texture": "#0"} + } + }, + { + "from": [7, -13, 11], + "to": [8, -8, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [5, -15, 13]}, + "faces": { + "north": {"uv": [5.375, 7.75, 5.5, 8.375], "texture": "#0"}, + "east": {"uv": [5.5, 7.75, 5.625, 8.375], "texture": "#0"}, + "south": {"uv": [5.625, 7.75, 5.75, 8.375], "texture": "#0"}, + "west": {"uv": [5.75, 7.75, 5.875, 8.375], "texture": "#0"}, + "up": {"uv": [0.375, 10.125, 0.25, 10], "texture": "#0"}, + "down": {"uv": [10.125, 0.25, 10, 0.375], "texture": "#0"} + } + }, + { + "from": [5, -12, 8], + "to": [6, -11, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [3, -18, 10]}, + "faces": { + "north": {"uv": [0.375, 10, 0.5, 10.125], "texture": "#0"}, + "east": {"uv": [10, 0.375, 10.125, 0.5], "texture": "#0"}, + "south": {"uv": [0.5, 10, 0.625, 10.125], "texture": "#0"}, + "west": {"uv": [0.625, 10, 0.75, 10.125], "texture": "#0"}, + "up": {"uv": [0.875, 10.125, 0.75, 10], "texture": "#0"}, + "down": {"uv": [10.125, 0.75, 10, 0.875], "texture": "#0"} + } + }, + { + "from": [5, -14, 8], + "to": [6, -13, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [3, -20, 10]}, + "faces": { + "north": {"uv": [10, 1.375, 10.125, 1.5], "texture": "#0"}, + "east": {"uv": [1.75, 10, 1.875, 10.125], "texture": "#0"}, + "south": {"uv": [10, 1.75, 10.125, 1.875], "texture": "#0"}, + "west": {"uv": [1.875, 10, 2, 10.125], "texture": "#0"}, + "up": {"uv": [10.125, 2, 10, 1.875], "texture": "#0"}, + "down": {"uv": [10.125, 2, 10, 2.125], "texture": "#0"} + } + }, + { + "from": [5, -16, 8], + "to": [6, -15, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [3, -22, 10]}, + "faces": { + "north": {"uv": [2.125, 10, 2.25, 10.125], "texture": "#0"}, + "east": {"uv": [10, 2.125, 10.125, 2.25], "texture": "#0"}, + "south": {"uv": [2.25, 10, 2.375, 10.125], "texture": "#0"}, + "west": {"uv": [10, 2.25, 10.125, 2.375], "texture": "#0"}, + "up": {"uv": [2.5, 10.125, 2.375, 10], "texture": "#0"}, + "down": {"uv": [10.125, 2.375, 10, 2.5], "texture": "#0"} + } + }, + { + "from": [7, -16, 10], + "to": [8, -15, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, -22, 12]}, + "faces": { + "north": {"uv": [2.5, 10, 2.625, 10.125], "texture": "#0"}, + "east": {"uv": [10, 2.5, 10.125, 2.625], "texture": "#0"}, + "south": {"uv": [2.625, 10, 2.75, 10.125], "texture": "#0"}, + "west": {"uv": [10, 2.625, 10.125, 2.75], "texture": "#0"}, + "up": {"uv": [2.875, 10.125, 2.75, 10], "texture": "#0"}, + "down": {"uv": [10.125, 2.75, 10, 2.875], "texture": "#0"} + } + }, + { + "from": [7, -14, 10], + "to": [8, -13, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, -20, 12]}, + "faces": { + "north": {"uv": [2.875, 10, 3, 10.125], "texture": "#0"}, + "east": {"uv": [10, 2.875, 10.125, 3], "texture": "#0"}, + "south": {"uv": [3, 10, 3.125, 10.125], "texture": "#0"}, + "west": {"uv": [10, 3, 10.125, 3.125], "texture": "#0"}, + "up": {"uv": [3.25, 10.125, 3.125, 10], "texture": "#0"}, + "down": {"uv": [10.125, 3.125, 10, 3.25], "texture": "#0"} + } + }, + { + "from": [7, -12, 10], + "to": [8, -11, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, -18, 12]}, + "faces": { + "north": {"uv": [3.25, 10, 3.375, 10.125], "texture": "#0"}, + "east": {"uv": [10, 3.25, 10.125, 3.375], "texture": "#0"}, + "south": {"uv": [3.375, 10, 3.5, 10.125], "texture": "#0"}, + "west": {"uv": [10, 3.375, 10.125, 3.5], "texture": "#0"}, + "up": {"uv": [3.625, 10.125, 3.5, 10], "texture": "#0"}, + "down": {"uv": [10.125, 3.5, 10, 3.625], "texture": "#0"} + } + }, + { + "from": [7, -16, 6], + "to": [8, -15, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [5, -22, 8]}, + "faces": { + "north": {"uv": [3.625, 10, 3.75, 10.125], "texture": "#0"}, + "east": {"uv": [10, 3.625, 10.125, 3.75], "texture": "#0"}, + "south": {"uv": [3.75, 10, 3.875, 10.125], "texture": "#0"}, + "west": {"uv": [10, 3.75, 10.125, 3.875], "texture": "#0"}, + "up": {"uv": [4, 10.125, 3.875, 10], "texture": "#0"}, + "down": {"uv": [10.125, 3.875, 10, 4], "texture": "#0"} + } + }, + { + "from": [7, -14, 6], + "to": [8, -13, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [5, -20, 8]}, + "faces": { + "north": {"uv": [4, 10, 4.125, 10.125], "texture": "#0"}, + "east": {"uv": [10, 4, 10.125, 4.125], "texture": "#0"}, + "south": {"uv": [4.125, 10, 4.25, 10.125], "texture": "#0"}, + "west": {"uv": [10, 4.125, 10.125, 4.25], "texture": "#0"}, + "up": {"uv": [4.375, 10.125, 4.25, 10], "texture": "#0"}, + "down": {"uv": [10.125, 4.25, 10, 4.375], "texture": "#0"} + } + }, + { + "from": [7, -12, 6], + "to": [8, -11, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [5, -18, 8]}, + "faces": { + "north": {"uv": [4.375, 10, 4.5, 10.125], "texture": "#0"}, + "east": {"uv": [10, 4.375, 10.125, 4.5], "texture": "#0"}, + "south": {"uv": [4.5, 10, 4.625, 10.125], "texture": "#0"}, + "west": {"uv": [10, 4.5, 10.125, 4.625], "texture": "#0"}, + "up": {"uv": [4.75, 10.125, 4.625, 10], "texture": "#0"}, + "down": {"uv": [10.125, 4.625, 10, 4.75], "texture": "#0"} + } + }, + { + "from": [5, -11, 7], + "to": [6, -6, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -13, 10]}, + "faces": { + "north": {"uv": [5.875, 7.75, 6, 8.375], "texture": "#0"}, + "east": {"uv": [6.125, 5.75, 6.5, 6.375], "texture": "#0"}, + "south": {"uv": [6, 7.75, 6.125, 8.375], "texture": "#0"}, + "west": {"uv": [0, 6.25, 0.375, 6.875], "texture": "#0"}, + "up": {"uv": [8.625, 5.375, 8.5, 5], "texture": "#0"}, + "down": {"uv": [8.625, 5.375, 8.5, 5.75], "texture": "#0"} + } + }, + { + "from": [6, -14, 7], + "to": [9, -13, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -12, 8]}, + "faces": { + "north": {"uv": [5.125, 1.875, 5.5, 2], "texture": "#0"}, + "east": {"uv": [2.25, 5.125, 2.625, 5.25], "texture": "#0"}, + "south": {"uv": [8.375, 2.75, 8.75, 2.875], "texture": "#0"}, + "west": {"uv": [8.375, 7.625, 8.75, 7.75], "texture": "#0"}, + "up": {"uv": [6.625, 1.875, 6.25, 1.5], "texture": "#0"}, + "down": {"uv": [6.875, 1.875, 6.5, 2.25], "texture": "#0"} + } + }, + { + "from": [6, -12, 7], + "to": [9, -11, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -10, 8]}, + "faces": { + "north": {"uv": [8.5, 1.375, 8.875, 1.5], "texture": "#0"}, + "east": {"uv": [8.5, 2.125, 8.875, 2.25], "texture": "#0"}, + "south": {"uv": [8.5, 5.75, 8.875, 5.875], "texture": "#0"}, + "west": {"uv": [8.5, 5.875, 8.875, 6], "texture": "#0"}, + "up": {"uv": [3.625, 6.875, 3.25, 6.5], "texture": "#0"}, + "down": {"uv": [4, 6.5, 3.625, 6.875], "texture": "#0"} + } + }, + { + "from": [6, -16, 7], + "to": [9, -15, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -17, 8]}, + "faces": { + "north": {"uv": [8.5, 6, 8.875, 6.125], "texture": "#0"}, + "east": {"uv": [8.5, 6.125, 8.875, 6.25], "texture": "#0"}, + "south": {"uv": [8.5, 6.25, 8.875, 6.375], "texture": "#0"}, + "west": {"uv": [8.5, 6.375, 8.875, 6.5], "texture": "#0"}, + "up": {"uv": [6.875, 4.625, 6.5, 4.25], "texture": "#0"}, + "down": {"uv": [6.875, 4.625, 6.5, 5], "texture": "#0"} + } + }, + { + "from": [5, -15, 6], + "to": [10, -14, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -16, 8]}, + "faces": { + "north": {"uv": [5.5, 0.375, 6.125, 0.5], "texture": "#0"}, + "east": {"uv": [7.75, 0.625, 8.375, 0.75], "texture": "#0"}, + "south": {"uv": [7.75, 3.25, 8.375, 3.375], "texture": "#0"}, + "west": {"uv": [7.75, 4.75, 8.375, 4.875], "texture": "#0"}, + "up": {"uv": [3.5, 5.875, 2.875, 5.25], "texture": "#0"}, + "down": {"uv": [4.125, 5.25, 3.5, 5.875], "texture": "#0"} + } + }, + { + "from": [5, -13, 6], + "to": [10, -12, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -14, 8]}, + "faces": { + "north": {"uv": [7.75, 4.875, 8.375, 5], "texture": "#0"}, + "east": {"uv": [7.75, 6.625, 8.375, 6.75], "texture": "#0"}, + "south": {"uv": [7.75, 6.75, 8.375, 6.875], "texture": "#0"}, + "west": {"uv": [7.75, 6.875, 8.375, 7], "texture": "#0"}, + "up": {"uv": [4.75, 5.875, 4.125, 5.25], "texture": "#0"}, + "down": {"uv": [6, 5.125, 5.375, 5.75], "texture": "#0"} + } + }, + { + "from": [5, -6, 6], + "to": [10, -5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -6, 8]}, + "faces": { + "north": {"uv": [7.75, 7, 8.375, 7.125], "texture": "#0"}, + "east": {"uv": [7.75, 7.125, 8.375, 7.25], "texture": "#0"}, + "south": {"uv": [7.75, 7.25, 8.375, 7.375], "texture": "#0"}, + "west": {"uv": [7.75, 7.375, 8.375, 7.5], "texture": "#0"}, + "up": {"uv": [1.75, 6.125, 1.125, 5.5], "texture": "#0"}, + "down": {"uv": [6.125, 1.875, 5.5, 2.5], "texture": "#0"} + } + }, + { + "from": [5, -8, 5], + "to": [6, -5, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -6, 3]}, + "faces": { + "north": {"uv": [8.5, 6.5, 8.625, 6.875], "texture": "#0"}, + "east": {"uv": [8.5, 6.875, 8.625, 7.25], "texture": "#0"}, + "south": {"uv": [8.5, 7.25, 8.625, 7.625], "texture": "#0"}, + "west": {"uv": [7.375, 8.5, 7.5, 8.875], "texture": "#0"}, + "up": {"uv": [4.875, 10.125, 4.75, 10], "texture": "#0"}, + "down": {"uv": [10.125, 4.75, 10, 4.875], "texture": "#0"} + } + }, + { + "from": [9, -8, 5], + "to": [10, -5, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [11, -6, 3]}, + "faces": { + "north": {"uv": [7.5, 8.5, 7.625, 8.875], "texture": "#0"}, + "east": {"uv": [8.5, 8, 8.625, 8.375], "texture": "#0"}, + "south": {"uv": [8.5, 8.375, 8.625, 8.75], "texture": "#0"}, + "west": {"uv": [8.625, 0, 8.75, 0.375], "texture": "#0"}, + "up": {"uv": [5, 10.125, 4.875, 10], "texture": "#0"}, + "down": {"uv": [10.125, 4.875, 10, 5], "texture": "#0"} + } + }, + { + "from": [5, -8, 11], + "to": [6, -5, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -6, 9]}, + "faces": { + "north": {"uv": [8.625, 0.375, 8.75, 0.75], "texture": "#0"}, + "east": {"uv": [8.625, 0.75, 8.75, 1.125], "texture": "#0"}, + "south": {"uv": [0.875, 8.625, 1, 9], "texture": "#0"}, + "west": {"uv": [1, 8.625, 1.125, 9], "texture": "#0"}, + "up": {"uv": [5.125, 10.125, 5, 10], "texture": "#0"}, + "down": {"uv": [10.125, 5, 10, 5.125], "texture": "#0"} + } + }, + { + "from": [9, -8, 11], + "to": [10, -5, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [11, -6, 9]}, + "faces": { + "north": {"uv": [1.125, 8.625, 1.25, 9], "texture": "#0"}, + "east": {"uv": [1.25, 8.625, 1.375, 9], "texture": "#0"}, + "south": {"uv": [8.625, 1.5, 8.75, 1.875], "texture": "#0"}, + "west": {"uv": [8.625, 2.25, 8.75, 2.625], "texture": "#0"}, + "up": {"uv": [5.25, 10.125, 5.125, 10], "texture": "#0"}, + "down": {"uv": [10.125, 5.125, 10, 5.25], "texture": "#0"} + } + }, + { + "from": [5, -5, 3], + "to": [10, -4, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -5, 8]}, + "faces": { + "north": {"uv": [7.75, 7.5, 8.375, 7.625], "texture": "#0"}, + "east": {"uv": [6, 1.375, 7.375, 1.5], "texture": "#0"}, + "south": {"uv": [7.75, 7.625, 8.375, 7.75], "texture": "#0"}, + "west": {"uv": [6.125, 2.875, 7.5, 3], "texture": "#0"}, + "up": {"uv": [0.625, 4.125, 0, 2.75], "texture": "#0"}, + "down": {"uv": [1.25, 2.75, 0.625, 4.125], "texture": "#0"} + } + }, + { + "from": [6, -5, 2], + "to": [9, -4, 3], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -5, -3]}, + "faces": { + "north": {"uv": [8.625, 1.125, 9, 1.25], "texture": "#0"}, + "east": {"uv": [5.25, 10, 5.375, 10.125], "texture": "#0"}, + "south": {"uv": [8.625, 1.25, 9, 1.375], "texture": "#0"}, + "west": {"uv": [10, 5.25, 10.125, 5.375], "texture": "#0"}, + "up": {"uv": [9, 2, 8.625, 1.875], "texture": "#0"}, + "down": {"uv": [9, 2, 8.625, 2.125], "texture": "#0"} + } + }, + { + "from": [7, -6, 2], + "to": [8, -5, 3], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -6, -3]}, + "faces": { + "north": {"uv": [5.375, 10, 5.5, 10.125], "texture": "#0"}, + "east": {"uv": [10, 5.375, 10.125, 5.5], "texture": "#0"}, + "south": {"uv": [5.5, 10, 5.625, 10.125], "texture": "#0"}, + "west": {"uv": [10, 5.5, 10.125, 5.625], "texture": "#0"}, + "up": {"uv": [5.75, 10.125, 5.625, 10], "texture": "#0"}, + "down": {"uv": [10.125, 5.625, 10, 5.75], "texture": "#0"} + } + }, + { + "from": [7, -5, 1], + "to": [8, -4, 2], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -5, -4]}, + "faces": { + "north": {"uv": [5.75, 10, 5.875, 10.125], "texture": "#0"}, + "east": {"uv": [10, 5.75, 10.125, 5.875], "texture": "#0"}, + "south": {"uv": [5.875, 10, 6, 10.125], "texture": "#0"}, + "west": {"uv": [10, 5.875, 10.125, 6], "texture": "#0"}, + "up": {"uv": [6.125, 10.125, 6, 10], "texture": "#0"}, + "down": {"uv": [10.125, 6, 10, 6.125], "texture": "#0"} + } + }, + { + "from": [7, -5, 16], + "to": [8, -4, 17], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -5, 11]}, + "faces": { + "north": {"uv": [6.125, 10, 6.25, 10.125], "texture": "#0"}, + "east": {"uv": [10, 6.125, 10.125, 6.25], "texture": "#0"}, + "south": {"uv": [6.25, 10, 6.375, 10.125], "texture": "#0"}, + "west": {"uv": [10, 6.25, 10.125, 6.375], "texture": "#0"}, + "up": {"uv": [6.5, 10.125, 6.375, 10], "texture": "#0"}, + "down": {"uv": [10.125, 6.375, 10, 6.5], "texture": "#0"} + } + }, + { + "from": [7, -6, 14], + "to": [8, -5, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -6, 9]}, + "faces": { + "north": {"uv": [6.5, 10, 6.625, 10.125], "texture": "#0"}, + "east": {"uv": [10, 6.5, 10.125, 6.625], "texture": "#0"}, + "south": {"uv": [6.625, 10, 6.75, 10.125], "texture": "#0"}, + "west": {"uv": [10, 6.625, 10.125, 6.75], "texture": "#0"}, + "up": {"uv": [6.875, 10.125, 6.75, 10], "texture": "#0"}, + "down": {"uv": [10.125, 6.75, 10, 6.875], "texture": "#0"} + } + }, + { + "from": [7, -7, 11], + "to": [8, -6, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -7, 8]}, + "faces": { + "north": {"uv": [6.875, 10, 7, 10.125], "texture": "#0"}, + "east": {"uv": [8.625, 2.625, 9, 2.75], "texture": "#0"}, + "south": {"uv": [10, 6.875, 10.125, 7], "texture": "#0"}, + "west": {"uv": [8.625, 3.25, 9, 3.375], "texture": "#0"}, + "up": {"uv": [8.75, 3.75, 8.625, 3.375], "texture": "#0"}, + "down": {"uv": [8.75, 3.75, 8.625, 4.125], "texture": "#0"} + } + }, + { + "from": [7, -8, 11], + "to": [8, -7, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -8, 8]}, + "faces": { + "north": {"uv": [7, 10, 7.125, 10.125], "texture": "#0"}, + "east": {"uv": [3.75, 0.625, 4, 0.75], "texture": "#0"}, + "south": {"uv": [10, 7, 10.125, 7.125], "texture": "#0"}, + "west": {"uv": [6.625, 4.125, 6.875, 4.25], "texture": "#0"}, + "up": {"uv": [5.125, 3.25, 5, 3], "texture": "#0"}, + "down": {"uv": [6.5, 5.5, 6.375, 5.75], "texture": "#0"} + } + }, + { + "from": [8, -7, 11], + "to": [9, -6, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [10, -7, 8]}, + "faces": { + "north": {"uv": [7.125, 10, 7.25, 10.125], "texture": "#0"}, + "east": {"uv": [9.25, 5.25, 9.5, 5.375], "texture": "#0"}, + "south": {"uv": [10, 7.125, 10.125, 7.25], "texture": "#0"}, + "west": {"uv": [9.25, 5.375, 9.5, 5.5], "texture": "#0"}, + "up": {"uv": [6.625, 2.5, 6.5, 2.25], "texture": "#0"}, + "down": {"uv": [9.375, 6.125, 9.25, 6.375], "texture": "#0"} + } + }, + { + "from": [6, -7, 11], + "to": [7, -6, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -7, 8]}, + "faces": { + "north": {"uv": [7.25, 10, 7.375, 10.125], "texture": "#0"}, + "east": {"uv": [9.25, 6.375, 9.5, 6.5], "texture": "#0"}, + "south": {"uv": [10, 7.25, 10.125, 7.375], "texture": "#0"}, + "west": {"uv": [9.25, 6.5, 9.5, 6.625], "texture": "#0"}, + "up": {"uv": [6.75, 9.5, 6.625, 9.25], "texture": "#0"}, + "down": {"uv": [9.375, 6.625, 9.25, 6.875], "texture": "#0"} + } + }, + { + "from": [7, -8, 4], + "to": [8, -7, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -8, 1]}, + "faces": { + "north": {"uv": [7.375, 10, 7.5, 10.125], "texture": "#0"}, + "east": {"uv": [9.25, 6.875, 9.5, 7], "texture": "#0"}, + "south": {"uv": [10, 7.375, 10.125, 7.5], "texture": "#0"}, + "west": {"uv": [9.25, 7, 9.5, 7.125], "texture": "#0"}, + "up": {"uv": [6.875, 9.5, 6.75, 9.25], "texture": "#0"}, + "down": {"uv": [9.375, 7.125, 9.25, 7.375], "texture": "#0"} + } + }, + { + "from": [8, -7, 4], + "to": [9, -6, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [10, -7, 1]}, + "faces": { + "north": {"uv": [7.5, 10, 7.625, 10.125], "texture": "#0"}, + "east": {"uv": [7.375, 9.25, 7.625, 9.375], "texture": "#0"}, + "south": {"uv": [10, 7.5, 10.125, 7.625], "texture": "#0"}, + "west": {"uv": [9.25, 7.375, 9.5, 7.5], "texture": "#0"}, + "up": {"uv": [9.375, 8, 9.25, 7.75], "texture": "#0"}, + "down": {"uv": [9.375, 8, 9.25, 8.25], "texture": "#0"} + } + }, + { + "from": [6, -7, 4], + "to": [7, -6, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -7, 1]}, + "faces": { + "north": {"uv": [7.625, 10, 7.75, 10.125], "texture": "#0"}, + "east": {"uv": [9.25, 7.5, 9.5, 7.625], "texture": "#0"}, + "south": {"uv": [10, 7.625, 10.125, 7.75], "texture": "#0"}, + "west": {"uv": [9.25, 8.25, 9.5, 8.375], "texture": "#0"}, + "up": {"uv": [9.375, 8.625, 9.25, 8.375], "texture": "#0"}, + "down": {"uv": [9.375, 8.625, 9.25, 8.875], "texture": "#0"} + } + }, + { + "from": [7, -7, 3], + "to": [8, -6, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -7, 0]}, + "faces": { + "north": {"uv": [7.75, 10, 7.875, 10.125], "texture": "#0"}, + "east": {"uv": [8.625, 4.125, 9, 4.25], "texture": "#0"}, + "south": {"uv": [10, 7.75, 10.125, 7.875], "texture": "#0"}, + "west": {"uv": [8.625, 4.25, 9, 4.375], "texture": "#0"}, + "up": {"uv": [8.75, 4.75, 8.625, 4.375], "texture": "#0"}, + "down": {"uv": [8.75, 4.75, 8.625, 5.125], "texture": "#0"} + } + }, + { + "from": [6, -6, 3], + "to": [9, -5, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -6, 0]}, + "faces": { + "north": {"uv": [8.625, 5.125, 9, 5.25], "texture": "#0"}, + "east": {"uv": [8.625, 5.25, 9, 5.375], "texture": "#0"}, + "south": {"uv": [8.625, 5.375, 9, 5.5], "texture": "#0"}, + "west": {"uv": [8.625, 5.5, 9, 5.625], "texture": "#0"}, + "up": {"uv": [6.875, 5.375, 6.5, 5], "texture": "#0"}, + "down": {"uv": [6.875, 5.375, 6.5, 5.75], "texture": "#0"} + } + }, + { + "from": [6, -6, 11], + "to": [9, -5, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -6, 8]}, + "faces": { + "north": {"uv": [8.625, 5.625, 9, 5.75], "texture": "#0"}, + "east": {"uv": [8.625, 6.5, 9, 6.625], "texture": "#0"}, + "south": {"uv": [8.625, 6.625, 9, 6.75], "texture": "#0"}, + "west": {"uv": [8.625, 6.75, 9, 6.875], "texture": "#0"}, + "up": {"uv": [6.875, 6.125, 6.5, 5.75], "texture": "#0"}, + "down": {"uv": [6.875, 6.125, 6.5, 6.5], "texture": "#0"} + } + }, + { + "from": [6, -5, 14], + "to": [9, -4, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -5, 11]}, + "faces": { + "north": {"uv": [8.625, 6.875, 9, 7], "texture": "#0"}, + "east": {"uv": [9.25, 8.875, 9.5, 9], "texture": "#0"}, + "south": {"uv": [8.625, 7, 9, 7.125], "texture": "#0"}, + "west": {"uv": [9.25, 9, 9.5, 9.125], "texture": "#0"}, + "up": {"uv": [7.875, 2, 7.5, 1.75], "texture": "#0"}, + "down": {"uv": [7.875, 2, 7.5, 2.25], "texture": "#0"} + } + }, + { + "from": [10, -5, 5], + "to": [11, -4, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [13, -5, 8]}, + "faces": { + "north": {"uv": [7.875, 10, 8, 10.125], "texture": "#0"}, + "east": {"uv": [4.125, 0.5, 5, 0.625], "texture": "#0"}, + "south": {"uv": [10, 7.875, 10.125, 8], "texture": "#0"}, + "west": {"uv": [4.125, 2.5, 5, 2.625], "texture": "#0"}, + "up": {"uv": [4.75, 8.25, 4.625, 7.375], "texture": "#0"}, + "down": {"uv": [5, 7.375, 4.875, 8.25], "texture": "#0"} + } + }, + { + "from": [4, -5, 5], + "to": [5, -4, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -5, 8]}, + "faces": { + "north": {"uv": [8, 10, 8.125, 10.125], "texture": "#0"}, + "east": {"uv": [5.125, 3.75, 6, 3.875], "texture": "#0"}, + "south": {"uv": [10, 8, 10.125, 8.125], "texture": "#0"}, + "west": {"uv": [6.625, 1.125, 7.5, 1.25], "texture": "#0"}, + "up": {"uv": [5.125, 8.25, 5, 7.375], "texture": "#0"}, + "down": {"uv": [5.25, 7.375, 5.125, 8.25], "texture": "#0"} + } + }, + { + "from": [3, -5, 7], + "to": [4, -4, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -5, 8]}, + "faces": { + "north": {"uv": [8.125, 10, 8.25, 10.125], "texture": "#0"}, + "east": {"uv": [8.625, 7.125, 9, 7.25], "texture": "#0"}, + "south": {"uv": [10, 8.125, 10.125, 8.25], "texture": "#0"}, + "west": {"uv": [8.625, 7.25, 9, 7.375], "texture": "#0"}, + "up": {"uv": [6.25, 9, 6.125, 8.625], "texture": "#0"}, + "down": {"uv": [6.375, 8.625, 6.25, 9], "texture": "#0"} + } + }, + { + "from": [3, -6, 8], + "to": [4, -5, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -6, 8]}, + "faces": { + "north": {"uv": [8.25, 10, 8.375, 10.125], "texture": "#0"}, + "east": {"uv": [10, 8.25, 10.125, 8.375], "texture": "#0"}, + "south": {"uv": [8.375, 10, 8.5, 10.125], "texture": "#0"}, + "west": {"uv": [10, 8.375, 10.125, 8.5], "texture": "#0"}, + "up": {"uv": [8.625, 10.125, 8.5, 10], "texture": "#0"}, + "down": {"uv": [10.125, 8.5, 10, 8.625], "texture": "#0"} + } + }, + { + "from": [11, -6, 8], + "to": [12, -5, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [14, -6, 8]}, + "faces": { + "north": {"uv": [8.625, 10, 8.75, 10.125], "texture": "#0"}, + "east": {"uv": [10, 8.625, 10.125, 8.75], "texture": "#0"}, + "south": {"uv": [8.75, 10, 8.875, 10.125], "texture": "#0"}, + "west": {"uv": [10, 8.75, 10.125, 8.875], "texture": "#0"}, + "up": {"uv": [9, 10.125, 8.875, 10], "texture": "#0"}, + "down": {"uv": [10.125, 8.875, 10, 9], "texture": "#0"} + } + }, + { + "from": [11, -5, 7], + "to": [12, -4, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [14, -5, 8]}, + "faces": { + "north": {"uv": [9, 10, 9.125, 10.125], "texture": "#0"}, + "east": {"uv": [8.625, 7.375, 9, 7.5], "texture": "#0"}, + "south": {"uv": [10, 9, 10.125, 9.125], "texture": "#0"}, + "west": {"uv": [8.625, 7.5, 9, 7.625], "texture": "#0"}, + "up": {"uv": [7.75, 9, 7.625, 8.625], "texture": "#0"}, + "down": {"uv": [8.75, 8, 8.625, 8.375], "texture": "#0"} + } + }, + { + "from": [10, -6, 7], + "to": [11, -5, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [13, -6, 8]}, + "faces": { + "north": {"uv": [9.125, 10, 9.25, 10.125], "texture": "#0"}, + "east": {"uv": [8.625, 8.375, 9, 8.5], "texture": "#0"}, + "south": {"uv": [10, 9.125, 10.125, 9.25], "texture": "#0"}, + "west": {"uv": [8.625, 8.5, 9, 8.625], "texture": "#0"}, + "up": {"uv": [8.375, 9, 8.25, 8.625], "texture": "#0"}, + "down": {"uv": [8.75, 8.625, 8.625, 9], "texture": "#0"} + } + }, + { + "from": [4, -6, 7], + "to": [5, -5, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -6, 8]}, + "faces": { + "north": {"uv": [9.25, 10, 9.375, 10.125], "texture": "#0"}, + "east": {"uv": [8.75, 0, 9.125, 0.125], "texture": "#0"}, + "south": {"uv": [10, 9.25, 10.125, 9.375], "texture": "#0"}, + "west": {"uv": [8.75, 0.125, 9.125, 0.25], "texture": "#0"}, + "up": {"uv": [8.875, 0.625, 8.75, 0.25], "texture": "#0"}, + "down": {"uv": [8.875, 0.625, 8.75, 1], "texture": "#0"} + } + }, + { + "from": [6, 10, 1], + "to": [7, 15, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 9, 10]}, + "faces": { + "north": {"uv": [7.75, 7.75, 7.875, 8.375], "texture": "#0"}, + "east": {"uv": [2.625, 3.375, 3.875, 4], "texture": "#0"}, + "south": {"uv": [7.875, 0, 8, 0.625], "texture": "#0"}, + "west": {"uv": [3.75, 2.625, 5, 3.25], "texture": "#0"}, + "up": {"uv": [1.125, 7.625, 1, 6.375], "texture": "#0"}, + "down": {"uv": [6.5, 3, 6.375, 4.25], "texture": "#0"} + } + }, + { + "from": [6, -4, 3], + "to": [7, 1, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [5, -4, 11]}, + "faces": { + "north": {"uv": [7.875, 0.75, 8, 1.375], "texture": "#0"}, + "east": {"uv": [0, 0, 1.5, 0.625], "texture": "#0"}, + "south": {"uv": [1.5, 7.875, 1.625, 8.5], "texture": "#0"}, + "west": {"uv": [0, 0.625, 1.5, 1.25], "texture": "#0"}, + "up": {"uv": [4.625, 7.375, 4.5, 5.875], "texture": "#0"}, + "down": {"uv": [4.75, 5.875, 4.625, 7.375], "texture": "#0"} + } + }, + { + "from": [6, 1, 3], + "to": [7, 6, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 1, 11]}, + "faces": { + "north": {"uv": [1.625, 7.875, 1.75, 8.5], "texture": "#0"}, + "east": {"uv": [2.5, 1.375, 3.875, 2], "texture": "#0"}, + "south": {"uv": [1.75, 7.875, 1.875, 8.5], "texture": "#0"}, + "west": {"uv": [2.75, 0, 4.125, 0.625], "texture": "#0"}, + "up": {"uv": [0.5, 7.625, 0.375, 6.25], "texture": "#0"}, + "down": {"uv": [0.625, 6.25, 0.5, 7.625], "texture": "#0"} + } + }, + { + "from": [6, 6, 2], + "to": [7, 10, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 5, 11]}, + "faces": { + "north": {"uv": [2.375, 0.75, 2.5, 1.25], "texture": "#0"}, + "east": {"uv": [4.125, 0, 5.5, 0.5], "texture": "#0"}, + "south": {"uv": [1.125, 4.125, 1.25, 4.625], "texture": "#0"}, + "west": {"uv": [4.125, 2, 5.5, 2.5], "texture": "#0"}, + "up": {"uv": [1.875, 7.625, 1.75, 6.25], "texture": "#0"}, + "down": {"uv": [2, 6.25, 1.875, 7.625], "texture": "#0"} + } + }, + { + "from": [6, 15, -1], + "to": [7, 21, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 14, 10]}, + "faces": { + "north": {"uv": [6.25, 3, 6.375, 3.75], "texture": "#0"}, + "east": {"uv": [0, 1.25, 1.25, 2], "texture": "#0"}, + "south": {"uv": [6.25, 4.375, 6.375, 5.125], "texture": "#0"}, + "west": {"uv": [1.25, 1.25, 2.5, 2], "texture": "#0"}, + "up": {"uv": [6.5, 5.5, 6.375, 4.25], "texture": "#0"}, + "down": {"uv": [4.875, 6.375, 4.75, 7.625], "texture": "#0"} + } + }, + { + "from": [6, 21, -2], + "to": [7, 25, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 17, 10]}, + "faces": { + "north": {"uv": [8.375, 0.625, 8.5, 1.125], "texture": "#0"}, + "east": {"uv": [0, 4.125, 1.125, 4.625], "texture": "#0"}, + "south": {"uv": [0.75, 8.375, 0.875, 8.875], "texture": "#0"}, + "west": {"uv": [4.75, 4.625, 5.875, 5.125], "texture": "#0"}, + "up": {"uv": [4.125, 7.625, 4, 6.5], "texture": "#0"}, + "down": {"uv": [6.625, 6.5, 6.5, 7.625], "texture": "#0"} + } + }, + { + "from": [6, 25, -5], + "to": [7, 28, 4], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 21, 7]}, + "faces": { + "north": {"uv": [8.75, 1.5, 8.875, 1.875], "texture": "#0"}, + "east": {"uv": [1.125, 5.125, 2.25, 5.5], "texture": "#0"}, + "south": {"uv": [8.75, 2.25, 8.875, 2.625], "texture": "#0"}, + "west": {"uv": [5.125, 1.5, 6.25, 1.875], "texture": "#0"}, + "up": {"uv": [6.75, 1.125, 6.625, 0], "texture": "#0"}, + "down": {"uv": [6.75, 3, 6.625, 4.125], "texture": "#0"} + } + }, + { + "from": [6, 28, -6], + "to": [7, 29, 2], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 22, 6]}, + "faces": { + "north": {"uv": [9.375, 10, 9.5, 10.125], "texture": "#0"}, + "east": {"uv": [2.75, 0.625, 3.75, 0.75], "texture": "#0"}, + "south": {"uv": [10, 9.375, 10.125, 9.5], "texture": "#0"}, + "west": {"uv": [4.875, 4.375, 5.875, 4.5], "texture": "#0"}, + "up": {"uv": [3.5, 8.25, 3.375, 7.25], "texture": "#0"}, + "down": {"uv": [3.625, 7.25, 3.5, 8.25], "texture": "#0"} + } + }, + { + "from": [6, 29, -8], + "to": [7, 30, -1], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 23, 6]}, + "faces": { + "north": {"uv": [9.5, 10, 9.625, 10.125], "texture": "#0"}, + "east": {"uv": [6.625, 2.625, 7.5, 2.75], "texture": "#0"}, + "south": {"uv": [10, 9.5, 10.125, 9.625], "texture": "#0"}, + "west": {"uv": [6.625, 2.75, 7.5, 2.875], "texture": "#0"}, + "up": {"uv": [7.5, 6.125, 7.375, 5.25], "texture": "#0"}, + "down": {"uv": [7.5, 6.125, 7.375, 7], "texture": "#0"} + } + }, + { + "from": [6, 30, -10], + "to": [7, 31, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 24, 6]}, + "faces": { + "north": {"uv": [9.625, 10, 9.75, 10.125], "texture": "#0"}, + "east": {"uv": [7.875, 1.375, 8.5, 1.5], "texture": "#0"}, + "south": {"uv": [10, 9.625, 10.125, 9.75], "texture": "#0"}, + "west": {"uv": [7.875, 1.75, 8.5, 1.875], "texture": "#0"}, + "up": {"uv": [2, 8.5, 1.875, 7.875], "texture": "#0"}, + "down": {"uv": [2.125, 7.875, 2, 8.5], "texture": "#0"} + } + }, + { + "from": [7, 10, 0], + "to": [8, 16, 3], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 9, 10]}, + "faces": { + "north": {"uv": [7.625, 0, 7.75, 0.75], "texture": "#0"}, + "east": {"uv": [4.125, 5.875, 4.5, 6.625], "texture": "#0"}, + "south": {"uv": [0.375, 7.625, 0.5, 8.375], "texture": "#0"}, + "west": {"uv": [5.875, 4.375, 6.25, 5.125], "texture": "#0"}, + "up": {"uv": [8.875, 3.75, 8.75, 3.375], "texture": "#0"}, + "down": {"uv": [8.875, 3.75, 8.75, 4.125], "texture": "#0"} + } + }, + { + "from": [7, -4, 2], + "to": [8, 1, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -4, 11]}, + "faces": { + "north": {"uv": [2.125, 7.875, 2.25, 8.5], "texture": "#0"}, + "east": {"uv": [0, 5.625, 0.625, 6.25], "texture": "#0"}, + "south": {"uv": [2.25, 7.875, 2.375, 8.5], "texture": "#0"}, + "west": {"uv": [4.75, 5.75, 5.375, 6.375], "texture": "#0"}, + "up": {"uv": [2.5, 8.5, 2.375, 7.875], "texture": "#0"}, + "down": {"uv": [2.625, 7.875, 2.5, 8.5], "texture": "#0"} + } + }, + { + "from": [7, -3, 0], + "to": [8, 0, 2], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -4, 6]}, + "faces": { + "north": {"uv": [8.75, 4.375, 8.875, 4.75], "texture": "#0"}, + "east": {"uv": [7.625, 0.75, 7.875, 1.125], "texture": "#0"}, + "south": {"uv": [8.75, 4.75, 8.875, 5.125], "texture": "#0"}, + "west": {"uv": [7.625, 1.125, 7.875, 1.5], "texture": "#0"}, + "up": {"uv": [9.375, 9.375, 9.25, 9.125], "texture": "#0"}, + "down": {"uv": [0.125, 9.375, 0, 9.625], "texture": "#0"} + } + }, + { + "from": [8, -2, 1], + "to": [9, 0, 3], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -4, 7]}, + "faces": { + "north": {"uv": [0.125, 9.375, 0.25, 9.625], "texture": "#0"}, + "east": {"uv": [0.875, 8.375, 1.125, 8.625], "texture": "#0"}, + "south": {"uv": [0.25, 9.375, 0.375, 9.625], "texture": "#0"}, + "west": {"uv": [1.125, 8.375, 1.375, 8.625], "texture": "#0"}, + "up": {"uv": [9.5, 0.5, 9.375, 0.25], "texture": "#0"}, + "down": {"uv": [9.5, 0.5, 9.375, 0.75], "texture": "#0"} + } + }, + { + "from": [6, -2, 1], + "to": [7, 0, 3], + "rotation": {"angle": 0, "axis": "y", "origin": [5, -4, 7]}, + "faces": { + "north": {"uv": [9.375, 0.75, 9.5, 1], "texture": "#0"}, + "east": {"uv": [8.375, 1.125, 8.625, 1.375], "texture": "#0"}, + "south": {"uv": [0.875, 9.375, 1, 9.625], "texture": "#0"}, + "west": {"uv": [8.375, 2.25, 8.625, 2.5], "texture": "#0"}, + "up": {"uv": [1.125, 9.625, 1, 9.375], "texture": "#0"}, + "down": {"uv": [9.5, 1, 9.375, 1.25], "texture": "#0"} + } + }, + { + "from": [7, -2, -3], + "to": [8, 0, 0], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -4, 4]}, + "faces": { + "north": {"uv": [1.125, 9.375, 1.25, 9.625], "texture": "#0"}, + "east": {"uv": [1.5, 7.625, 1.875, 7.875], "texture": "#0"}, + "south": {"uv": [1.25, 9.375, 1.375, 9.625], "texture": "#0"}, + "west": {"uv": [7.625, 1.5, 8, 1.75], "texture": "#0"}, + "up": {"uv": [5.375, 9.125, 5.25, 8.75], "texture": "#0"}, + "down": {"uv": [6.125, 8.75, 6, 9.125], "texture": "#0"} + } + }, + { + "from": [7, -1, -4], + "to": [8, 0, -3], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -4, 2]}, + "faces": { + "north": {"uv": [9.75, 10, 9.875, 10.125], "texture": "#0"}, + "east": {"uv": [10, 9.75, 10.125, 9.875], "texture": "#0"}, + "south": {"uv": [9.875, 10, 10, 10.125], "texture": "#0"}, + "west": {"uv": [10, 9.875, 10.125, 10], "texture": "#0"}, + "up": {"uv": [10.125, 10.125, 10, 10], "texture": "#0"}, + "down": {"uv": [0.125, 10.125, 0, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 0, -4], + "to": [8, 1, -2], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -3, 2]}, + "faces": { + "north": {"uv": [10.125, 0, 10.25, 0.125], "texture": "#0"}, + "east": {"uv": [9.375, 1.25, 9.625, 1.375], "texture": "#0"}, + "south": {"uv": [0.125, 10.125, 0.25, 10.25], "texture": "#0"}, + "west": {"uv": [9.375, 1.5, 9.625, 1.625], "texture": "#0"}, + "up": {"uv": [9.5, 1.875, 9.375, 1.625], "texture": "#0"}, + "down": {"uv": [9.5, 1.875, 9.375, 2.125], "texture": "#0"} + } + }, + { + "from": [7, 0, 0], + "to": [8, 1, 2], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -3, 6]}, + "faces": { + "north": {"uv": [10.125, 0.125, 10.25, 0.25], "texture": "#0"}, + "east": {"uv": [2.125, 9.375, 2.375, 9.5], "texture": "#0"}, + "south": {"uv": [0.25, 10.125, 0.375, 10.25], "texture": "#0"}, + "west": {"uv": [9.375, 2.25, 9.625, 2.375], "texture": "#0"}, + "up": {"uv": [2.5, 9.625, 2.375, 9.375], "texture": "#0"}, + "down": {"uv": [9.5, 2.625, 9.375, 2.875], "texture": "#0"} + } + }, + { + "from": [7, 1, -3], + "to": [8, 2, -2], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -2, 2]}, + "faces": { + "north": {"uv": [10.125, 0.25, 10.25, 0.375], "texture": "#0"}, + "east": {"uv": [0.375, 10.125, 0.5, 10.25], "texture": "#0"}, + "south": {"uv": [10.125, 0.375, 10.25, 0.5], "texture": "#0"}, + "west": {"uv": [0.5, 10.125, 0.625, 10.25], "texture": "#0"}, + "up": {"uv": [10.25, 0.625, 10.125, 0.5], "texture": "#0"}, + "down": {"uv": [0.75, 10.125, 0.625, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 1, 2], + "to": [8, 7, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 1, 11]}, + "faces": { + "north": {"uv": [0.5, 7.625, 0.625, 8.375], "texture": "#0"}, + "east": {"uv": [1.75, 5.5, 2.25, 6.25], "texture": "#0"}, + "south": {"uv": [1, 7.625, 1.125, 8.375], "texture": "#0"}, + "west": {"uv": [0.625, 5.625, 1.125, 6.375], "texture": "#0"}, + "up": {"uv": [1.5, 8.875, 1.375, 8.375], "texture": "#0"}, + "down": {"uv": [2.75, 8.375, 2.625, 8.875], "texture": "#0"} + } + }, + { + "from": [7, 6, 1], + "to": [8, 11, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 5, 11]}, + "faces": { + "north": {"uv": [7.875, 2.625, 8, 3.25], "texture": "#0"}, + "east": {"uv": [3.125, 5.875, 3.625, 6.5], "texture": "#0"}, + "south": {"uv": [7.875, 3.5, 8, 4.125], "texture": "#0"}, + "west": {"uv": [3.625, 5.875, 4.125, 6.5], "texture": "#0"}, + "up": {"uv": [2.875, 8.875, 2.75, 8.375], "texture": "#0"}, + "down": {"uv": [3, 8.375, 2.875, 8.875], "texture": "#0"} + } + }, + { + "from": [7, 15, -2], + "to": [8, 22, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 14, 10]}, + "faces": { + "north": {"uv": [7.375, 7, 7.5, 7.875], "texture": "#0"}, + "east": {"uv": [5.375, 5.75, 5.75, 6.625], "texture": "#0"}, + "south": {"uv": [7.5, 0, 7.625, 0.875], "texture": "#0"}, + "west": {"uv": [5.75, 5.75, 6.125, 6.625], "texture": "#0"}, + "up": {"uv": [6.5, 9.125, 6.375, 8.75], "texture": "#0"}, + "down": {"uv": [6.625, 8.75, 6.5, 9.125], "texture": "#0"} + } + }, + { + "from": [7, 21, -3], + "to": [8, 26, -1], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, 10]}, + "faces": { + "north": {"uv": [7.875, 4.125, 8, 4.75], "texture": "#0"}, + "east": {"uv": [4.875, 6.375, 5.125, 7], "texture": "#0"}, + "south": {"uv": [7.875, 5, 8, 5.625], "texture": "#0"}, + "west": {"uv": [5.125, 6.375, 5.375, 7], "texture": "#0"}, + "up": {"uv": [9.5, 3.125, 9.375, 2.875], "texture": "#0"}, + "down": {"uv": [3.375, 9.375, 3.25, 9.625], "texture": "#0"} + } + }, + { + "from": [7, 24, -4], + "to": [8, 26, -3], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, 8]}, + "faces": { + "north": {"uv": [9.375, 3.25, 9.5, 3.5], "texture": "#0"}, + "east": {"uv": [3.375, 9.375, 3.5, 9.625], "texture": "#0"}, + "south": {"uv": [3.5, 9.375, 3.625, 9.625], "texture": "#0"}, + "west": {"uv": [9.375, 3.5, 9.5, 3.75], "texture": "#0"}, + "up": {"uv": [10.25, 0.75, 10.125, 0.625], "texture": "#0"}, + "down": {"uv": [0.875, 10.125, 0.75, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 28, -8], + "to": [8, 29, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 20, 4]}, + "faces": { + "north": {"uv": [10.125, 0.75, 10.25, 0.875], "texture": "#0"}, + "east": {"uv": [0.875, 10.125, 1, 10.25], "texture": "#0"}, + "south": {"uv": [10.125, 0.875, 10.25, 1], "texture": "#0"}, + "west": {"uv": [1, 10.125, 1.125, 10.25], "texture": "#0"}, + "up": {"uv": [10.25, 1.125, 10.125, 1], "texture": "#0"}, + "down": {"uv": [1.25, 10.125, 1.125, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 25, -6], + "to": [8, 29, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 21, 7]}, + "faces": { + "north": {"uv": [3, 8.375, 3.125, 8.875], "texture": "#0"}, + "east": {"uv": [3.625, 7.25, 3.875, 7.75], "texture": "#0"}, + "south": {"uv": [3.125, 8.375, 3.25, 8.875], "texture": "#0"}, + "west": {"uv": [7.25, 3.75, 7.5, 4.25], "texture": "#0"}, + "up": {"uv": [3.875, 9.625, 3.75, 9.375], "texture": "#0"}, + "down": {"uv": [9.5, 3.75, 9.375, 4], "texture": "#0"} + } + }, + { + "from": [7, 28, -7], + "to": [8, 30, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 22, 6]}, + "faces": { + "north": {"uv": [3.875, 9.375, 4, 9.625], "texture": "#0"}, + "east": {"uv": [4, 9.375, 4.125, 9.625], "texture": "#0"}, + "south": {"uv": [9.375, 4, 9.5, 4.25], "texture": "#0"}, + "west": {"uv": [4.5, 9.375, 4.625, 9.625], "texture": "#0"}, + "up": {"uv": [10.25, 1.25, 10.125, 1.125], "texture": "#0"}, + "down": {"uv": [1.375, 10.125, 1.25, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 29, -10], + "to": [8, 31, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 23, 6]}, + "faces": { + "north": {"uv": [4.625, 9.375, 4.75, 9.625], "texture": "#0"}, + "east": {"uv": [1.875, 7.625, 2.25, 7.875], "texture": "#0"}, + "south": {"uv": [4.75, 9.375, 4.875, 9.625], "texture": "#0"}, + "west": {"uv": [2.25, 7.625, 2.625, 7.875], "texture": "#0"}, + "up": {"uv": [7.375, 9.125, 7.25, 8.75], "texture": "#0"}, + "down": {"uv": [7.875, 8.75, 7.75, 9.125], "texture": "#0"} + } + }, + { + "from": [7, 30, -12], + "to": [8, 32, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 24, 6]}, + "faces": { + "north": {"uv": [9.375, 4.875, 9.5, 5.125], "texture": "#0"}, + "east": {"uv": [8.375, 2.5, 8.625, 2.75], "texture": "#0"}, + "south": {"uv": [9.375, 5.5, 9.5, 5.75], "texture": "#0"}, + "west": {"uv": [8.375, 3.25, 8.625, 3.5], "texture": "#0"}, + "up": {"uv": [9.5, 6, 9.375, 5.75], "texture": "#0"}, + "down": {"uv": [9.5, 6, 9.375, 6.25], "texture": "#0"} + } + }, + { + "from": [7, 30, -14], + "to": [8, 31, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 24, 0]}, + "faces": { + "north": {"uv": [10.125, 1.25, 10.25, 1.375], "texture": "#0"}, + "east": {"uv": [9.375, 2.375, 9.625, 2.5], "texture": "#0"}, + "south": {"uv": [1.375, 10.125, 1.5, 10.25], "texture": "#0"}, + "west": {"uv": [9.375, 4.25, 9.625, 4.375], "texture": "#0"}, + "up": {"uv": [6.25, 9.625, 6.125, 9.375], "texture": "#0"}, + "down": {"uv": [6.375, 9.375, 6.25, 9.625], "texture": "#0"} + } + }, + { + "from": [7, 11, 4], + "to": [8, 16, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 9, 10]}, + "faces": { + "north": {"uv": [7.375, 7.875, 7.5, 8.5], "texture": "#0"}, + "east": {"uv": [2.75, 4.625, 3.75, 5.25], "texture": "#0"}, + "south": {"uv": [7.5, 7.875, 7.625, 8.5], "texture": "#0"}, + "west": {"uv": [3.75, 4.625, 4.75, 5.25], "texture": "#0"}, + "up": {"uv": [4, 8.25, 3.875, 7.25], "texture": "#0"}, + "down": {"uv": [7.375, 4.25, 7.25, 5.25], "texture": "#0"} + } + }, + { + "from": [7, -4, 6], + "to": [8, 2, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -4, 11]}, + "faces": { + "north": {"uv": [2.625, 7.625, 2.75, 8.375], "texture": "#0"}, + "east": {"uv": [1.5, 0, 2.75, 0.75], "texture": "#0"}, + "south": {"uv": [7.625, 2.625, 7.75, 3.375], "texture": "#0"}, + "west": {"uv": [0, 2, 1.25, 2.75], "texture": "#0"}, + "up": {"uv": [6.25, 7.625, 6.125, 6.375], "texture": "#0"}, + "down": {"uv": [6.375, 6.375, 6.25, 7.625], "texture": "#0"} + } + }, + { + "from": [7, 2, 6], + "to": [8, 7, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 1, 11]}, + "faces": { + "north": {"uv": [7.875, 7.75, 8, 8.375], "texture": "#0"}, + "east": {"uv": [1.25, 4, 2.375, 4.625], "texture": "#0"}, + "south": {"uv": [8, 0, 8.125, 0.625], "texture": "#0"}, + "west": {"uv": [2.375, 4, 3.5, 4.625], "texture": "#0"}, + "up": {"uv": [4.25, 7.75, 4.125, 6.625], "texture": "#0"}, + "down": {"uv": [4.375, 6.625, 4.25, 7.75], "texture": "#0"} + } + }, + { + "from": [7, 7, 5], + "to": [8, 11, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 5, 11]}, + "faces": { + "north": {"uv": [3.25, 8.375, 3.375, 8.875], "texture": "#0"}, + "east": {"uv": [4.875, 3.875, 6, 4.375], "texture": "#0"}, + "south": {"uv": [8.375, 3.5, 8.5, 4], "texture": "#0"}, + "west": {"uv": [5, 0.5, 6.125, 1], "texture": "#0"}, + "up": {"uv": [4.5, 7.75, 4.375, 6.625], "texture": "#0"}, + "down": {"uv": [5.5, 6.625, 5.375, 7.75], "texture": "#0"} + } + }, + { + "from": [7, 16, 2], + "to": [8, 22, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 14, 10]}, + "faces": { + "north": {"uv": [2.75, 7.625, 2.875, 8.375], "texture": "#0"}, + "east": {"uv": [3.875, 3.875, 4.875, 4.625], "texture": "#0"}, + "south": {"uv": [2.875, 7.625, 3, 8.375], "texture": "#0"}, + "west": {"uv": [4, 0.625, 5, 1.375], "texture": "#0"}, + "up": {"uv": [7.375, 6.25, 7.25, 5.25], "texture": "#0"}, + "down": {"uv": [6.75, 7.25, 6.625, 8.25], "texture": "#0"} + } + }, + { + "from": [7, 22, 1], + "to": [8, 26, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, 10]}, + "faces": { + "north": {"uv": [3.625, 8.375, 3.75, 8.875], "texture": "#0"}, + "east": {"uv": [1.5, 0.75, 2.375, 1.25], "texture": "#0"}, + "south": {"uv": [3.75, 8.375, 3.875, 8.875], "texture": "#0"}, + "west": {"uv": [5.125, 1, 6, 1.5], "texture": "#0"}, + "up": {"uv": [7.625, 1.75, 7.5, 0.875], "texture": "#0"}, + "down": {"uv": [1.25, 7.5, 1.125, 8.375], "texture": "#0"} + } + }, + { + "from": [7, 26, -2], + "to": [8, 29, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 21, 7]}, + "faces": { + "north": {"uv": [7.875, 8.75, 8, 9.125], "texture": "#0"}, + "east": {"uv": [5.5, 0, 6.375, 0.375], "texture": "#0"}, + "south": {"uv": [8, 8.75, 8.125, 9.125], "texture": "#0"}, + "west": {"uv": [2.25, 5.875, 3.125, 6.25], "texture": "#0"}, + "up": {"uv": [1.375, 8.375, 1.25, 7.5], "texture": "#0"}, + "down": {"uv": [1.5, 7.5, 1.375, 8.375], "texture": "#0"} + } + }, + { + "from": [7, 29, -2], + "to": [8, 30, 3], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 22, 6]}, + "faces": { + "north": {"uv": [10.125, 1.375, 10.25, 1.5], "texture": "#0"}, + "east": {"uv": [7.875, 1.875, 8.5, 2], "texture": "#0"}, + "south": {"uv": [1.5, 10.125, 1.625, 10.25], "texture": "#0"}, + "west": {"uv": [7.875, 2, 8.5, 2.125], "texture": "#0"}, + "up": {"uv": [8.125, 1.375, 8, 0.75], "texture": "#0"}, + "down": {"uv": [8.125, 2.625, 8, 3.25], "texture": "#0"} + } + }, + { + "from": [7, 30, -5], + "to": [8, 31, 0], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 23, 6]}, + "faces": { + "north": {"uv": [10.125, 1.5, 10.25, 1.625], "texture": "#0"}, + "east": {"uv": [7.875, 2.125, 8.5, 2.25], "texture": "#0"}, + "south": {"uv": [1.625, 10.125, 1.75, 10.25], "texture": "#0"}, + "west": {"uv": [7.875, 5.625, 8.5, 5.75], "texture": "#0"}, + "up": {"uv": [8.125, 4.125, 8, 3.5], "texture": "#0"}, + "down": {"uv": [8.125, 4.125, 8, 4.75], "texture": "#0"} + } + }, + { + "from": [7, 31, -10], + "to": [8, 32, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 24, 6]}, + "faces": { + "north": {"uv": [10.125, 1.625, 10.25, 1.75], "texture": "#0"}, + "east": {"uv": [7.5, 2.25, 8.25, 2.375], "texture": "#0"}, + "south": {"uv": [1.75, 10.125, 1.875, 10.25], "texture": "#0"}, + "west": {"uv": [7.625, 3.375, 8.375, 3.5], "texture": "#0"}, + "up": {"uv": [3.125, 8.375, 3, 7.625], "texture": "#0"}, + "down": {"uv": [7.75, 3.5, 7.625, 4.25], "texture": "#0"} + } + }, + { + "from": [8, 10, 1], + "to": [9, 15, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 9, 10]}, + "faces": { + "north": {"uv": [8, 5, 8.125, 5.625], "texture": "#0"}, + "east": {"uv": [3.875, 1.375, 5.125, 2], "texture": "#0"}, + "south": {"uv": [6.125, 8, 6.25, 8.625], "texture": "#0"}, + "west": {"uv": [3.875, 3.25, 5.125, 3.875], "texture": "#0"}, + "up": {"uv": [6.5, 7.625, 6.375, 6.375], "texture": "#0"}, + "down": {"uv": [6.625, 0, 6.5, 1.25], "texture": "#0"} + } + }, + { + "from": [8, -4, 3], + "to": [9, 1, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -4, 11]}, + "faces": { + "north": {"uv": [6.25, 8, 6.375, 8.625], "texture": "#0"}, + "east": {"uv": [1.25, 2, 2.75, 2.625], "texture": "#0"}, + "south": {"uv": [7.625, 8, 7.75, 8.625], "texture": "#0"}, + "west": {"uv": [2.5, 0.75, 4, 1.375], "texture": "#0"}, + "up": {"uv": [1.625, 7.625, 1.5, 6.125], "texture": "#0"}, + "down": {"uv": [1.75, 6.125, 1.625, 7.625], "texture": "#0"} + } + }, + { + "from": [8, 1, 3], + "to": [9, 6, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 11]}, + "faces": { + "north": {"uv": [8, 7.75, 8.125, 8.375], "texture": "#0"}, + "east": {"uv": [2.75, 2, 4.125, 2.625], "texture": "#0"}, + "south": {"uv": [8.125, 0, 8.25, 0.625], "texture": "#0"}, + "west": {"uv": [1.25, 3.375, 2.625, 4], "texture": "#0"}, + "up": {"uv": [2.125, 7.625, 2, 6.25], "texture": "#0"}, + "down": {"uv": [2.25, 6.25, 2.125, 7.625], "texture": "#0"} + } + }, + { + "from": [8, 6, 2], + "to": [9, 10, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 5, 11]}, + "faces": { + "north": {"uv": [4, 8.375, 4.125, 8.875], "texture": "#0"}, + "east": {"uv": [0, 4.625, 1.375, 5.125], "texture": "#0"}, + "south": {"uv": [8.375, 4, 8.5, 4.5], "texture": "#0"}, + "west": {"uv": [1.375, 4.625, 2.75, 5.125], "texture": "#0"}, + "up": {"uv": [2.375, 7.625, 2.25, 6.25], "texture": "#0"}, + "down": {"uv": [2.5, 6.25, 2.375, 7.625], "texture": "#0"} + } + }, + { + "from": [8, 15, -1], + "to": [9, 21, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 14, 10]}, + "faces": { + "north": {"uv": [4, 7.625, 4.125, 8.375], "texture": "#0"}, + "east": {"uv": [1.25, 2.625, 2.5, 3.375], "texture": "#0"}, + "south": {"uv": [7.625, 4.25, 7.75, 5], "texture": "#0"}, + "west": {"uv": [2.5, 2.625, 3.75, 3.375], "texture": "#0"}, + "up": {"uv": [6.625, 4.25, 6.5, 3], "texture": "#0"}, + "down": {"uv": [3.25, 6.5, 3.125, 7.75], "texture": "#0"} + } + }, + { + "from": [8, 21, -2], + "to": [9, 25, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 17, 10]}, + "faces": { + "north": {"uv": [4.125, 8.375, 4.25, 8.875], "texture": "#0"}, + "east": {"uv": [5, 2.5, 6.125, 3], "texture": "#0"}, + "south": {"uv": [4.25, 8.375, 4.375, 8.875], "texture": "#0"}, + "west": {"uv": [0, 5.125, 1.125, 5.625], "texture": "#0"}, + "up": {"uv": [5.625, 7.75, 5.5, 6.625], "texture": "#0"}, + "down": {"uv": [5.75, 6.625, 5.625, 7.75], "texture": "#0"} + } + }, + { + "from": [8, 25, -5], + "to": [9, 28, 4], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 21, 7]}, + "faces": { + "north": {"uv": [8.75, 8, 8.875, 8.375], "texture": "#0"}, + "east": {"uv": [5.125, 3, 6.25, 3.375], "texture": "#0"}, + "south": {"uv": [8.125, 8.75, 8.25, 9.125], "texture": "#0"}, + "west": {"uv": [5.125, 3.375, 6.25, 3.75], "texture": "#0"}, + "up": {"uv": [5.875, 7.75, 5.75, 6.625], "texture": "#0"}, + "down": {"uv": [6, 6.625, 5.875, 7.75], "texture": "#0"} + } + }, + { + "from": [8, 28, -6], + "to": [9, 29, 2], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 22, 6]}, + "faces": { + "north": {"uv": [10.125, 1.75, 10.25, 1.875], "texture": "#0"}, + "east": {"uv": [4.875, 4.5, 5.875, 4.625], "texture": "#0"}, + "south": {"uv": [1.875, 10.125, 2, 10.25], "texture": "#0"}, + "west": {"uv": [6.5, 1.25, 7.5, 1.375], "texture": "#0"}, + "up": {"uv": [6.875, 8.25, 6.75, 7.25], "texture": "#0"}, + "down": {"uv": [7, 7.25, 6.875, 8.25], "texture": "#0"} + } + }, + { + "from": [8, 29, -8], + "to": [9, 30, -1], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 23, 6]}, + "faces": { + "north": {"uv": [10.125, 1.875, 10.25, 2], "texture": "#0"}, + "east": {"uv": [7.375, 2.375, 8.25, 2.5], "texture": "#0"}, + "south": {"uv": [2, 10.125, 2.125, 10.25], "texture": "#0"}, + "west": {"uv": [7.375, 2.5, 8.25, 2.625], "texture": "#0"}, + "up": {"uv": [7.625, 3.5, 7.5, 2.625], "texture": "#0"}, + "down": {"uv": [7.625, 3.5, 7.5, 4.375], "texture": "#0"} + } + }, + { + "from": [8, 30, -10], + "to": [9, 31, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 24, 6]}, + "faces": { + "north": {"uv": [10.125, 2, 10.25, 2.125], "texture": "#0"}, + "east": {"uv": [7.875, 5.75, 8.5, 5.875], "texture": "#0"}, + "south": {"uv": [2.125, 10.125, 2.25, 10.25], "texture": "#0"}, + "west": {"uv": [7.875, 5.875, 8.5, 6], "texture": "#0"}, + "up": {"uv": [8.25, 1.375, 8.125, 0.75], "texture": "#0"}, + "down": {"uv": [8.25, 2.625, 8.125, 3.25], "texture": "#0"} + } + }, + { + "from": [8, 28, -14], + "to": [9, 31, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 30, -16]}, + "faces": { + "north": {"uv": [8.375, 8.75, 8.5, 9.125], "texture": "#0"}, + "east": {"uv": [8.5, 8.75, 8.625, 9.125], "texture": "#0"}, + "south": {"uv": [8.75, 8.625, 8.875, 9], "texture": "#0"}, + "west": {"uv": [8.875, 0.25, 9, 0.625], "texture": "#0"}, + "up": {"uv": [10.25, 2.25, 10.125, 2.125], "texture": "#0"}, + "down": {"uv": [2.375, 10.125, 2.25, 10.25], "texture": "#0"} + } + }, + { + "from": [6, 28, -13], + "to": [9, 29, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 28, -15]}, + "faces": { + "north": {"uv": [8.75, 1, 9.125, 1.125], "texture": "#0"}, + "east": {"uv": [10.125, 2.25, 10.25, 2.375], "texture": "#0"}, + "south": {"uv": [8.75, 2.75, 9.125, 2.875], "texture": "#0"}, + "west": {"uv": [2.375, 10.125, 2.5, 10.25], "texture": "#0"}, + "up": {"uv": [9.125, 7.75, 8.75, 7.625], "texture": "#0"}, + "down": {"uv": [9.25, 0.625, 8.875, 0.75], "texture": "#0"} + } + }, + { + "from": [6, 28, -14], + "to": [7, 31, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 30, -16]}, + "faces": { + "north": {"uv": [0.75, 8.875, 0.875, 9.25], "texture": "#0"}, + "east": {"uv": [1.375, 8.875, 1.5, 9.25], "texture": "#0"}, + "south": {"uv": [8.875, 1.375, 9, 1.75], "texture": "#0"}, + "west": {"uv": [1.5, 8.875, 1.625, 9.25], "texture": "#0"}, + "up": {"uv": [10.25, 2.5, 10.125, 2.375], "texture": "#0"}, + "down": {"uv": [2.625, 10.125, 2.5, 10.25], "texture": "#0"} + } + }, + { + "from": [8, 24, -13], + "to": [9, 27, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 26, -15]}, + "faces": { + "north": {"uv": [1.625, 8.875, 1.75, 9.25], "texture": "#0"}, + "east": {"uv": [1.75, 8.875, 1.875, 9.25], "texture": "#0"}, + "south": {"uv": [1.875, 8.875, 2, 9.25], "texture": "#0"}, + "west": {"uv": [2, 8.875, 2.125, 9.25], "texture": "#0"}, + "up": {"uv": [10.25, 2.625, 10.125, 2.5], "texture": "#0"}, + "down": {"uv": [2.75, 10.125, 2.625, 10.25], "texture": "#0"} + } + }, + { + "from": [6, 24, -12], + "to": [9, 25, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 24, -14]}, + "faces": { + "north": {"uv": [8.875, 0.75, 9.25, 0.875], "texture": "#0"}, + "east": {"uv": [10.125, 2.625, 10.25, 2.75], "texture": "#0"}, + "south": {"uv": [8.875, 0.875, 9.25, 1], "texture": "#0"}, + "west": {"uv": [2.75, 10.125, 2.875, 10.25], "texture": "#0"}, + "up": {"uv": [9.25, 1.875, 8.875, 1.75], "texture": "#0"}, + "down": {"uv": [2.5, 8.875, 2.125, 9], "texture": "#0"} + } + }, + { + "from": [6, 24, -13], + "to": [7, 27, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 26, -15]}, + "faces": { + "north": {"uv": [8.875, 2.125, 9, 2.5], "texture": "#0"}, + "east": {"uv": [2.5, 8.875, 2.625, 9.25], "texture": "#0"}, + "south": {"uv": [2.625, 8.875, 2.75, 9.25], "texture": "#0"}, + "west": {"uv": [2.75, 8.875, 2.875, 9.25], "texture": "#0"}, + "up": {"uv": [10.25, 2.875, 10.125, 2.75], "texture": "#0"}, + "down": {"uv": [3, 10.125, 2.875, 10.25], "texture": "#0"} + } + }, + { + "from": [8, 20, -12], + "to": [9, 23, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 22, -14]}, + "faces": { + "north": {"uv": [2.875, 8.875, 3, 9.25], "texture": "#0"}, + "east": {"uv": [8.875, 2.875, 9, 3.25], "texture": "#0"}, + "south": {"uv": [3, 8.875, 3.125, 9.25], "texture": "#0"}, + "west": {"uv": [3.125, 8.875, 3.25, 9.25], "texture": "#0"}, + "up": {"uv": [10.25, 3, 10.125, 2.875], "texture": "#0"}, + "down": {"uv": [3.125, 10.125, 3, 10.25], "texture": "#0"} + } + }, + { + "from": [6, 20, -11], + "to": [9, 21, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 20, -13]}, + "faces": { + "north": {"uv": [8.875, 2.5, 9.25, 2.625], "texture": "#0"}, + "east": {"uv": [10.125, 3, 10.25, 3.125], "texture": "#0"}, + "south": {"uv": [3.25, 8.875, 3.625, 9], "texture": "#0"}, + "west": {"uv": [3.125, 10.125, 3.25, 10.25], "texture": "#0"}, + "up": {"uv": [9.25, 3.5, 8.875, 3.375], "texture": "#0"}, + "down": {"uv": [9.25, 3.5, 8.875, 3.625], "texture": "#0"} + } + }, + { + "from": [6, 20, -12], + "to": [7, 23, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 22, -14]}, + "faces": { + "north": {"uv": [3.625, 8.875, 3.75, 9.25], "texture": "#0"}, + "east": {"uv": [8.875, 3.625, 9, 4], "texture": "#0"}, + "south": {"uv": [3.75, 8.875, 3.875, 9.25], "texture": "#0"}, + "west": {"uv": [3.875, 8.875, 4, 9.25], "texture": "#0"}, + "up": {"uv": [10.25, 3.25, 10.125, 3.125], "texture": "#0"}, + "down": {"uv": [3.375, 10.125, 3.25, 10.25], "texture": "#0"} + } + }, + { + "from": [8, 16, -11], + "to": [9, 19, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 18, -13]}, + "faces": { + "north": {"uv": [4, 8.875, 4.125, 9.25], "texture": "#0"}, + "east": {"uv": [4.125, 8.875, 4.25, 9.25], "texture": "#0"}, + "south": {"uv": [4.25, 8.875, 4.375, 9.25], "texture": "#0"}, + "west": {"uv": [4.375, 8.875, 4.5, 9.25], "texture": "#0"}, + "up": {"uv": [10.25, 3.375, 10.125, 3.25], "texture": "#0"}, + "down": {"uv": [3.5, 10.125, 3.375, 10.25], "texture": "#0"} + } + }, + { + "from": [6, 16, -10], + "to": [9, 17, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 16, -12]}, + "faces": { + "north": {"uv": [8.875, 4, 9.25, 4.125], "texture": "#0"}, + "east": {"uv": [10.125, 3.375, 10.25, 3.5], "texture": "#0"}, + "south": {"uv": [8.875, 4.375, 9.25, 4.5], "texture": "#0"}, + "west": {"uv": [3.5, 10.125, 3.625, 10.25], "texture": "#0"}, + "up": {"uv": [4.875, 9, 4.5, 8.875], "texture": "#0"}, + "down": {"uv": [9.25, 4.5, 8.875, 4.625], "texture": "#0"} + } + }, + { + "from": [6, 16, -11], + "to": [7, 19, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 18, -13]}, + "faces": { + "north": {"uv": [8.875, 4.625, 9, 5], "texture": "#0"}, + "east": {"uv": [4.875, 8.875, 5, 9.25], "texture": "#0"}, + "south": {"uv": [5, 8.875, 5.125, 9.25], "texture": "#0"}, + "west": {"uv": [5.125, 8.875, 5.25, 9.25], "texture": "#0"}, + "up": {"uv": [10.25, 3.625, 10.125, 3.5], "texture": "#0"}, + "down": {"uv": [3.75, 10.125, 3.625, 10.25], "texture": "#0"} + } + }, + { + "from": [8, 12, -10], + "to": [9, 15, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 14, -12]}, + "faces": { + "north": {"uv": [5.375, 8.875, 5.5, 9.25], "texture": "#0"}, + "east": {"uv": [5.5, 8.875, 5.625, 9.25], "texture": "#0"}, + "south": {"uv": [5.625, 8.875, 5.75, 9.25], "texture": "#0"}, + "west": {"uv": [5.75, 8.875, 5.875, 9.25], "texture": "#0"}, + "up": {"uv": [10.25, 3.75, 10.125, 3.625], "texture": "#0"}, + "down": {"uv": [3.875, 10.125, 3.75, 10.25], "texture": "#0"} + } + }, + { + "from": [6, 12, -9], + "to": [9, 13, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 12, -11]}, + "faces": { + "north": {"uv": [8.875, 5, 9.25, 5.125], "texture": "#0"}, + "east": {"uv": [10.125, 3.75, 10.25, 3.875], "texture": "#0"}, + "south": {"uv": [8.875, 5.75, 9.25, 5.875], "texture": "#0"}, + "west": {"uv": [3.875, 10.125, 4, 10.25], "texture": "#0"}, + "up": {"uv": [9.25, 6, 8.875, 5.875], "texture": "#0"}, + "down": {"uv": [9.25, 6, 8.875, 6.125], "texture": "#0"} + } + }, + { + "from": [6, 12, -10], + "to": [7, 15, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 14, -12]}, + "faces": { + "north": {"uv": [5.875, 8.875, 6, 9.25], "texture": "#0"}, + "east": {"uv": [8.875, 6.125, 9, 6.5], "texture": "#0"}, + "south": {"uv": [6.625, 8.875, 6.75, 9.25], "texture": "#0"}, + "west": {"uv": [6.75, 8.875, 6.875, 9.25], "texture": "#0"}, + "up": {"uv": [10.25, 4, 10.125, 3.875], "texture": "#0"}, + "down": {"uv": [4.125, 10.125, 4, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 27, -14], + "to": [8, 29, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 28, -16]}, + "faces": { + "north": {"uv": [9.375, 6.625, 9.5, 6.875], "texture": "#0"}, + "east": {"uv": [6.875, 9.375, 7, 9.625], "texture": "#0"}, + "south": {"uv": [7, 9.375, 7.125, 9.625], "texture": "#0"}, + "west": {"uv": [7.125, 9.375, 7.25, 9.625], "texture": "#0"}, + "up": {"uv": [10.25, 4.125, 10.125, 4], "texture": "#0"}, + "down": {"uv": [4.25, 10.125, 4.125, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 27, -12], + "to": [8, 29, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 28, -14]}, + "faces": { + "north": {"uv": [9.375, 7.125, 9.5, 7.375], "texture": "#0"}, + "east": {"uv": [7.375, 9.375, 7.5, 9.625], "texture": "#0"}, + "south": {"uv": [7.5, 9.375, 7.625, 9.625], "texture": "#0"}, + "west": {"uv": [7.625, 9.375, 7.75, 9.625], "texture": "#0"}, + "up": {"uv": [10.25, 4.25, 10.125, 4.125], "texture": "#0"}, + "down": {"uv": [4.375, 10.125, 4.25, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 26, -14], + "to": [8, 27, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 26, -15]}, + "faces": { + "north": {"uv": [10.125, 4.25, 10.25, 4.375], "texture": "#0"}, + "east": {"uv": [6.875, 8.875, 7.25, 9], "texture": "#0"}, + "south": {"uv": [4.375, 10.125, 4.5, 10.25], "texture": "#0"}, + "west": {"uv": [8.875, 7.75, 9.25, 7.875], "texture": "#0"}, + "up": {"uv": [7.5, 9.25, 7.375, 8.875], "texture": "#0"}, + "down": {"uv": [7.625, 8.875, 7.5, 9.25], "texture": "#0"} + } + }, + { + "from": [7, 23, -13], + "to": [8, 25, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 24, -15]}, + "faces": { + "north": {"uv": [9.375, 7.75, 9.5, 8], "texture": "#0"}, + "east": {"uv": [9.375, 8, 9.5, 8.25], "texture": "#0"}, + "south": {"uv": [8.25, 9.375, 8.375, 9.625], "texture": "#0"}, + "west": {"uv": [9.375, 8.375, 9.5, 8.625], "texture": "#0"}, + "up": {"uv": [10.25, 4.5, 10.125, 4.375], "texture": "#0"}, + "down": {"uv": [4.625, 10.125, 4.5, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 23, -11], + "to": [8, 25, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 24, -13]}, + "faces": { + "north": {"uv": [8.625, 9.375, 8.75, 9.625], "texture": "#0"}, + "east": {"uv": [9.375, 8.625, 9.5, 8.875], "texture": "#0"}, + "south": {"uv": [8.75, 9.375, 8.875, 9.625], "texture": "#0"}, + "west": {"uv": [8.875, 9.375, 9, 9.625], "texture": "#0"}, + "up": {"uv": [10.25, 4.625, 10.125, 4.5], "texture": "#0"}, + "down": {"uv": [4.75, 10.125, 4.625, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 22, -13], + "to": [8, 23, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 22, -14]}, + "faces": { + "north": {"uv": [10.125, 4.625, 10.25, 4.75], "texture": "#0"}, + "east": {"uv": [8.875, 7.875, 9.25, 8], "texture": "#0"}, + "south": {"uv": [4.75, 10.125, 4.875, 10.25], "texture": "#0"}, + "west": {"uv": [8.875, 8, 9.25, 8.125], "texture": "#0"}, + "up": {"uv": [9, 9, 8.875, 8.625], "texture": "#0"}, + "down": {"uv": [0.125, 9, 0, 9.375], "texture": "#0"} + } + }, + { + "from": [7, 19, -12], + "to": [8, 21, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 20, -14]}, + "faces": { + "north": {"uv": [9.375, 9.125, 9.5, 9.375], "texture": "#0"}, + "east": {"uv": [9.25, 9.375, 9.375, 9.625], "texture": "#0"}, + "south": {"uv": [9.375, 9.375, 9.5, 9.625], "texture": "#0"}, + "west": {"uv": [9.5, 0, 9.625, 0.25], "texture": "#0"}, + "up": {"uv": [10.25, 4.875, 10.125, 4.75], "texture": "#0"}, + "down": {"uv": [5, 10.125, 4.875, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 19, -10], + "to": [8, 21, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 20, -12]}, + "faces": { + "north": {"uv": [9.5, 0.25, 9.625, 0.5], "texture": "#0"}, + "east": {"uv": [0.375, 9.5, 0.5, 9.75], "texture": "#0"}, + "south": {"uv": [0.5, 9.5, 0.625, 9.75], "texture": "#0"}, + "west": {"uv": [9.5, 0.5, 9.625, 0.75], "texture": "#0"}, + "up": {"uv": [10.25, 5, 10.125, 4.875], "texture": "#0"}, + "down": {"uv": [5.125, 10.125, 5, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 18, -12], + "to": [8, 19, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 18, -13]}, + "faces": { + "north": {"uv": [10.125, 5, 10.25, 5.125], "texture": "#0"}, + "east": {"uv": [8.875, 8.125, 9.25, 8.25], "texture": "#0"}, + "south": {"uv": [5.125, 10.125, 5.25, 10.25], "texture": "#0"}, + "west": {"uv": [8.875, 8.25, 9.25, 8.375], "texture": "#0"}, + "up": {"uv": [0.25, 9.375, 0.125, 9], "texture": "#0"}, + "down": {"uv": [0.375, 9, 0.25, 9.375], "texture": "#0"} + } + }, + { + "from": [7, 15, -11], + "to": [8, 17, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 16, -13]}, + "faces": { + "north": {"uv": [0.625, 9.5, 0.75, 9.75], "texture": "#0"}, + "east": {"uv": [9.5, 0.75, 9.625, 1], "texture": "#0"}, + "south": {"uv": [9.5, 1, 9.625, 1.25], "texture": "#0"}, + "west": {"uv": [9.5, 1.625, 9.625, 1.875], "texture": "#0"}, + "up": {"uv": [10.25, 5.25, 10.125, 5.125], "texture": "#0"}, + "down": {"uv": [5.375, 10.125, 5.25, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 15, -9], + "to": [8, 17, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 16, -11]}, + "faces": { + "north": {"uv": [9.5, 1.875, 9.625, 2.125], "texture": "#0"}, + "east": {"uv": [2.125, 9.5, 2.25, 9.75], "texture": "#0"}, + "south": {"uv": [2.25, 9.5, 2.375, 9.75], "texture": "#0"}, + "west": {"uv": [9.5, 2.625, 9.625, 2.875], "texture": "#0"}, + "up": {"uv": [10.25, 5.375, 10.125, 5.25], "texture": "#0"}, + "down": {"uv": [5.5, 10.125, 5.375, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 14, -11], + "to": [8, 15, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 14, -12]}, + "faces": { + "north": {"uv": [10.125, 5.375, 10.25, 5.5], "texture": "#0"}, + "east": {"uv": [9, 0.25, 9.375, 0.375], "texture": "#0"}, + "south": {"uv": [5.5, 10.125, 5.625, 10.25], "texture": "#0"}, + "west": {"uv": [0.375, 9, 0.75, 9.125], "texture": "#0"}, + "up": {"uv": [1, 9.375, 0.875, 9], "texture": "#0"}, + "down": {"uv": [1.125, 9, 1, 9.375], "texture": "#0"} + } + }, + { + "from": [7, 8, -9], + "to": [8, 12, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 11, -10]}, + "faces": { + "north": {"uv": [4.375, 8.375, 4.5, 8.875], "texture": "#0"}, + "east": {"uv": [4.5, 8.375, 4.625, 8.875], "texture": "#0"}, + "south": {"uv": [8.375, 4.5, 8.5, 5], "texture": "#0"}, + "west": {"uv": [4.75, 8.375, 4.875, 8.875], "texture": "#0"}, + "up": {"uv": [10.25, 5.625, 10.125, 5.5], "texture": "#0"}, + "down": {"uv": [5.75, 10.125, 5.625, 10.25], "texture": "#0"} + } + }, + { + "from": [8, 11, -8], + "to": [9, 13, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 13, -9]}, + "faces": { + "north": {"uv": [9.5, 2.875, 9.625, 3.125], "texture": "#0"}, + "east": {"uv": [9.5, 3.125, 9.625, 3.375], "texture": "#0"}, + "south": {"uv": [9.5, 3.375, 9.625, 3.625], "texture": "#0"}, + "west": {"uv": [9.5, 3.625, 9.625, 3.875], "texture": "#0"}, + "up": {"uv": [10.25, 5.75, 10.125, 5.625], "texture": "#0"}, + "down": {"uv": [5.875, 10.125, 5.75, 10.25], "texture": "#0"} + } + }, + { + "from": [8, 15, -12], + "to": [9, 17, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, -13]}, + "faces": { + "north": {"uv": [9.5, 3.875, 9.625, 4.125], "texture": "#0"}, + "east": {"uv": [9.5, 4.875, 9.625, 5.125], "texture": "#0"}, + "south": {"uv": [9.5, 5.125, 9.625, 5.375], "texture": "#0"}, + "west": {"uv": [5.25, 9.5, 5.375, 9.75], "texture": "#0"}, + "up": {"uv": [10.25, 5.875, 10.125, 5.75], "texture": "#0"}, + "down": {"uv": [6, 10.125, 5.875, 10.25], "texture": "#0"} + } + }, + { + "from": [6, 15, -12], + "to": [7, 17, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 17, -13]}, + "faces": { + "north": {"uv": [9.5, 5.375, 9.625, 5.625], "texture": "#0"}, + "east": {"uv": [9.5, 5.625, 9.625, 5.875], "texture": "#0"}, + "south": {"uv": [9.5, 5.875, 9.625, 6.125], "texture": "#0"}, + "west": {"uv": [6, 9.5, 6.125, 9.75], "texture": "#0"}, + "up": {"uv": [10.25, 6, 10.125, 5.875], "texture": "#0"}, + "down": {"uv": [6.125, 10.125, 6, 10.25], "texture": "#0"} + } + }, + { + "from": [5, 14, -12], + "to": [6, 16, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 16, -13]}, + "faces": { + "north": {"uv": [9.5, 6.125, 9.625, 6.375], "texture": "#0"}, + "east": {"uv": [6.375, 9.5, 6.5, 9.75], "texture": "#0"}, + "south": {"uv": [9.5, 6.375, 9.625, 6.625], "texture": "#0"}, + "west": {"uv": [6.5, 9.5, 6.625, 9.75], "texture": "#0"}, + "up": {"uv": [10.25, 6.125, 10.125, 6], "texture": "#0"}, + "down": {"uv": [6.25, 10.125, 6.125, 10.25], "texture": "#0"} + } + }, + { + "from": [4, 13, -9], + "to": [5, 14, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 15, -9]}, + "faces": { + "north": {"uv": [10.125, 6.125, 10.25, 6.25], "texture": "#0"}, + "east": {"uv": [9.5, 1.375, 9.75, 1.5], "texture": "#0"}, + "south": {"uv": [6.25, 10.125, 6.375, 10.25], "texture": "#0"}, + "west": {"uv": [9.5, 4.125, 9.75, 4.25], "texture": "#0"}, + "up": {"uv": [6.75, 9.75, 6.625, 9.5], "texture": "#0"}, + "down": {"uv": [9.625, 6.625, 9.5, 6.875], "texture": "#0"} + } + }, + { + "from": [5, 13, -9], + "to": [7, 14, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 15, -9]}, + "faces": { + "north": {"uv": [9.5, 6.875, 9.75, 7], "texture": "#0"}, + "east": {"uv": [10.125, 6.25, 10.25, 6.375], "texture": "#0"}, + "south": {"uv": [9.5, 7, 9.75, 7.125], "texture": "#0"}, + "west": {"uv": [6.375, 10.125, 6.5, 10.25], "texture": "#0"}, + "up": {"uv": [9.75, 7.25, 9.5, 7.125], "texture": "#0"}, + "down": {"uv": [9.75, 7.25, 9.5, 7.375], "texture": "#0"} + } + }, + { + "from": [5, 13, -12], + "to": [6, 14, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 14, -13]}, + "faces": { + "north": {"uv": [10.125, 6.375, 10.25, 6.5], "texture": "#0"}, + "east": {"uv": [6.5, 10.125, 6.625, 10.25], "texture": "#0"}, + "south": {"uv": [10.125, 6.5, 10.25, 6.625], "texture": "#0"}, + "west": {"uv": [6.625, 10.125, 6.75, 10.25], "texture": "#0"}, + "up": {"uv": [10.25, 6.75, 10.125, 6.625], "texture": "#0"}, + "down": {"uv": [6.875, 10.125, 6.75, 10.25], "texture": "#0"} + } + }, + { + "from": [4, 12, -12], + "to": [5, 14, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 12, -13]}, + "faces": { + "north": {"uv": [6.75, 9.5, 6.875, 9.75], "texture": "#0"}, + "east": {"uv": [7.25, 9.5, 7.375, 9.75], "texture": "#0"}, + "south": {"uv": [9.5, 7.375, 9.625, 7.625], "texture": "#0"}, + "west": {"uv": [9.5, 7.625, 9.625, 7.875], "texture": "#0"}, + "up": {"uv": [10.25, 6.875, 10.125, 6.75], "texture": "#0"}, + "down": {"uv": [7, 10.125, 6.875, 10.25], "texture": "#0"} + } + }, + { + "from": [4, 11, -13], + "to": [5, 12, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 11, -13]}, + "faces": { + "north": {"uv": [10.125, 6.875, 10.25, 7], "texture": "#0"}, + "east": {"uv": [7.75, 9.5, 8, 9.625], "texture": "#0"}, + "south": {"uv": [7, 10.125, 7.125, 10.25], "texture": "#0"}, + "west": {"uv": [9.5, 7.875, 9.75, 8], "texture": "#0"}, + "up": {"uv": [8.125, 9.75, 8, 9.5], "texture": "#0"}, + "down": {"uv": [9.625, 8, 9.5, 8.25], "texture": "#0"} + } + }, + { + "from": [9, 14, -12], + "to": [10, 16, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 17, -13]}, + "faces": { + "north": {"uv": [8.125, 9.5, 8.25, 9.75], "texture": "#0"}, + "east": {"uv": [9.5, 8.25, 9.625, 8.5], "texture": "#0"}, + "south": {"uv": [8.375, 9.5, 8.5, 9.75], "texture": "#0"}, + "west": {"uv": [8.5, 9.5, 8.625, 9.75], "texture": "#0"}, + "up": {"uv": [10.25, 7.125, 10.125, 7], "texture": "#0"}, + "down": {"uv": [7.25, 10.125, 7.125, 10.25], "texture": "#0"} + } + }, + { + "from": [10, 14, -12], + "to": [11, 15, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17, -13]}, + "faces": { + "north": {"uv": [10.125, 7.125, 10.25, 7.25], "texture": "#0"}, + "east": {"uv": [7.25, 10.125, 7.375, 10.25], "texture": "#0"}, + "south": {"uv": [10.125, 7.25, 10.25, 7.375], "texture": "#0"}, + "west": {"uv": [7.375, 10.125, 7.5, 10.25], "texture": "#0"}, + "up": {"uv": [10.25, 7.5, 10.125, 7.375], "texture": "#0"}, + "down": {"uv": [7.625, 10.125, 7.5, 10.25], "texture": "#0"} + } + }, + { + "from": [9, 11, -8], + "to": [10, 12, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 12, -8]}, + "faces": { + "north": {"uv": [10.125, 7.5, 10.25, 7.625], "texture": "#0"}, + "east": {"uv": [9.5, 8.5, 9.75, 8.625], "texture": "#0"}, + "south": {"uv": [7.625, 10.125, 7.75, 10.25], "texture": "#0"}, + "west": {"uv": [9.5, 8.625, 9.75, 8.75], "texture": "#0"}, + "up": {"uv": [9.625, 9, 9.5, 8.75], "texture": "#0"}, + "down": {"uv": [9.125, 9.5, 9, 9.75], "texture": "#0"} + } + }, + { + "from": [9, 11, -6], + "to": [11, 12, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, -7]}, + "faces": { + "north": {"uv": [9.5, 9, 9.75, 9.125], "texture": "#0"}, + "east": {"uv": [10.125, 7.625, 10.25, 7.75], "texture": "#0"}, + "south": {"uv": [9.5, 9.125, 9.75, 9.25], "texture": "#0"}, + "west": {"uv": [7.75, 10.125, 7.875, 10.25], "texture": "#0"}, + "up": {"uv": [9.75, 9.375, 9.5, 9.25], "texture": "#0"}, + "down": {"uv": [9.75, 9.375, 9.5, 9.5], "texture": "#0"} + } + }, + { + "from": [6, 3, -10], + "to": [9, 6, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 3, -9]}, + "faces": { + "north": {"uv": [6.625, 1.5, 7, 1.875], "texture": "#0"}, + "east": {"uv": [6.625, 2.25, 7, 2.625], "texture": "#0"}, + "south": {"uv": [6.625, 6.5, 7, 6.875], "texture": "#0"}, + "west": {"uv": [6.75, 0, 7.125, 0.375], "texture": "#0"}, + "up": {"uv": [7.125, 0.75, 6.75, 0.375], "texture": "#0"}, + "down": {"uv": [7.125, 0.75, 6.75, 1.125], "texture": "#0"} + } + }, + { + "from": [7, 6, -9], + "to": [8, 8, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 6, -9]}, + "faces": { + "north": {"uv": [9.125, 9.5, 9.25, 9.75], "texture": "#0"}, + "east": {"uv": [9.5, 9.5, 9.625, 9.75], "texture": "#0"}, + "south": {"uv": [0, 9.625, 0.125, 9.875], "texture": "#0"}, + "west": {"uv": [9.625, 0, 9.75, 0.25], "texture": "#0"}, + "up": {"uv": [10.25, 7.875, 10.125, 7.75], "texture": "#0"}, + "down": {"uv": [8, 10.125, 7.875, 10.25], "texture": "#0"} + } + }, + { + "from": [8, 6, -10], + "to": [9, 7, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 6, -10]}, + "faces": { + "north": {"uv": [10.125, 7.875, 10.25, 8], "texture": "#0"}, + "east": {"uv": [8, 10.125, 8.125, 10.25], "texture": "#0"}, + "south": {"uv": [10.125, 8, 10.25, 8.125], "texture": "#0"}, + "west": {"uv": [8.125, 10.125, 8.25, 10.25], "texture": "#0"}, + "up": {"uv": [10.25, 8.25, 10.125, 8.125], "texture": "#0"}, + "down": {"uv": [8.375, 10.125, 8.25, 10.25], "texture": "#0"} + } + }, + { + "from": [8, 6, -8], + "to": [9, 7, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 6, -8]}, + "faces": { + "north": {"uv": [10.125, 8.25, 10.25, 8.375], "texture": "#0"}, + "east": {"uv": [8.375, 10.125, 8.5, 10.25], "texture": "#0"}, + "south": {"uv": [10.125, 8.375, 10.25, 8.5], "texture": "#0"}, + "west": {"uv": [8.5, 10.125, 8.625, 10.25], "texture": "#0"}, + "up": {"uv": [10.25, 8.625, 10.125, 8.5], "texture": "#0"}, + "down": {"uv": [8.75, 10.125, 8.625, 10.25], "texture": "#0"} + } + }, + { + "from": [6, 6, -8], + "to": [7, 7, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 6, -8]}, + "faces": { + "north": {"uv": [10.125, 8.625, 10.25, 8.75], "texture": "#0"}, + "east": {"uv": [8.75, 10.125, 8.875, 10.25], "texture": "#0"}, + "south": {"uv": [10.125, 8.75, 10.25, 8.875], "texture": "#0"}, + "west": {"uv": [8.875, 10.125, 9, 10.25], "texture": "#0"}, + "up": {"uv": [10.25, 9, 10.125, 8.875], "texture": "#0"}, + "down": {"uv": [9.125, 10.125, 9, 10.25], "texture": "#0"} + } + }, + { + "from": [6, 6, -10], + "to": [7, 7, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 6, -10]}, + "faces": { + "north": {"uv": [10.125, 9, 10.25, 9.125], "texture": "#0"}, + "east": {"uv": [9.125, 10.125, 9.25, 10.25], "texture": "#0"}, + "south": {"uv": [10.125, 9.125, 10.25, 9.25], "texture": "#0"}, + "west": {"uv": [9.25, 10.125, 9.375, 10.25], "texture": "#0"}, + "up": {"uv": [10.25, 9.375, 10.125, 9.25], "texture": "#0"}, + "down": {"uv": [9.5, 10.125, 9.375, 10.25], "texture": "#0"} + } + }, + { + "from": [5, 5, -10], + "to": [6, 6, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 5, -10]}, + "faces": { + "north": {"uv": [10.125, 9.375, 10.25, 9.5], "texture": "#0"}, + "east": {"uv": [9.5, 10.125, 9.625, 10.25], "texture": "#0"}, + "south": {"uv": [10.125, 9.5, 10.25, 9.625], "texture": "#0"}, + "west": {"uv": [9.625, 10.125, 9.75, 10.25], "texture": "#0"}, + "up": {"uv": [10.25, 9.75, 10.125, 9.625], "texture": "#0"}, + "down": {"uv": [9.875, 10.125, 9.75, 10.25], "texture": "#0"} + } + }, + { + "from": [4, 4, -9], + "to": [6, 5, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 4, -9]}, + "faces": { + "north": {"uv": [0.125, 9.625, 0.375, 9.75], "texture": "#0"}, + "east": {"uv": [10.125, 9.75, 10.25, 9.875], "texture": "#0"}, + "south": {"uv": [9.625, 0.25, 9.875, 0.375], "texture": "#0"}, + "west": {"uv": [9.875, 10.125, 10, 10.25], "texture": "#0"}, + "up": {"uv": [9.875, 0.5, 9.625, 0.375], "texture": "#0"}, + "down": {"uv": [9.875, 0.5, 9.625, 0.625], "texture": "#0"} + } + }, + { + "from": [5, 3, -10], + "to": [6, 4, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, -10]}, + "faces": { + "north": {"uv": [10.125, 9.875, 10.25, 10], "texture": "#0"}, + "east": {"uv": [10, 10.125, 10.125, 10.25], "texture": "#0"}, + "south": {"uv": [10.125, 10, 10.25, 10.125], "texture": "#0"}, + "west": {"uv": [10.125, 10.125, 10.25, 10.25], "texture": "#0"}, + "up": {"uv": [0.125, 10.375, 0, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 0, 10.25, 0.125], "texture": "#0"} + } + }, + { + "from": [5, 3, -8], + "to": [6, 4, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, -8]}, + "faces": { + "north": {"uv": [0.125, 10.25, 0.25, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 0.125, 10.375, 0.25], "texture": "#0"}, + "south": {"uv": [0.25, 10.25, 0.375, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 0.25, 10.375, 0.375], "texture": "#0"}, + "up": {"uv": [0.5, 10.375, 0.375, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 0.375, 10.25, 0.5], "texture": "#0"} + } + }, + { + "from": [5, 5, -8], + "to": [6, 6, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 5, -8]}, + "faces": { + "north": {"uv": [0.5, 10.25, 0.625, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 0.5, 10.375, 0.625], "texture": "#0"}, + "south": {"uv": [0.625, 10.25, 0.75, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 0.625, 10.375, 0.75], "texture": "#0"}, + "up": {"uv": [0.875, 10.375, 0.75, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 0.75, 10.25, 0.875], "texture": "#0"} + } + }, + { + "from": [9, 3, -10], + "to": [10, 4, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 3, -10]}, + "faces": { + "north": {"uv": [0.875, 10.25, 1, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 0.875, 10.375, 1], "texture": "#0"}, + "south": {"uv": [1, 10.25, 1.125, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 1, 10.375, 1.125], "texture": "#0"}, + "up": {"uv": [1.25, 10.375, 1.125, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 1.125, 10.25, 1.25], "texture": "#0"} + } + }, + { + "from": [9, 5, -10], + "to": [10, 6, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, -10]}, + "faces": { + "north": {"uv": [1.25, 10.25, 1.375, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 1.25, 10.375, 1.375], "texture": "#0"}, + "south": {"uv": [1.375, 10.25, 1.5, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 1.375, 10.375, 1.5], "texture": "#0"}, + "up": {"uv": [1.625, 10.375, 1.5, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 1.5, 10.25, 1.625], "texture": "#0"} + } + }, + { + "from": [9, 5, -8], + "to": [10, 6, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, -8]}, + "faces": { + "north": {"uv": [1.625, 10.25, 1.75, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 1.625, 10.375, 1.75], "texture": "#0"}, + "south": {"uv": [1.75, 10.25, 1.875, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 1.75, 10.375, 1.875], "texture": "#0"}, + "up": {"uv": [2, 10.375, 1.875, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 1.875, 10.25, 2], "texture": "#0"} + } + }, + { + "from": [9, 3, -8], + "to": [10, 4, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 3, -8]}, + "faces": { + "north": {"uv": [2, 10.25, 2.125, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 2, 10.375, 2.125], "texture": "#0"}, + "south": {"uv": [2.125, 10.25, 2.25, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 2.125, 10.375, 2.25], "texture": "#0"}, + "up": {"uv": [2.375, 10.375, 2.25, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 2.25, 10.25, 2.375], "texture": "#0"} + } + }, + { + "from": [8, 3, -11], + "to": [9, 4, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 3, -11]}, + "faces": { + "north": {"uv": [2.375, 10.25, 2.5, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 2.375, 10.375, 2.5], "texture": "#0"}, + "south": {"uv": [2.5, 10.25, 2.625, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 2.5, 10.375, 2.625], "texture": "#0"}, + "up": {"uv": [2.75, 10.375, 2.625, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 2.625, 10.25, 2.75], "texture": "#0"} + } + }, + { + "from": [6, 3, -11], + "to": [7, 4, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 3, -11]}, + "faces": { + "north": {"uv": [2.75, 10.25, 2.875, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 2.75, 10.375, 2.875], "texture": "#0"}, + "south": {"uv": [2.875, 10.25, 3, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 2.875, 10.375, 3], "texture": "#0"}, + "up": {"uv": [3.125, 10.375, 3, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 3, 10.25, 3.125], "texture": "#0"} + } + }, + { + "from": [7, 4, -12], + "to": [8, 5, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 4, -11]}, + "faces": { + "north": {"uv": [3.125, 10.25, 3.25, 10.375], "texture": "#0"}, + "east": {"uv": [9.625, 0.625, 9.875, 0.75], "texture": "#0"}, + "south": {"uv": [10.25, 3.125, 10.375, 3.25], "texture": "#0"}, + "west": {"uv": [0.75, 9.625, 1, 9.75], "texture": "#0"}, + "up": {"uv": [9.75, 1, 9.625, 0.75], "texture": "#0"}, + "down": {"uv": [1.125, 9.625, 1, 9.875], "texture": "#0"} + } + }, + { + "from": [6, 5, -11], + "to": [7, 6, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 5, -11]}, + "faces": { + "north": {"uv": [3.25, 10.25, 3.375, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 3.25, 10.375, 3.375], "texture": "#0"}, + "south": {"uv": [3.375, 10.25, 3.5, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 3.375, 10.375, 3.5], "texture": "#0"}, + "up": {"uv": [3.625, 10.375, 3.5, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 3.5, 10.25, 3.625], "texture": "#0"} + } + }, + { + "from": [8, 5, -11], + "to": [9, 6, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 5, -11]}, + "faces": { + "north": {"uv": [3.625, 10.25, 3.75, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 3.625, 10.375, 3.75], "texture": "#0"}, + "south": {"uv": [3.75, 10.25, 3.875, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 3.75, 10.375, 3.875], "texture": "#0"}, + "up": {"uv": [4, 10.375, 3.875, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 3.875, 10.25, 4], "texture": "#0"} + } + }, + { + "from": [8, 5, -7], + "to": [9, 6, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 5, -7]}, + "faces": { + "north": {"uv": [4, 10.25, 4.125, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 4, 10.375, 4.125], "texture": "#0"}, + "south": {"uv": [4.125, 10.25, 4.25, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 4.125, 10.375, 4.25], "texture": "#0"}, + "up": {"uv": [4.375, 10.375, 4.25, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 4.25, 10.25, 4.375], "texture": "#0"} + } + }, + { + "from": [8, 3, -7], + "to": [9, 4, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 3, -7]}, + "faces": { + "north": {"uv": [4.375, 10.25, 4.5, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 4.375, 10.375, 4.5], "texture": "#0"}, + "south": {"uv": [4.5, 10.25, 4.625, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 4.5, 10.375, 4.625], "texture": "#0"}, + "up": {"uv": [4.75, 10.375, 4.625, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 4.625, 10.25, 4.75], "texture": "#0"} + } + }, + { + "from": [7, 4, -7], + "to": [8, 5, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 4, -6]}, + "faces": { + "north": {"uv": [4.75, 10.25, 4.875, 10.375], "texture": "#0"}, + "east": {"uv": [9.625, 1, 9.875, 1.125], "texture": "#0"}, + "south": {"uv": [10.25, 4.75, 10.375, 4.875], "texture": "#0"}, + "west": {"uv": [1.125, 9.625, 1.375, 9.75], "texture": "#0"}, + "up": {"uv": [9.75, 1.375, 9.625, 1.125], "texture": "#0"}, + "down": {"uv": [1.5, 9.625, 1.375, 9.875], "texture": "#0"} + } + }, + { + "from": [6, 5, -7], + "to": [7, 6, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 5, -7]}, + "faces": { + "north": {"uv": [4.875, 10.25, 5, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 4.875, 10.375, 5], "texture": "#0"}, + "south": {"uv": [5, 10.25, 5.125, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 5, 10.375, 5.125], "texture": "#0"}, + "up": {"uv": [5.25, 10.375, 5.125, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 5.125, 10.25, 5.25], "texture": "#0"} + } + }, + { + "from": [6, 3, -7], + "to": [7, 4, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 3, -7]}, + "faces": { + "north": {"uv": [5.25, 10.25, 5.375, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 5.25, 10.375, 5.375], "texture": "#0"}, + "south": {"uv": [5.375, 10.25, 5.5, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 5.375, 10.375, 5.5], "texture": "#0"}, + "up": {"uv": [5.625, 10.375, 5.5, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 5.5, 10.25, 5.625], "texture": "#0"} + } + }, + { + "from": [9, 4, -9], + "to": [11, 5, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, -9]}, + "faces": { + "north": {"uv": [1.5, 9.625, 1.75, 9.75], "texture": "#0"}, + "east": {"uv": [5.625, 10.25, 5.75, 10.375], "texture": "#0"}, + "south": {"uv": [9.625, 1.5, 9.875, 1.625], "texture": "#0"}, + "west": {"uv": [10.25, 5.625, 10.375, 5.75], "texture": "#0"}, + "up": {"uv": [9.875, 1.75, 9.625, 1.625], "texture": "#0"}, + "down": {"uv": [2, 9.625, 1.75, 9.75], "texture": "#0"} + } + }, + { + "from": [8, 2, -8], + "to": [9, 3, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 2, -8]}, + "faces": { + "north": {"uv": [5.75, 10.25, 5.875, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 5.75, 10.375, 5.875], "texture": "#0"}, + "south": {"uv": [5.875, 10.25, 6, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 5.875, 10.375, 6], "texture": "#0"}, + "up": {"uv": [6.125, 10.375, 6, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 6, 10.25, 6.125], "texture": "#0"} + } + }, + { + "from": [8, 2, -10], + "to": [9, 3, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 2, -10]}, + "faces": { + "north": {"uv": [6.125, 10.25, 6.25, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 6.125, 10.375, 6.25], "texture": "#0"}, + "south": {"uv": [6.25, 10.25, 6.375, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 6.25, 10.375, 6.375], "texture": "#0"}, + "up": {"uv": [6.5, 10.375, 6.375, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 6.375, 10.25, 6.5], "texture": "#0"} + } + }, + { + "from": [6, 2, -10], + "to": [7, 3, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 2, -10]}, + "faces": { + "north": {"uv": [6.5, 10.25, 6.625, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 6.5, 10.375, 6.625], "texture": "#0"}, + "south": {"uv": [6.625, 10.25, 6.75, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 6.625, 10.375, 6.75], "texture": "#0"}, + "up": {"uv": [6.875, 10.375, 6.75, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 6.75, 10.25, 6.875], "texture": "#0"} + } + }, + { + "from": [6, 2, -8], + "to": [7, 3, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 2, -8]}, + "faces": { + "north": {"uv": [6.875, 10.25, 7, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 6.875, 10.375, 7], "texture": "#0"}, + "south": {"uv": [7, 10.25, 7.125, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 7, 10.375, 7.125], "texture": "#0"}, + "up": {"uv": [7.25, 10.375, 7.125, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 7.125, 10.25, 7.25], "texture": "#0"} + } + }, + { + "from": [7, 1, -9], + "to": [8, 3, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 1, -9]}, + "faces": { + "north": {"uv": [9.625, 1.75, 9.75, 2], "texture": "#0"}, + "east": {"uv": [2, 9.625, 2.125, 9.875], "texture": "#0"}, + "south": {"uv": [9.625, 2, 9.75, 2.25], "texture": "#0"}, + "west": {"uv": [9.625, 2.25, 9.75, 2.5], "texture": "#0"}, + "up": {"uv": [7.375, 10.375, 7.25, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 7.25, 10.25, 7.375], "texture": "#0"} + } + }, + { + "from": [3, 6, -14], + "to": [6, 9, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 6, -13]}, + "faces": { + "north": {"uv": [1.125, 6.75, 1.5, 7.125], "texture": "#0"}, + "east": {"uv": [6.75, 3, 7.125, 3.375], "texture": "#0"}, + "south": {"uv": [6.75, 3.375, 7.125, 3.75], "texture": "#0"}, + "west": {"uv": [6.75, 3.75, 7.125, 4.125], "texture": "#0"}, + "up": {"uv": [0.375, 7.25, 0, 6.875], "texture": "#0"}, + "down": {"uv": [7.25, 1.875, 6.875, 2.25], "texture": "#0"} + } + }, + { + "from": [4, 9, -13], + "to": [5, 11, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 9, -13]}, + "faces": { + "north": {"uv": [2.375, 9.625, 2.5, 9.875], "texture": "#0"}, + "east": {"uv": [2.5, 9.625, 2.625, 9.875], "texture": "#0"}, + "south": {"uv": [9.625, 2.5, 9.75, 2.75], "texture": "#0"}, + "west": {"uv": [2.625, 9.625, 2.75, 9.875], "texture": "#0"}, + "up": {"uv": [7.5, 10.375, 7.375, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 7.375, 10.25, 7.5], "texture": "#0"} + } + }, + { + "from": [5, 9, -14], + "to": [6, 10, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 9, -14]}, + "faces": { + "north": {"uv": [7.5, 10.25, 7.625, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 7.5, 10.375, 7.625], "texture": "#0"}, + "south": {"uv": [7.625, 10.25, 7.75, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 7.625, 10.375, 7.75], "texture": "#0"}, + "up": {"uv": [7.875, 10.375, 7.75, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 7.75, 10.25, 7.875], "texture": "#0"} + } + }, + { + "from": [5, 9, -12], + "to": [6, 10, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 9, -12]}, + "faces": { + "north": {"uv": [7.875, 10.25, 8, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 7.875, 10.375, 8], "texture": "#0"}, + "south": {"uv": [8, 10.25, 8.125, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 8, 10.375, 8.125], "texture": "#0"}, + "up": {"uv": [8.25, 10.375, 8.125, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 8.125, 10.25, 8.25], "texture": "#0"} + } + }, + { + "from": [3, 9, -12], + "to": [4, 10, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 9, -12]}, + "faces": { + "north": {"uv": [8.25, 10.25, 8.375, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 8.25, 10.375, 8.375], "texture": "#0"}, + "south": {"uv": [8.375, 10.25, 8.5, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 8.375, 10.375, 8.5], "texture": "#0"}, + "up": {"uv": [8.625, 10.375, 8.5, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 8.5, 10.25, 8.625], "texture": "#0"} + } + }, + { + "from": [3, 9, -14], + "to": [4, 10, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 9, -14]}, + "faces": { + "north": {"uv": [8.625, 10.25, 8.75, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 8.625, 10.375, 8.75], "texture": "#0"}, + "south": {"uv": [8.75, 10.25, 8.875, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 8.75, 10.375, 8.875], "texture": "#0"}, + "up": {"uv": [9, 10.375, 8.875, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 8.875, 10.25, 9], "texture": "#0"} + } + }, + { + "from": [2, 8, -14], + "to": [3, 9, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 8, -14]}, + "faces": { + "north": {"uv": [9, 10.25, 9.125, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 9, 10.375, 9.125], "texture": "#0"}, + "south": {"uv": [9.125, 10.25, 9.25, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 9.125, 10.375, 9.25], "texture": "#0"}, + "up": {"uv": [9.375, 10.375, 9.25, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 9.25, 10.25, 9.375], "texture": "#0"} + } + }, + { + "from": [1, 7, -13], + "to": [3, 8, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 7, -13]}, + "faces": { + "north": {"uv": [2.75, 9.625, 3, 9.75], "texture": "#0"}, + "east": {"uv": [9.375, 10.25, 9.5, 10.375], "texture": "#0"}, + "south": {"uv": [9.625, 2.75, 9.875, 2.875], "texture": "#0"}, + "west": {"uv": [10.25, 9.375, 10.375, 9.5], "texture": "#0"}, + "up": {"uv": [9.875, 3, 9.625, 2.875], "texture": "#0"}, + "down": {"uv": [3.25, 9.625, 3, 9.75], "texture": "#0"} + } + }, + { + "from": [2, 6, -14], + "to": [3, 7, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 6, -14]}, + "faces": { + "north": {"uv": [9.5, 10.25, 9.625, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 9.5, 10.375, 9.625], "texture": "#0"}, + "south": {"uv": [9.625, 10.25, 9.75, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 9.625, 10.375, 9.75], "texture": "#0"}, + "up": {"uv": [9.875, 10.375, 9.75, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 9.75, 10.25, 9.875], "texture": "#0"} + } + }, + { + "from": [2, 6, -12], + "to": [3, 7, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 6, -12]}, + "faces": { + "north": {"uv": [9.875, 10.25, 10, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 9.875, 10.375, 10], "texture": "#0"}, + "south": {"uv": [10, 10.25, 10.125, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 10, 10.375, 10.125], "texture": "#0"}, + "up": {"uv": [10.25, 10.375, 10.125, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 10.125, 10.25, 10.25], "texture": "#0"} + } + }, + { + "from": [2, 8, -12], + "to": [3, 9, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 8, -12]}, + "faces": { + "north": {"uv": [10.25, 10.25, 10.375, 10.375], "texture": "#0"}, + "east": {"uv": [0, 10.375, 0.125, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 0, 10.5, 0.125], "texture": "#0"}, + "west": {"uv": [0.125, 10.375, 0.25, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 0.25, 10.375, 0.125], "texture": "#0"}, + "down": {"uv": [0.375, 10.375, 0.25, 10.5], "texture": "#0"} + } + }, + { + "from": [6, 6, -14], + "to": [7, 7, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 6, -14]}, + "faces": { + "north": {"uv": [10.375, 0.25, 10.5, 0.375], "texture": "#0"}, + "east": {"uv": [0.375, 10.375, 0.5, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 0.375, 10.5, 0.5], "texture": "#0"}, + "west": {"uv": [0.5, 10.375, 0.625, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 0.625, 10.375, 0.5], "texture": "#0"}, + "down": {"uv": [0.75, 10.375, 0.625, 10.5], "texture": "#0"} + } + }, + { + "from": [6, 8, -14], + "to": [7, 9, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 8, -14]}, + "faces": { + "north": {"uv": [10.375, 0.625, 10.5, 0.75], "texture": "#0"}, + "east": {"uv": [0.75, 10.375, 0.875, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 0.75, 10.5, 0.875], "texture": "#0"}, + "west": {"uv": [0.875, 10.375, 1, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 1, 10.375, 0.875], "texture": "#0"}, + "down": {"uv": [1.125, 10.375, 1, 10.5], "texture": "#0"} + } + }, + { + "from": [6, 8, -12], + "to": [7, 9, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 8, -12]}, + "faces": { + "north": {"uv": [10.375, 1, 10.5, 1.125], "texture": "#0"}, + "east": {"uv": [1.125, 10.375, 1.25, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 1.125, 10.5, 1.25], "texture": "#0"}, + "west": {"uv": [1.25, 10.375, 1.375, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 1.375, 10.375, 1.25], "texture": "#0"}, + "down": {"uv": [1.5, 10.375, 1.375, 10.5], "texture": "#0"} + } + }, + { + "from": [6, 6, -12], + "to": [7, 7, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 6, -12]}, + "faces": { + "north": {"uv": [10.375, 1.375, 10.5, 1.5], "texture": "#0"}, + "east": {"uv": [1.5, 10.375, 1.625, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 1.5, 10.5, 1.625], "texture": "#0"}, + "west": {"uv": [1.625, 10.375, 1.75, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 1.75, 10.375, 1.625], "texture": "#0"}, + "down": {"uv": [1.875, 10.375, 1.75, 10.5], "texture": "#0"} + } + }, + { + "from": [5, 6, -15], + "to": [6, 7, -14], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 6, -15]}, + "faces": { + "north": {"uv": [10.375, 1.75, 10.5, 1.875], "texture": "#0"}, + "east": {"uv": [1.875, 10.375, 2, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 1.875, 10.5, 2], "texture": "#0"}, + "west": {"uv": [2, 10.375, 2.125, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 2.125, 10.375, 2], "texture": "#0"}, + "down": {"uv": [2.25, 10.375, 2.125, 10.5], "texture": "#0"} + } + }, + { + "from": [3, 6, -15], + "to": [4, 7, -14], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 6, -15]}, + "faces": { + "north": {"uv": [10.375, 2.125, 10.5, 2.25], "texture": "#0"}, + "east": {"uv": [2.25, 10.375, 2.375, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 2.25, 10.5, 2.375], "texture": "#0"}, + "west": {"uv": [2.375, 10.375, 2.5, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 2.5, 10.375, 2.375], "texture": "#0"}, + "down": {"uv": [2.625, 10.375, 2.5, 10.5], "texture": "#0"} + } + }, + { + "from": [4, 7, -16], + "to": [5, 8, -14], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 7, -15]}, + "faces": { + "north": {"uv": [10.375, 2.5, 10.5, 2.625], "texture": "#0"}, + "east": {"uv": [9.625, 3, 9.875, 3.125], "texture": "#0"}, + "south": {"uv": [2.625, 10.375, 2.75, 10.5], "texture": "#0"}, + "west": {"uv": [9.625, 3.125, 9.875, 3.25], "texture": "#0"}, + "up": {"uv": [3.375, 9.875, 3.25, 9.625], "texture": "#0"}, + "down": {"uv": [9.75, 3.25, 9.625, 3.5], "texture": "#0"} + } + }, + { + "from": [3, 8, -15], + "to": [4, 9, -14], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 8, -15]}, + "faces": { + "north": {"uv": [10.375, 2.625, 10.5, 2.75], "texture": "#0"}, + "east": {"uv": [2.75, 10.375, 2.875, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 2.75, 10.5, 2.875], "texture": "#0"}, + "west": {"uv": [2.875, 10.375, 3, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 3, 10.375, 2.875], "texture": "#0"}, + "down": {"uv": [3.125, 10.375, 3, 10.5], "texture": "#0"} + } + }, + { + "from": [5, 8, -15], + "to": [6, 9, -14], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 8, -15]}, + "faces": { + "north": {"uv": [10.375, 3, 10.5, 3.125], "texture": "#0"}, + "east": {"uv": [3.125, 10.375, 3.25, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 3.125, 10.5, 3.25], "texture": "#0"}, + "west": {"uv": [3.25, 10.375, 3.375, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 3.375, 10.375, 3.25], "texture": "#0"}, + "down": {"uv": [3.5, 10.375, 3.375, 10.5], "texture": "#0"} + } + }, + { + "from": [5, 8, -11], + "to": [6, 9, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 8, -11]}, + "faces": { + "north": {"uv": [10.375, 3.375, 10.5, 3.5], "texture": "#0"}, + "east": {"uv": [3.5, 10.375, 3.625, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 3.5, 10.5, 3.625], "texture": "#0"}, + "west": {"uv": [3.625, 10.375, 3.75, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 3.75, 10.375, 3.625], "texture": "#0"}, + "down": {"uv": [3.875, 10.375, 3.75, 10.5], "texture": "#0"} + } + }, + { + "from": [5, 6, -11], + "to": [6, 7, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 6, -11]}, + "faces": { + "north": {"uv": [10.375, 3.75, 10.5, 3.875], "texture": "#0"}, + "east": {"uv": [3.875, 10.375, 4, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 3.875, 10.5, 4], "texture": "#0"}, + "west": {"uv": [4, 10.375, 4.125, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 4.125, 10.375, 4], "texture": "#0"}, + "down": {"uv": [4.25, 10.375, 4.125, 10.5], "texture": "#0"} + } + }, + { + "from": [4, 7, -11], + "to": [5, 8, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 7, -10]}, + "faces": { + "north": {"uv": [10.375, 4.125, 10.5, 4.25], "texture": "#0"}, + "east": {"uv": [3.375, 9.625, 3.625, 9.75], "texture": "#0"}, + "south": {"uv": [4.25, 10.375, 4.375, 10.5], "texture": "#0"}, + "west": {"uv": [9.625, 3.5, 9.875, 3.625], "texture": "#0"}, + "up": {"uv": [3.75, 9.875, 3.625, 9.625], "texture": "#0"}, + "down": {"uv": [9.75, 3.625, 9.625, 3.875], "texture": "#0"} + } + }, + { + "from": [3, 8, -11], + "to": [4, 9, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 8, -11]}, + "faces": { + "north": {"uv": [10.375, 4.25, 10.5, 4.375], "texture": "#0"}, + "east": {"uv": [4.375, 10.375, 4.5, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 4.375, 10.5, 4.5], "texture": "#0"}, + "west": {"uv": [4.5, 10.375, 4.625, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 4.625, 10.375, 4.5], "texture": "#0"}, + "down": {"uv": [4.75, 10.375, 4.625, 10.5], "texture": "#0"} + } + }, + { + "from": [3, 6, -11], + "to": [4, 7, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 6, -11]}, + "faces": { + "north": {"uv": [10.375, 4.625, 10.5, 4.75], "texture": "#0"}, + "east": {"uv": [4.75, 10.375, 4.875, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 4.75, 10.5, 4.875], "texture": "#0"}, + "west": {"uv": [4.875, 10.375, 5, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 5, 10.375, 4.875], "texture": "#0"}, + "down": {"uv": [5.125, 10.375, 5, 10.5], "texture": "#0"} + } + }, + { + "from": [6, 7, -13], + "to": [8, 8, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 7, -13]}, + "faces": { + "north": {"uv": [3.75, 9.625, 4, 9.75], "texture": "#0"}, + "east": {"uv": [10.375, 5, 10.5, 5.125], "texture": "#0"}, + "south": {"uv": [9.625, 3.875, 9.875, 4], "texture": "#0"}, + "west": {"uv": [5.125, 10.375, 5.25, 10.5], "texture": "#0"}, + "up": {"uv": [4.25, 9.75, 4, 9.625], "texture": "#0"}, + "down": {"uv": [9.875, 4, 9.625, 4.125], "texture": "#0"} + } + }, + { + "from": [5, 5, -12], + "to": [6, 6, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 5, -12]}, + "faces": { + "north": {"uv": [10.375, 5.125, 10.5, 5.25], "texture": "#0"}, + "east": {"uv": [5.25, 10.375, 5.375, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 5.25, 10.5, 5.375], "texture": "#0"}, + "west": {"uv": [5.375, 10.375, 5.5, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 5.5, 10.375, 5.375], "texture": "#0"}, + "down": {"uv": [5.625, 10.375, 5.5, 10.5], "texture": "#0"} + } + }, + { + "from": [5, 5, -14], + "to": [6, 6, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 5, -14]}, + "faces": { + "north": {"uv": [10.375, 5.5, 10.5, 5.625], "texture": "#0"}, + "east": {"uv": [5.625, 10.375, 5.75, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 5.625, 10.5, 5.75], "texture": "#0"}, + "west": {"uv": [5.75, 10.375, 5.875, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 5.875, 10.375, 5.75], "texture": "#0"}, + "down": {"uv": [6, 10.375, 5.875, 10.5], "texture": "#0"} + } + }, + { + "from": [3, 5, -14], + "to": [4, 6, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 5, -14]}, + "faces": { + "north": {"uv": [10.375, 5.875, 10.5, 6], "texture": "#0"}, + "east": {"uv": [6, 10.375, 6.125, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 6, 10.5, 6.125], "texture": "#0"}, + "west": {"uv": [6.125, 10.375, 6.25, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.25, 10.375, 6.125], "texture": "#0"}, + "down": {"uv": [6.375, 10.375, 6.25, 10.5], "texture": "#0"} + } + }, + { + "from": [3, 5, -12], + "to": [4, 6, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 5, -12]}, + "faces": { + "north": {"uv": [10.375, 6.25, 10.5, 6.375], "texture": "#0"}, + "east": {"uv": [6.375, 10.375, 6.5, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 6.375, 10.5, 6.5], "texture": "#0"}, + "west": {"uv": [6.5, 10.375, 6.625, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.625, 10.375, 6.5], "texture": "#0"}, + "down": {"uv": [6.75, 10.375, 6.625, 10.5], "texture": "#0"} + } + }, + { + "from": [4, 4, -13], + "to": [5, 6, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 4, -13]}, + "faces": { + "north": {"uv": [4.25, 9.625, 4.375, 9.875], "texture": "#0"}, + "east": {"uv": [9.625, 4.25, 9.75, 4.5], "texture": "#0"}, + "south": {"uv": [4.375, 9.625, 4.5, 9.875], "texture": "#0"}, + "west": {"uv": [4.5, 9.625, 4.625, 9.875], "texture": "#0"}, + "up": {"uv": [10.5, 6.75, 10.375, 6.625], "texture": "#0"}, + "down": {"uv": [6.875, 10.375, 6.75, 10.5], "texture": "#0"} + } + }, + { + "from": [9, 6, -7], + "to": [12, 9, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 6, -6]}, + "faces": { + "north": {"uv": [3.25, 6.875, 3.625, 7.25], "texture": "#0"}, + "east": {"uv": [3.625, 6.875, 4, 7.25], "texture": "#0"}, + "south": {"uv": [6.875, 4.125, 7.25, 4.5], "texture": "#0"}, + "west": {"uv": [6.875, 4.5, 7.25, 4.875], "texture": "#0"}, + "up": {"uv": [7.25, 5.25, 6.875, 4.875], "texture": "#0"}, + "down": {"uv": [7.25, 5.25, 6.875, 5.625], "texture": "#0"} + } + }, + { + "from": [10, 9, -6], + "to": [11, 11, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 9, -6]}, + "faces": { + "north": {"uv": [9.625, 4.5, 9.75, 4.75], "texture": "#0"}, + "east": {"uv": [4.625, 9.625, 4.75, 9.875], "texture": "#0"}, + "south": {"uv": [4.75, 9.625, 4.875, 9.875], "texture": "#0"}, + "west": {"uv": [9.625, 4.75, 9.75, 5], "texture": "#0"}, + "up": {"uv": [10.5, 6.875, 10.375, 6.75], "texture": "#0"}, + "down": {"uv": [7, 10.375, 6.875, 10.5], "texture": "#0"} + } + }, + { + "from": [11, 9, -7], + "to": [12, 10, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 9, -7]}, + "faces": { + "north": {"uv": [10.375, 6.875, 10.5, 7], "texture": "#0"}, + "east": {"uv": [7, 10.375, 7.125, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 7, 10.5, 7.125], "texture": "#0"}, + "west": {"uv": [7.125, 10.375, 7.25, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 7.25, 10.375, 7.125], "texture": "#0"}, + "down": {"uv": [7.375, 10.375, 7.25, 10.5], "texture": "#0"} + } + }, + { + "from": [11, 9, -5], + "to": [12, 10, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 9, -5]}, + "faces": { + "north": {"uv": [10.375, 7.25, 10.5, 7.375], "texture": "#0"}, + "east": {"uv": [7.375, 10.375, 7.5, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 7.375, 10.5, 7.5], "texture": "#0"}, + "west": {"uv": [7.5, 10.375, 7.625, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 7.625, 10.375, 7.5], "texture": "#0"}, + "down": {"uv": [7.75, 10.375, 7.625, 10.5], "texture": "#0"} + } + }, + { + "from": [9, 9, -5], + "to": [10, 10, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, -5]}, + "faces": { + "north": {"uv": [10.375, 7.625, 10.5, 7.75], "texture": "#0"}, + "east": {"uv": [7.75, 10.375, 7.875, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 7.75, 10.5, 7.875], "texture": "#0"}, + "west": {"uv": [7.875, 10.375, 8, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 8, 10.375, 7.875], "texture": "#0"}, + "down": {"uv": [8.125, 10.375, 8, 10.5], "texture": "#0"} + } + }, + { + "from": [9, 9, -7], + "to": [10, 10, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, -7]}, + "faces": { + "north": {"uv": [10.375, 8, 10.5, 8.125], "texture": "#0"}, + "east": {"uv": [8.125, 10.375, 8.25, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 8.125, 10.5, 8.25], "texture": "#0"}, + "west": {"uv": [8.25, 10.375, 8.375, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 8.375, 10.375, 8.25], "texture": "#0"}, + "down": {"uv": [8.5, 10.375, 8.375, 10.5], "texture": "#0"} + } + }, + { + "from": [8, 8, -7], + "to": [9, 9, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 8, -7]}, + "faces": { + "north": {"uv": [10.375, 8.375, 10.5, 8.5], "texture": "#0"}, + "east": {"uv": [8.5, 10.375, 8.625, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 8.5, 10.5, 8.625], "texture": "#0"}, + "west": {"uv": [8.625, 10.375, 8.75, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 8.75, 10.375, 8.625], "texture": "#0"}, + "down": {"uv": [8.875, 10.375, 8.75, 10.5], "texture": "#0"} + } + }, + { + "from": [7, 7, -6], + "to": [9, 8, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, -6]}, + "faces": { + "north": {"uv": [4.875, 9.625, 5.125, 9.75], "texture": "#0"}, + "east": {"uv": [10.375, 8.75, 10.5, 8.875], "texture": "#0"}, + "south": {"uv": [9.625, 5, 9.875, 5.125], "texture": "#0"}, + "west": {"uv": [8.875, 10.375, 9, 10.5], "texture": "#0"}, + "up": {"uv": [9.875, 5.25, 9.625, 5.125], "texture": "#0"}, + "down": {"uv": [9.875, 5.25, 9.625, 5.375], "texture": "#0"} + } + }, + { + "from": [8, 6, -7], + "to": [9, 7, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 6, -7]}, + "faces": { + "north": {"uv": [10.375, 8.875, 10.5, 9], "texture": "#0"}, + "east": {"uv": [9, 10.375, 9.125, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 9, 10.5, 9.125], "texture": "#0"}, + "west": {"uv": [9.125, 10.375, 9.25, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 9.25, 10.375, 9.125], "texture": "#0"}, + "down": {"uv": [9.375, 10.375, 9.25, 10.5], "texture": "#0"} + } + }, + { + "from": [8, 6, -5], + "to": [9, 7, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 6, -5]}, + "faces": { + "north": {"uv": [10.375, 9.25, 10.5, 9.375], "texture": "#0"}, + "east": {"uv": [9.375, 10.375, 9.5, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 9.375, 10.5, 9.5], "texture": "#0"}, + "west": {"uv": [9.5, 10.375, 9.625, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 9.625, 10.375, 9.5], "texture": "#0"}, + "down": {"uv": [9.75, 10.375, 9.625, 10.5], "texture": "#0"} + } + }, + { + "from": [8, 8, -5], + "to": [9, 9, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 8, -5]}, + "faces": { + "north": {"uv": [10.375, 9.625, 10.5, 9.75], "texture": "#0"}, + "east": {"uv": [9.75, 10.375, 9.875, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 9.75, 10.5, 9.875], "texture": "#0"}, + "west": {"uv": [9.875, 10.375, 10, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 10, 10.375, 9.875], "texture": "#0"}, + "down": {"uv": [10.125, 10.375, 10, 10.5], "texture": "#0"} + } + }, + { + "from": [12, 6, -7], + "to": [13, 7, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 6, -7]}, + "faces": { + "north": {"uv": [10.375, 10, 10.5, 10.125], "texture": "#0"}, + "east": {"uv": [10.125, 10.375, 10.25, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 10.125, 10.5, 10.25], "texture": "#0"}, + "west": {"uv": [10.25, 10.375, 10.375, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 10.375, 10.375, 10.25], "texture": "#0"}, + "down": {"uv": [10.5, 10.375, 10.375, 10.5], "texture": "#0"} + } + }, + { + "from": [12, 8, -7], + "to": [13, 9, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 8, -7]}, + "faces": { + "north": {"uv": [0, 10.5, 0.125, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 0, 10.625, 0.125], "texture": "#0"}, + "south": {"uv": [0.125, 10.5, 0.25, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 0.125, 10.625, 0.25], "texture": "#0"}, + "up": {"uv": [0.375, 10.625, 0.25, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 0.25, 10.5, 0.375], "texture": "#0"} + } + }, + { + "from": [12, 8, -5], + "to": [13, 9, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 8, -5]}, + "faces": { + "north": {"uv": [0.375, 10.5, 0.5, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 0.375, 10.625, 0.5], "texture": "#0"}, + "south": {"uv": [0.5, 10.5, 0.625, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 0.5, 10.625, 0.625], "texture": "#0"}, + "up": {"uv": [0.75, 10.625, 0.625, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 0.625, 10.5, 0.75], "texture": "#0"} + } + }, + { + "from": [12, 6, -5], + "to": [13, 7, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 6, -5]}, + "faces": { + "north": {"uv": [0.75, 10.5, 0.875, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 0.75, 10.625, 0.875], "texture": "#0"}, + "south": {"uv": [0.875, 10.5, 1, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 0.875, 10.625, 1], "texture": "#0"}, + "up": {"uv": [1.125, 10.625, 1, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 1, 10.5, 1.125], "texture": "#0"} + } + }, + { + "from": [11, 6, -8], + "to": [12, 7, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 6, -8]}, + "faces": { + "north": {"uv": [1.125, 10.5, 1.25, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 1.125, 10.625, 1.25], "texture": "#0"}, + "south": {"uv": [1.25, 10.5, 1.375, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 1.25, 10.625, 1.375], "texture": "#0"}, + "up": {"uv": [1.5, 10.625, 1.375, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 1.375, 10.5, 1.5], "texture": "#0"} + } + }, + { + "from": [9, 6, -8], + "to": [10, 7, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, -8]}, + "faces": { + "north": {"uv": [1.5, 10.5, 1.625, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 1.5, 10.625, 1.625], "texture": "#0"}, + "south": {"uv": [1.625, 10.5, 1.75, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 1.625, 10.625, 1.75], "texture": "#0"}, + "up": {"uv": [1.875, 10.625, 1.75, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 1.75, 10.5, 1.875], "texture": "#0"} + } + }, + { + "from": [10, 7, -9], + "to": [11, 8, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 7, -8]}, + "faces": { + "north": {"uv": [1.875, 10.5, 2, 10.625], "texture": "#0"}, + "east": {"uv": [5.375, 9.625, 5.625, 9.75], "texture": "#0"}, + "south": {"uv": [10.5, 1.875, 10.625, 2], "texture": "#0"}, + "west": {"uv": [9.625, 5.375, 9.875, 5.5], "texture": "#0"}, + "up": {"uv": [5.25, 9.875, 5.125, 9.625], "texture": "#0"}, + "down": {"uv": [9.75, 5.5, 9.625, 5.75], "texture": "#0"} + } + }, + { + "from": [9, 8, -8], + "to": [10, 9, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -8]}, + "faces": { + "north": {"uv": [2, 10.5, 2.125, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 2, 10.625, 2.125], "texture": "#0"}, + "south": {"uv": [2.125, 10.5, 2.25, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 2.125, 10.625, 2.25], "texture": "#0"}, + "up": {"uv": [2.375, 10.625, 2.25, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 2.25, 10.5, 2.375], "texture": "#0"} + } + }, + { + "from": [11, 8, -8], + "to": [12, 9, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 8, -8]}, + "faces": { + "north": {"uv": [2.375, 10.5, 2.5, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 2.375, 10.625, 2.5], "texture": "#0"}, + "south": {"uv": [2.5, 10.5, 2.625, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 2.5, 10.625, 2.625], "texture": "#0"}, + "up": {"uv": [2.75, 10.625, 2.625, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 2.625, 10.5, 2.75], "texture": "#0"} + } + }, + { + "from": [11, 8, -4], + "to": [12, 9, -3], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 8, -4]}, + "faces": { + "north": {"uv": [2.75, 10.5, 2.875, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 2.75, 10.625, 2.875], "texture": "#0"}, + "south": {"uv": [2.875, 10.5, 3, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 2.875, 10.625, 3], "texture": "#0"}, + "up": {"uv": [3.125, 10.625, 3, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 3, 10.5, 3.125], "texture": "#0"} + } + }, + { + "from": [11, 6, -4], + "to": [12, 7, -3], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 6, -4]}, + "faces": { + "north": {"uv": [3.125, 10.5, 3.25, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 3.125, 10.625, 3.25], "texture": "#0"}, + "south": {"uv": [3.25, 10.5, 3.375, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 3.25, 10.625, 3.375], "texture": "#0"}, + "up": {"uv": [3.5, 10.625, 3.375, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 3.375, 10.5, 3.5], "texture": "#0"} + } + }, + { + "from": [10, 7, -4], + "to": [11, 8, -2], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 7, -3]}, + "faces": { + "north": {"uv": [3.5, 10.5, 3.625, 10.625], "texture": "#0"}, + "east": {"uv": [5.625, 9.625, 5.875, 9.75], "texture": "#0"}, + "south": {"uv": [10.5, 3.5, 10.625, 3.625], "texture": "#0"}, + "west": {"uv": [9.625, 5.75, 9.875, 5.875], "texture": "#0"}, + "up": {"uv": [6, 9.875, 5.875, 9.625], "texture": "#0"}, + "down": {"uv": [9.75, 5.875, 9.625, 6.125], "texture": "#0"} + } + }, + { + "from": [9, 8, -4], + "to": [10, 9, -3], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -4]}, + "faces": { + "north": {"uv": [3.625, 10.5, 3.75, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 3.625, 10.625, 3.75], "texture": "#0"}, + "south": {"uv": [3.75, 10.5, 3.875, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 3.75, 10.625, 3.875], "texture": "#0"}, + "up": {"uv": [4, 10.625, 3.875, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 3.875, 10.5, 4], "texture": "#0"} + } + }, + { + "from": [9, 6, -4], + "to": [10, 7, -3], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, -4]}, + "faces": { + "north": {"uv": [4, 10.5, 4.125, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 4, 10.625, 4.125], "texture": "#0"}, + "south": {"uv": [4.125, 10.5, 4.25, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 4.125, 10.625, 4.25], "texture": "#0"}, + "up": {"uv": [4.375, 10.625, 4.25, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 4.25, 10.5, 4.375], "texture": "#0"} + } + }, + { + "from": [12, 7, -6], + "to": [14, 8, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7, -6]}, + "faces": { + "north": {"uv": [6.125, 9.625, 6.375, 9.75], "texture": "#0"}, + "east": {"uv": [4.375, 10.5, 4.5, 10.625], "texture": "#0"}, + "south": {"uv": [9.625, 6.125, 9.875, 6.25], "texture": "#0"}, + "west": {"uv": [10.5, 4.375, 10.625, 4.5], "texture": "#0"}, + "up": {"uv": [9.875, 6.375, 9.625, 6.25], "texture": "#0"}, + "down": {"uv": [9.875, 6.375, 9.625, 6.5], "texture": "#0"} + } + }, + { + "from": [11, 5, -5], + "to": [12, 6, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 5, -5]}, + "faces": { + "north": {"uv": [4.5, 10.5, 4.625, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 4.5, 10.625, 4.625], "texture": "#0"}, + "south": {"uv": [4.625, 10.5, 4.75, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 4.625, 10.625, 4.75], "texture": "#0"}, + "up": {"uv": [4.875, 10.625, 4.75, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 4.75, 10.5, 4.875], "texture": "#0"} + } + }, + { + "from": [11, 5, -7], + "to": [12, 6, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 5, -7]}, + "faces": { + "north": {"uv": [4.875, 10.5, 5, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 4.875, 10.625, 5], "texture": "#0"}, + "south": {"uv": [5, 10.5, 5.125, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 5, 10.625, 5.125], "texture": "#0"}, + "up": {"uv": [5.25, 10.625, 5.125, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 5.125, 10.5, 5.25], "texture": "#0"} + } + }, + { + "from": [9, 5, -7], + "to": [10, 6, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, -7]}, + "faces": { + "north": {"uv": [5.25, 10.5, 5.375, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 5.25, 10.625, 5.375], "texture": "#0"}, + "south": {"uv": [5.375, 10.5, 5.5, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 5.375, 10.625, 5.5], "texture": "#0"}, + "up": {"uv": [5.625, 10.625, 5.5, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 5.5, 10.5, 5.625], "texture": "#0"} + } + }, + { + "from": [9, 5, -5], + "to": [10, 6, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, -5]}, + "faces": { + "north": {"uv": [5.625, 10.5, 5.75, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 5.625, 10.625, 5.75], "texture": "#0"}, + "south": {"uv": [5.75, 10.5, 5.875, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 5.75, 10.625, 5.875], "texture": "#0"}, + "up": {"uv": [6, 10.625, 5.875, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 5.875, 10.5, 6], "texture": "#0"} + } + }, + { + "from": [10, 4, -6], + "to": [11, 6, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, -6]}, + "faces": { + "north": {"uv": [9.625, 6.5, 9.75, 6.75], "texture": "#0"}, + "east": {"uv": [6.875, 9.625, 7, 9.875], "texture": "#0"}, + "south": {"uv": [7, 9.625, 7.125, 9.875], "texture": "#0"}, + "west": {"uv": [7.125, 9.625, 7.25, 9.875], "texture": "#0"}, + "up": {"uv": [6.125, 10.625, 6, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 6, 10.5, 6.125], "texture": "#0"} + } + }, + { + "from": [3, 8, -9], + "to": [6, 11, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 8, -8]}, + "faces": { + "north": {"uv": [6.875, 5.625, 7.25, 6], "texture": "#0"}, + "east": {"uv": [6.875, 6, 7.25, 6.375], "texture": "#0"}, + "south": {"uv": [6.625, 6.875, 7, 7.25], "texture": "#0"}, + "west": {"uv": [7, 1.5, 7.375, 1.875], "texture": "#0"}, + "up": {"uv": [7.375, 2.625, 7, 2.25], "texture": "#0"}, + "down": {"uv": [5.25, 7, 4.875, 7.375], "texture": "#0"} + } + }, + { + "from": [4, 11, -8], + "to": [5, 13, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 11, -8]}, + "faces": { + "north": {"uv": [7.375, 9.625, 7.5, 9.875], "texture": "#0"}, + "east": {"uv": [9.625, 7.375, 9.75, 7.625], "texture": "#0"}, + "south": {"uv": [7.5, 9.625, 7.625, 9.875], "texture": "#0"}, + "west": {"uv": [7.625, 9.625, 7.75, 9.875], "texture": "#0"}, + "up": {"uv": [6.25, 10.625, 6.125, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 6.125, 10.5, 6.25], "texture": "#0"} + } + }, + { + "from": [5, 11, -9], + "to": [6, 12, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 11, -9]}, + "faces": { + "north": {"uv": [6.25, 10.5, 6.375, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 6.25, 10.625, 6.375], "texture": "#0"}, + "south": {"uv": [6.375, 10.5, 6.5, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 6.375, 10.625, 6.5], "texture": "#0"}, + "up": {"uv": [6.625, 10.625, 6.5, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 6.5, 10.5, 6.625], "texture": "#0"} + } + }, + { + "from": [5, 11, -7], + "to": [6, 12, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 11, -7]}, + "faces": { + "north": {"uv": [6.625, 10.5, 6.75, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 6.625, 10.625, 6.75], "texture": "#0"}, + "south": {"uv": [6.75, 10.5, 6.875, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 6.75, 10.625, 6.875], "texture": "#0"}, + "up": {"uv": [7, 10.625, 6.875, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 6.875, 10.5, 7], "texture": "#0"} + } + }, + { + "from": [3, 11, -7], + "to": [4, 12, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 11, -7]}, + "faces": { + "north": {"uv": [7, 10.5, 7.125, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 7, 10.625, 7.125], "texture": "#0"}, + "south": {"uv": [7.125, 10.5, 7.25, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 7.125, 10.625, 7.25], "texture": "#0"}, + "up": {"uv": [7.375, 10.625, 7.25, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 7.25, 10.5, 7.375], "texture": "#0"} + } + }, + { + "from": [3, 11, -9], + "to": [4, 12, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 11, -9]}, + "faces": { + "north": {"uv": [7.375, 10.5, 7.5, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 7.375, 10.625, 7.5], "texture": "#0"}, + "south": {"uv": [7.5, 10.5, 7.625, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 7.5, 10.625, 7.625], "texture": "#0"}, + "up": {"uv": [7.75, 10.625, 7.625, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 7.625, 10.5, 7.75], "texture": "#0"} + } + }, + { + "from": [2, 10, -9], + "to": [3, 11, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 10, -9]}, + "faces": { + "north": {"uv": [7.75, 10.5, 7.875, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 7.75, 10.625, 7.875], "texture": "#0"}, + "south": {"uv": [7.875, 10.5, 8, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 7.875, 10.625, 8], "texture": "#0"}, + "up": {"uv": [8.125, 10.625, 8, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 8, 10.5, 8.125], "texture": "#0"} + } + }, + { + "from": [1, 9, -8], + "to": [3, 10, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 9, -8]}, + "faces": { + "north": {"uv": [9.625, 6.75, 9.875, 6.875], "texture": "#0"}, + "east": {"uv": [8.125, 10.5, 8.25, 10.625], "texture": "#0"}, + "south": {"uv": [9.625, 7.625, 9.875, 7.75], "texture": "#0"}, + "west": {"uv": [10.5, 8.125, 10.625, 8.25], "texture": "#0"}, + "up": {"uv": [8, 9.75, 7.75, 9.625], "texture": "#0"}, + "down": {"uv": [9.875, 7.75, 9.625, 7.875], "texture": "#0"} + } + }, + { + "from": [2, 8, -9], + "to": [3, 9, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 8, -9]}, + "faces": { + "north": {"uv": [8.25, 10.5, 8.375, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 8.25, 10.625, 8.375], "texture": "#0"}, + "south": {"uv": [8.375, 10.5, 8.5, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 8.375, 10.625, 8.5], "texture": "#0"}, + "up": {"uv": [8.625, 10.625, 8.5, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 8.5, 10.5, 8.625], "texture": "#0"} + } + }, + { + "from": [2, 8, -7], + "to": [3, 9, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 8, -7]}, + "faces": { + "north": {"uv": [8.625, 10.5, 8.75, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 8.625, 10.625, 8.75], "texture": "#0"}, + "south": {"uv": [8.75, 10.5, 8.875, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 8.75, 10.625, 8.875], "texture": "#0"}, + "up": {"uv": [9, 10.625, 8.875, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 8.875, 10.5, 9], "texture": "#0"} + } + }, + { + "from": [2, 10, -7], + "to": [3, 11, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 10, -7]}, + "faces": { + "north": {"uv": [9, 10.5, 9.125, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 9, 10.625, 9.125], "texture": "#0"}, + "south": {"uv": [9.125, 10.5, 9.25, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 9.125, 10.625, 9.25], "texture": "#0"}, + "up": {"uv": [9.375, 10.625, 9.25, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 9.25, 10.5, 9.375], "texture": "#0"} + } + }, + { + "from": [6, 8, -9], + "to": [7, 9, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 8, -9]}, + "faces": { + "north": {"uv": [9.375, 10.5, 9.5, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 9.375, 10.625, 9.5], "texture": "#0"}, + "south": {"uv": [9.5, 10.5, 9.625, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 9.5, 10.625, 9.625], "texture": "#0"}, + "up": {"uv": [9.75, 10.625, 9.625, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 9.625, 10.5, 9.75], "texture": "#0"} + } + }, + { + "from": [6, 10, -9], + "to": [7, 11, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 10, -9]}, + "faces": { + "north": {"uv": [9.75, 10.5, 9.875, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 9.75, 10.625, 9.875], "texture": "#0"}, + "south": {"uv": [9.875, 10.5, 10, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 9.875, 10.625, 10], "texture": "#0"}, + "up": {"uv": [10.125, 10.625, 10, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 10, 10.5, 10.125], "texture": "#0"} + } + }, + { + "from": [6, 10, -7], + "to": [7, 11, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 10, -7]}, + "faces": { + "north": {"uv": [10.125, 10.5, 10.25, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 10.125, 10.625, 10.25], "texture": "#0"}, + "south": {"uv": [10.25, 10.5, 10.375, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 10.25, 10.625, 10.375], "texture": "#0"}, + "up": {"uv": [10.5, 10.625, 10.375, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 10.375, 10.5, 10.5], "texture": "#0"} + } + }, + { + "from": [6, 8, -7], + "to": [7, 9, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 8, -7]}, + "faces": { + "north": {"uv": [10.5, 10.5, 10.625, 10.625], "texture": "#0"}, + "east": {"uv": [0, 10.625, 0.125, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 0, 10.75, 0.125], "texture": "#0"}, + "west": {"uv": [0.125, 10.625, 0.25, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 0.25, 10.625, 0.125], "texture": "#0"}, + "down": {"uv": [0.375, 10.625, 0.25, 10.75], "texture": "#0"} + } + }, + { + "from": [5, 8, -10], + "to": [6, 9, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 8, -10]}, + "faces": { + "north": {"uv": [10.625, 0.25, 10.75, 0.375], "texture": "#0"}, + "east": {"uv": [0.375, 10.625, 0.5, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 0.375, 10.75, 0.5], "texture": "#0"}, + "west": {"uv": [0.5, 10.625, 0.625, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 0.625, 10.625, 0.5], "texture": "#0"}, + "down": {"uv": [0.75, 10.625, 0.625, 10.75], "texture": "#0"} + } + }, + { + "from": [3, 8, -10], + "to": [4, 9, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 8, -10]}, + "faces": { + "north": {"uv": [10.625, 0.625, 10.75, 0.75], "texture": "#0"}, + "east": {"uv": [0.75, 10.625, 0.875, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 0.75, 10.75, 0.875], "texture": "#0"}, + "west": {"uv": [0.875, 10.625, 1, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 1, 10.625, 0.875], "texture": "#0"}, + "down": {"uv": [1.125, 10.625, 1, 10.75], "texture": "#0"} + } + }, + { + "from": [4, 9, -11], + "to": [5, 10, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 9, -10]}, + "faces": { + "north": {"uv": [10.625, 1, 10.75, 1.125], "texture": "#0"}, + "east": {"uv": [9.625, 8, 9.875, 8.125], "texture": "#0"}, + "south": {"uv": [1.125, 10.625, 1.25, 10.75], "texture": "#0"}, + "west": {"uv": [9.625, 8.125, 9.875, 8.25], "texture": "#0"}, + "up": {"uv": [8.375, 9.875, 8.25, 9.625], "texture": "#0"}, + "down": {"uv": [9.75, 8.25, 9.625, 8.5], "texture": "#0"} + } + }, + { + "from": [3, 10, -10], + "to": [4, 11, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 10, -10]}, + "faces": { + "north": {"uv": [10.625, 1.125, 10.75, 1.25], "texture": "#0"}, + "east": {"uv": [1.25, 10.625, 1.375, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 1.25, 10.75, 1.375], "texture": "#0"}, + "west": {"uv": [1.375, 10.625, 1.5, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 1.5, 10.625, 1.375], "texture": "#0"}, + "down": {"uv": [1.625, 10.625, 1.5, 10.75], "texture": "#0"} + } + }, + { + "from": [5, 10, -10], + "to": [6, 11, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 10, -10]}, + "faces": { + "north": {"uv": [10.625, 1.5, 10.75, 1.625], "texture": "#0"}, + "east": {"uv": [1.625, 10.625, 1.75, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 1.625, 10.75, 1.75], "texture": "#0"}, + "west": {"uv": [1.75, 10.625, 1.875, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 1.875, 10.625, 1.75], "texture": "#0"}, + "down": {"uv": [2, 10.625, 1.875, 10.75], "texture": "#0"} + } + }, + { + "from": [5, 10, -6], + "to": [6, 11, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 10, -6]}, + "faces": { + "north": {"uv": [10.625, 1.875, 10.75, 2], "texture": "#0"}, + "east": {"uv": [2, 10.625, 2.125, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 2, 10.75, 2.125], "texture": "#0"}, + "west": {"uv": [2.125, 10.625, 2.25, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 2.25, 10.625, 2.125], "texture": "#0"}, + "down": {"uv": [2.375, 10.625, 2.25, 10.75], "texture": "#0"} + } + }, + { + "from": [5, 8, -6], + "to": [6, 9, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 8, -6]}, + "faces": { + "north": {"uv": [10.625, 2.25, 10.75, 2.375], "texture": "#0"}, + "east": {"uv": [2.375, 10.625, 2.5, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 2.375, 10.75, 2.5], "texture": "#0"}, + "west": {"uv": [2.5, 10.625, 2.625, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 2.625, 10.625, 2.5], "texture": "#0"}, + "down": {"uv": [2.75, 10.625, 2.625, 10.75], "texture": "#0"} + } + }, + { + "from": [4, 9, -6], + "to": [5, 10, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 9, -5]}, + "faces": { + "north": {"uv": [10.625, 2.625, 10.75, 2.75], "texture": "#0"}, + "east": {"uv": [8.625, 9.625, 8.875, 9.75], "texture": "#0"}, + "south": {"uv": [2.75, 10.625, 2.875, 10.75], "texture": "#0"}, + "west": {"uv": [9.625, 8.75, 9.875, 8.875], "texture": "#0"}, + "up": {"uv": [9, 9.875, 8.875, 9.625], "texture": "#0"}, + "down": {"uv": [9.375, 9.625, 9.25, 9.875], "texture": "#0"} + } + }, + { + "from": [3, 10, -6], + "to": [4, 11, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 10, -6]}, + "faces": { + "north": {"uv": [10.625, 2.75, 10.75, 2.875], "texture": "#0"}, + "east": {"uv": [2.875, 10.625, 3, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 2.875, 10.75, 3], "texture": "#0"}, + "west": {"uv": [3, 10.625, 3.125, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 3.125, 10.625, 3], "texture": "#0"}, + "down": {"uv": [3.25, 10.625, 3.125, 10.75], "texture": "#0"} + } + }, + { + "from": [3, 8, -6], + "to": [4, 9, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 8, -6]}, + "faces": { + "north": {"uv": [10.625, 3.125, 10.75, 3.25], "texture": "#0"}, + "east": {"uv": [3.25, 10.625, 3.375, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 3.25, 10.75, 3.375], "texture": "#0"}, + "west": {"uv": [3.375, 10.625, 3.5, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 3.5, 10.625, 3.375], "texture": "#0"}, + "down": {"uv": [3.625, 10.625, 3.5, 10.75], "texture": "#0"} + } + }, + { + "from": [6, 9, -8], + "to": [8, 10, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 9, -8]}, + "faces": { + "north": {"uv": [9.625, 8.875, 9.875, 9], "texture": "#0"}, + "east": {"uv": [10.625, 3.5, 10.75, 3.625], "texture": "#0"}, + "south": {"uv": [9.625, 9.5, 9.875, 9.625], "texture": "#0"}, + "west": {"uv": [3.625, 10.625, 3.75, 10.75], "texture": "#0"}, + "up": {"uv": [9.875, 9.75, 9.625, 9.625], "texture": "#0"}, + "down": {"uv": [10, 0, 9.75, 0.125], "texture": "#0"} + } + }, + { + "from": [5, 7, -7], + "to": [6, 8, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 7, -7]}, + "faces": { + "north": {"uv": [10.625, 3.625, 10.75, 3.75], "texture": "#0"}, + "east": {"uv": [3.75, 10.625, 3.875, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 3.75, 10.75, 3.875], "texture": "#0"}, + "west": {"uv": [3.875, 10.625, 4, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 4, 10.625, 3.875], "texture": "#0"}, + "down": {"uv": [4.125, 10.625, 4, 10.75], "texture": "#0"} + } + }, + { + "from": [5, 7, -9], + "to": [6, 8, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 7, -9]}, + "faces": { + "north": {"uv": [10.625, 4, 10.75, 4.125], "texture": "#0"}, + "east": {"uv": [4.125, 10.625, 4.25, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 4.125, 10.75, 4.25], "texture": "#0"}, + "west": {"uv": [4.25, 10.625, 4.375, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 4.375, 10.625, 4.25], "texture": "#0"}, + "down": {"uv": [4.5, 10.625, 4.375, 10.75], "texture": "#0"} + } + }, + { + "from": [3, 7, -9], + "to": [4, 8, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 7, -9]}, + "faces": { + "north": {"uv": [10.625, 4.375, 10.75, 4.5], "texture": "#0"}, + "east": {"uv": [4.5, 10.625, 4.625, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 4.5, 10.75, 4.625], "texture": "#0"}, + "west": {"uv": [4.625, 10.625, 4.75, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 4.75, 10.625, 4.625], "texture": "#0"}, + "down": {"uv": [4.875, 10.625, 4.75, 10.75], "texture": "#0"} + } + }, + { + "from": [3, 7, -7], + "to": [4, 8, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 7, -7]}, + "faces": { + "north": {"uv": [10.625, 4.75, 10.75, 4.875], "texture": "#0"}, + "east": {"uv": [4.875, 10.625, 5, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 4.875, 10.75, 5], "texture": "#0"}, + "west": {"uv": [5, 10.625, 5.125, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 5.125, 10.625, 5], "texture": "#0"}, + "down": {"uv": [5.25, 10.625, 5.125, 10.75], "texture": "#0"} + } + }, + { + "from": [4, 6, -8], + "to": [5, 8, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 6, -8]}, + "faces": { + "north": {"uv": [9.375, 9.625, 9.5, 9.875], "texture": "#0"}, + "east": {"uv": [0.125, 9.75, 0.25, 10], "texture": "#0"}, + "south": {"uv": [0.25, 9.75, 0.375, 10], "texture": "#0"}, + "west": {"uv": [0.375, 9.75, 0.5, 10], "texture": "#0"}, + "up": {"uv": [10.75, 5.25, 10.625, 5.125], "texture": "#0"}, + "down": {"uv": [5.375, 10.625, 5.25, 10.75], "texture": "#0"} + } + }, + { + "from": [9, 9, -13], + "to": [12, 12, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 9, -12]}, + "faces": { + "north": {"uv": [7, 6.375, 7.375, 6.75], "texture": "#0"}, + "east": {"uv": [7, 6.75, 7.375, 7.125], "texture": "#0"}, + "south": {"uv": [7.125, 0, 7.5, 0.375], "texture": "#0"}, + "west": {"uv": [7.125, 0.375, 7.5, 0.75], "texture": "#0"}, + "up": {"uv": [7.5, 1.125, 7.125, 0.75], "texture": "#0"}, + "down": {"uv": [1.5, 7.125, 1.125, 7.5], "texture": "#0"} + } + }, + { + "from": [10, 12, -12], + "to": [11, 14, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 12, -12]}, + "faces": { + "north": {"uv": [0.5, 9.75, 0.625, 10], "texture": "#0"}, + "east": {"uv": [0.625, 9.75, 0.75, 10], "texture": "#0"}, + "south": {"uv": [0.75, 9.75, 0.875, 10], "texture": "#0"}, + "west": {"uv": [9.75, 0.75, 9.875, 1], "texture": "#0"}, + "up": {"uv": [10.75, 5.375, 10.625, 5.25], "texture": "#0"}, + "down": {"uv": [5.5, 10.625, 5.375, 10.75], "texture": "#0"} + } + }, + { + "from": [11, 12, -13], + "to": [12, 13, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 12, -13]}, + "faces": { + "north": {"uv": [10.625, 5.375, 10.75, 5.5], "texture": "#0"}, + "east": {"uv": [5.5, 10.625, 5.625, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 5.5, 10.75, 5.625], "texture": "#0"}, + "west": {"uv": [5.625, 10.625, 5.75, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 5.75, 10.625, 5.625], "texture": "#0"}, + "down": {"uv": [5.875, 10.625, 5.75, 10.75], "texture": "#0"} + } + }, + { + "from": [11, 12, -11], + "to": [12, 13, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 12, -11]}, + "faces": { + "north": {"uv": [10.625, 5.75, 10.75, 5.875], "texture": "#0"}, + "east": {"uv": [5.875, 10.625, 6, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 5.875, 10.75, 6], "texture": "#0"}, + "west": {"uv": [6, 10.625, 6.125, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 6.125, 10.625, 6], "texture": "#0"}, + "down": {"uv": [6.25, 10.625, 6.125, 10.75], "texture": "#0"} + } + }, + { + "from": [9, 12, -11], + "to": [10, 13, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, -11]}, + "faces": { + "north": {"uv": [10.625, 6.125, 10.75, 6.25], "texture": "#0"}, + "east": {"uv": [6.25, 10.625, 6.375, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 6.25, 10.75, 6.375], "texture": "#0"}, + "west": {"uv": [6.375, 10.625, 6.5, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 6.5, 10.625, 6.375], "texture": "#0"}, + "down": {"uv": [6.625, 10.625, 6.5, 10.75], "texture": "#0"} + } + }, + { + "from": [9, 12, -13], + "to": [10, 13, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, -13]}, + "faces": { + "north": {"uv": [10.625, 6.5, 10.75, 6.625], "texture": "#0"}, + "east": {"uv": [6.625, 10.625, 6.75, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 6.625, 10.75, 6.75], "texture": "#0"}, + "west": {"uv": [6.75, 10.625, 6.875, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 6.875, 10.625, 6.75], "texture": "#0"}, + "down": {"uv": [7, 10.625, 6.875, 10.75], "texture": "#0"} + } + }, + { + "from": [8, 11, -13], + "to": [9, 12, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, -13]}, + "faces": { + "north": {"uv": [10.625, 6.875, 10.75, 7], "texture": "#0"}, + "east": {"uv": [7, 10.625, 7.125, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 7, 10.75, 7.125], "texture": "#0"}, + "west": {"uv": [7.125, 10.625, 7.25, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 7.25, 10.625, 7.125], "texture": "#0"}, + "down": {"uv": [7.375, 10.625, 7.25, 10.75], "texture": "#0"} + } + }, + { + "from": [7, 10, -12], + "to": [9, 11, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 10, -12]}, + "faces": { + "north": {"uv": [9.75, 0.125, 10, 0.25], "texture": "#0"}, + "east": {"uv": [10.625, 7.25, 10.75, 7.375], "texture": "#0"}, + "south": {"uv": [1.125, 9.75, 1.375, 9.875], "texture": "#0"}, + "west": {"uv": [7.375, 10.625, 7.5, 10.75], "texture": "#0"}, + "up": {"uv": [10, 1.25, 9.75, 1.125], "texture": "#0"}, + "down": {"uv": [10, 1.25, 9.75, 1.375], "texture": "#0"} + } + }, + { + "from": [8, 9, -13], + "to": [9, 10, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 9, -13]}, + "faces": { + "north": {"uv": [10.625, 7.375, 10.75, 7.5], "texture": "#0"}, + "east": {"uv": [7.5, 10.625, 7.625, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 7.5, 10.75, 7.625], "texture": "#0"}, + "west": {"uv": [7.625, 10.625, 7.75, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 7.75, 10.625, 7.625], "texture": "#0"}, + "down": {"uv": [7.875, 10.625, 7.75, 10.75], "texture": "#0"} + } + }, + { + "from": [8, 9, -11], + "to": [9, 10, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 9, -11]}, + "faces": { + "north": {"uv": [10.625, 7.75, 10.75, 7.875], "texture": "#0"}, + "east": {"uv": [7.875, 10.625, 8, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 7.875, 10.75, 8], "texture": "#0"}, + "west": {"uv": [8, 10.625, 8.125, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 8.125, 10.625, 8], "texture": "#0"}, + "down": {"uv": [8.25, 10.625, 8.125, 10.75], "texture": "#0"} + } + }, + { + "from": [8, 11, -11], + "to": [9, 12, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, -11]}, + "faces": { + "north": {"uv": [10.625, 8.125, 10.75, 8.25], "texture": "#0"}, + "east": {"uv": [8.25, 10.625, 8.375, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 8.25, 10.75, 8.375], "texture": "#0"}, + "west": {"uv": [8.375, 10.625, 8.5, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 8.5, 10.625, 8.375], "texture": "#0"}, + "down": {"uv": [8.625, 10.625, 8.5, 10.75], "texture": "#0"} + } + }, + { + "from": [12, 9, -13], + "to": [13, 10, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 9, -13]}, + "faces": { + "north": {"uv": [10.625, 8.5, 10.75, 8.625], "texture": "#0"}, + "east": {"uv": [8.625, 10.625, 8.75, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 8.625, 10.75, 8.75], "texture": "#0"}, + "west": {"uv": [8.75, 10.625, 8.875, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 8.875, 10.625, 8.75], "texture": "#0"}, + "down": {"uv": [9, 10.625, 8.875, 10.75], "texture": "#0"} + } + }, + { + "from": [12, 11, -13], + "to": [13, 12, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 11, -13]}, + "faces": { + "north": {"uv": [10.625, 8.875, 10.75, 9], "texture": "#0"}, + "east": {"uv": [9, 10.625, 9.125, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 9, 10.75, 9.125], "texture": "#0"}, + "west": {"uv": [9.125, 10.625, 9.25, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 9.25, 10.625, 9.125], "texture": "#0"}, + "down": {"uv": [9.375, 10.625, 9.25, 10.75], "texture": "#0"} + } + }, + { + "from": [12, 11, -11], + "to": [13, 12, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 11, -11]}, + "faces": { + "north": {"uv": [10.625, 9.25, 10.75, 9.375], "texture": "#0"}, + "east": {"uv": [9.375, 10.625, 9.5, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 9.375, 10.75, 9.5], "texture": "#0"}, + "west": {"uv": [9.5, 10.625, 9.625, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 9.625, 10.625, 9.5], "texture": "#0"}, + "down": {"uv": [9.75, 10.625, 9.625, 10.75], "texture": "#0"} + } + }, + { + "from": [12, 9, -11], + "to": [13, 10, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 9, -11]}, + "faces": { + "north": {"uv": [10.625, 9.625, 10.75, 9.75], "texture": "#0"}, + "east": {"uv": [9.75, 10.625, 9.875, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 9.75, 10.75, 9.875], "texture": "#0"}, + "west": {"uv": [9.875, 10.625, 10, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 10, 10.625, 9.875], "texture": "#0"}, + "down": {"uv": [10.125, 10.625, 10, 10.75], "texture": "#0"} + } + }, + { + "from": [11, 9, -14], + "to": [12, 10, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 9, -14]}, + "faces": { + "north": {"uv": [10.625, 10, 10.75, 10.125], "texture": "#0"}, + "east": {"uv": [10.125, 10.625, 10.25, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 10.125, 10.75, 10.25], "texture": "#0"}, + "west": {"uv": [10.25, 10.625, 10.375, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 10.375, 10.625, 10.25], "texture": "#0"}, + "down": {"uv": [10.5, 10.625, 10.375, 10.75], "texture": "#0"} + } + }, + { + "from": [9, 9, -14], + "to": [10, 10, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, -14]}, + "faces": { + "north": {"uv": [10.625, 10.375, 10.75, 10.5], "texture": "#0"}, + "east": {"uv": [10.5, 10.625, 10.625, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 10.5, 10.75, 10.625], "texture": "#0"}, + "west": {"uv": [10.625, 10.625, 10.75, 10.75], "texture": "#0"}, + "up": {"uv": [0.125, 10.875, 0, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 0, 10.75, 0.125], "texture": "#0"} + } + }, + { + "from": [10, 10, -15], + "to": [11, 11, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 10, -14]}, + "faces": { + "north": {"uv": [0.125, 10.75, 0.25, 10.875], "texture": "#0"}, + "east": {"uv": [9.75, 1.375, 10, 1.5], "texture": "#0"}, + "south": {"uv": [10.75, 0.125, 10.875, 0.25], "texture": "#0"}, + "west": {"uv": [1.5, 9.75, 1.75, 9.875], "texture": "#0"}, + "up": {"uv": [1, 10, 0.875, 9.75], "texture": "#0"}, + "down": {"uv": [1.875, 9.75, 1.75, 10], "texture": "#0"} + } + }, + { + "from": [9, 11, -14], + "to": [10, 12, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11, -14]}, + "faces": { + "north": {"uv": [0.25, 10.75, 0.375, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 0.25, 10.875, 0.375], "texture": "#0"}, + "south": {"uv": [0.375, 10.75, 0.5, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 0.375, 10.875, 0.5], "texture": "#0"}, + "up": {"uv": [0.625, 10.875, 0.5, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 0.5, 10.75, 0.625], "texture": "#0"} + } + }, + { + "from": [11, 11, -14], + "to": [12, 12, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 11, -14]}, + "faces": { + "north": {"uv": [0.625, 10.75, 0.75, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 0.625, 10.875, 0.75], "texture": "#0"}, + "south": {"uv": [0.75, 10.75, 0.875, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 0.75, 10.875, 0.875], "texture": "#0"}, + "up": {"uv": [1, 10.875, 0.875, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 0.875, 10.75, 1], "texture": "#0"} + } + }, + { + "from": [11, 11, -10], + "to": [12, 12, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 11, -10]}, + "faces": { + "north": {"uv": [1, 10.75, 1.125, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 1, 10.875, 1.125], "texture": "#0"}, + "south": {"uv": [1.125, 10.75, 1.25, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 1.125, 10.875, 1.25], "texture": "#0"}, + "up": {"uv": [1.375, 10.875, 1.25, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 1.25, 10.75, 1.375], "texture": "#0"} + } + }, + { + "from": [11, 9, -10], + "to": [12, 10, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 9, -10]}, + "faces": { + "north": {"uv": [1.375, 10.75, 1.5, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 1.375, 10.875, 1.5], "texture": "#0"}, + "south": {"uv": [1.5, 10.75, 1.625, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 1.5, 10.875, 1.625], "texture": "#0"}, + "up": {"uv": [1.75, 10.875, 1.625, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 1.625, 10.75, 1.75], "texture": "#0"} + } + }, + { + "from": [10, 10, -10], + "to": [11, 11, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 10, -9]}, + "faces": { + "north": {"uv": [1.75, 10.75, 1.875, 10.875], "texture": "#0"}, + "east": {"uv": [9.75, 1.75, 10, 1.875], "texture": "#0"}, + "south": {"uv": [10.75, 1.75, 10.875, 1.875], "texture": "#0"}, + "west": {"uv": [9.75, 1.875, 10, 2], "texture": "#0"}, + "up": {"uv": [2, 10, 1.875, 9.75], "texture": "#0"}, + "down": {"uv": [9.875, 2, 9.75, 2.25], "texture": "#0"} + } + }, + { + "from": [9, 11, -10], + "to": [10, 12, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11, -10]}, + "faces": { + "north": {"uv": [1.875, 10.75, 2, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 1.875, 10.875, 2], "texture": "#0"}, + "south": {"uv": [2, 10.75, 2.125, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 2, 10.875, 2.125], "texture": "#0"}, + "up": {"uv": [2.25, 10.875, 2.125, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 2.125, 10.75, 2.25], "texture": "#0"} + } + }, + { + "from": [9, 9, -10], + "to": [10, 10, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, -10]}, + "faces": { + "north": {"uv": [2.25, 10.75, 2.375, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 2.25, 10.875, 2.375], "texture": "#0"}, + "south": {"uv": [2.375, 10.75, 2.5, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 2.375, 10.875, 2.5], "texture": "#0"}, + "up": {"uv": [2.625, 10.875, 2.5, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 2.5, 10.75, 2.625], "texture": "#0"} + } + }, + { + "from": [12, 10, -12], + "to": [14, 11, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 10, -12]}, + "faces": { + "north": {"uv": [2.125, 9.75, 2.375, 9.875], "texture": "#0"}, + "east": {"uv": [2.625, 10.75, 2.75, 10.875], "texture": "#0"}, + "south": {"uv": [9.75, 2.25, 10, 2.375], "texture": "#0"}, + "west": {"uv": [10.75, 2.625, 10.875, 2.75], "texture": "#0"}, + "up": {"uv": [10, 2.5, 9.75, 2.375], "texture": "#0"}, + "down": {"uv": [10, 2.5, 9.75, 2.625], "texture": "#0"} + } + }, + { + "from": [11, 8, -11], + "to": [12, 9, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 8, -11]}, + "faces": { + "north": {"uv": [2.75, 10.75, 2.875, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 2.75, 10.875, 2.875], "texture": "#0"}, + "south": {"uv": [2.875, 10.75, 3, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 2.875, 10.875, 3], "texture": "#0"}, + "up": {"uv": [3.125, 10.875, 3, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 3, 10.75, 3.125], "texture": "#0"} + } + }, + { + "from": [11, 8, -13], + "to": [12, 9, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 8, -13]}, + "faces": { + "north": {"uv": [3.125, 10.75, 3.25, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 3.125, 10.875, 3.25], "texture": "#0"}, + "south": {"uv": [3.25, 10.75, 3.375, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 3.25, 10.875, 3.375], "texture": "#0"}, + "up": {"uv": [3.5, 10.875, 3.375, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 3.375, 10.75, 3.5], "texture": "#0"} + } + }, + { + "from": [9, 8, -13], + "to": [10, 9, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -13]}, + "faces": { + "north": {"uv": [3.5, 10.75, 3.625, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 3.5, 10.875, 3.625], "texture": "#0"}, + "south": {"uv": [3.625, 10.75, 3.75, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 3.625, 10.875, 3.75], "texture": "#0"}, + "up": {"uv": [3.875, 10.875, 3.75, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 3.75, 10.75, 3.875], "texture": "#0"} + } + }, + { + "from": [9, 8, -11], + "to": [10, 9, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -11]}, + "faces": { + "north": {"uv": [3.875, 10.75, 4, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 3.875, 10.875, 4], "texture": "#0"}, + "south": {"uv": [4, 10.75, 4.125, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 4, 10.875, 4.125], "texture": "#0"}, + "up": {"uv": [4.25, 10.875, 4.125, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 4.125, 10.75, 4.25], "texture": "#0"} + } + }, + { + "from": [10, 7, -12], + "to": [11, 9, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 7, -12]}, + "faces": { + "north": {"uv": [2.75, 9.75, 2.875, 10], "texture": "#0"}, + "east": {"uv": [2.875, 9.75, 3, 10], "texture": "#0"}, + "south": {"uv": [3, 9.75, 3.125, 10], "texture": "#0"}, + "west": {"uv": [3.125, 9.75, 3.25, 10], "texture": "#0"}, + "up": {"uv": [4.375, 10.875, 4.25, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 4.25, 10.75, 4.375], "texture": "#0"} + } + }, + { + "from": [7, 3, 15], + "to": [8, 6, 18], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 3, 16]}, + "faces": { + "north": {"uv": [1.125, 9, 1.25, 9.375], "texture": "#0"}, + "east": {"uv": [7.125, 3, 7.5, 3.375], "texture": "#0"}, + "south": {"uv": [9, 1.125, 9.125, 1.5], "texture": "#0"}, + "west": {"uv": [7.125, 3.375, 7.5, 3.75], "texture": "#0"}, + "up": {"uv": [1.375, 9.375, 1.25, 9], "texture": "#0"}, + "down": {"uv": [9.125, 1.875, 9, 2.25], "texture": "#0"} + } + }, + { + "from": [7, 2, 18], + "to": [8, 7, 19], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 3, 18]}, + "faces": { + "north": {"uv": [8.125, 3.5, 8.25, 4.125], "texture": "#0"}, + "east": {"uv": [8.125, 4.125, 8.25, 4.75], "texture": "#0"}, + "south": {"uv": [8.125, 5, 8.25, 5.625], "texture": "#0"}, + "west": {"uv": [5.25, 8.125, 5.375, 8.75], "texture": "#0"}, + "up": {"uv": [4.5, 10.875, 4.375, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 4.375, 10.75, 4.5], "texture": "#0"} + } + }, + { + "from": [7, -1, 19], + "to": [8, 10, 20], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 3, 19]}, + "faces": { + "north": {"uv": [2.5, 6.25, 2.625, 7.625], "texture": "#0"}, + "east": {"uv": [2.625, 6.25, 2.75, 7.625], "texture": "#0"}, + "south": {"uv": [2.75, 6.25, 2.875, 7.625], "texture": "#0"}, + "west": {"uv": [2.875, 6.25, 3, 7.625], "texture": "#0"}, + "up": {"uv": [4.625, 10.875, 4.5, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 4.5, 10.75, 4.625], "texture": "#0"} + } + }, + { + "from": [7, 0, 20], + "to": [8, 9, 21], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 3, 20]}, + "faces": { + "north": {"uv": [6, 6.625, 6.125, 7.75], "texture": "#0"}, + "east": {"uv": [5.25, 7, 5.375, 8.125], "texture": "#0"}, + "south": {"uv": [7, 7.125, 7.125, 8.25], "texture": "#0"}, + "west": {"uv": [7.125, 7.125, 7.25, 8.25], "texture": "#0"}, + "up": {"uv": [4.75, 10.875, 4.625, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 4.625, 10.75, 4.75], "texture": "#0"} + } + }, + { + "from": [7, 2, 21], + "to": [8, 7, 22], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 3, 21]}, + "faces": { + "north": {"uv": [7.25, 8.125, 7.375, 8.75], "texture": "#0"}, + "east": {"uv": [8.125, 7.75, 8.25, 8.375], "texture": "#0"}, + "south": {"uv": [8.25, 0, 8.375, 0.625], "texture": "#0"}, + "west": {"uv": [8.25, 0.75, 8.375, 1.375], "texture": "#0"}, + "up": {"uv": [4.875, 10.875, 4.75, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 4.75, 10.75, 4.875], "texture": "#0"} + } + }, + { + "from": [7, 3, 22], + "to": [8, 6, 23], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 3, 22]}, + "faces": { + "north": {"uv": [2.125, 9, 2.25, 9.375], "texture": "#0"}, + "east": {"uv": [2.25, 9, 2.375, 9.375], "texture": "#0"}, + "south": {"uv": [2.375, 9, 2.5, 9.375], "texture": "#0"}, + "west": {"uv": [9, 2.875, 9.125, 3.25], "texture": "#0"}, + "up": {"uv": [5, 10.875, 4.875, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 4.875, 10.75, 5], "texture": "#0"} + } + }, + { + "from": [7, 4, 23], + "to": [8, 5, 24], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 3, 23]}, + "faces": { + "north": {"uv": [5, 10.75, 5.125, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 5, 10.875, 5.125], "texture": "#0"}, + "south": {"uv": [5.125, 10.75, 5.25, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 5.125, 10.875, 5.25], "texture": "#0"}, + "up": {"uv": [5.375, 10.875, 5.25, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 5.25, 10.75, 5.375], "texture": "#0"} + } + }, + { + "from": [8, 4, 18], + "to": [9, 5, 23], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 3, 23]}, + "faces": { + "north": {"uv": [5.375, 10.75, 5.5, 10.875], "texture": "#0"}, + "east": {"uv": [7.875, 6, 8.5, 6.125], "texture": "#0"}, + "south": {"uv": [10.75, 5.375, 10.875, 5.5], "texture": "#0"}, + "west": {"uv": [8, 1.5, 8.625, 1.625], "texture": "#0"}, + "up": {"uv": [8.375, 2.875, 8.25, 2.25], "texture": "#0"}, + "down": {"uv": [3.5, 8.25, 3.375, 8.875], "texture": "#0"} + } + }, + { + "from": [8, 5, 19], + "to": [9, 6, 22], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 4, 23]}, + "faces": { + "north": {"uv": [5.5, 10.75, 5.625, 10.875], "texture": "#0"}, + "east": {"uv": [9, 0.375, 9.375, 0.5], "texture": "#0"}, + "south": {"uv": [10.75, 5.5, 10.875, 5.625], "texture": "#0"}, + "west": {"uv": [9, 0.5, 9.375, 0.625], "texture": "#0"}, + "up": {"uv": [3.375, 9.375, 3.25, 9], "texture": "#0"}, + "down": {"uv": [3.5, 9, 3.375, 9.375], "texture": "#0"} + } + }, + { + "from": [8, 3, 19], + "to": [9, 4, 22], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 2, 23]}, + "faces": { + "north": {"uv": [5.625, 10.75, 5.75, 10.875], "texture": "#0"}, + "east": {"uv": [9, 1.5, 9.375, 1.625], "texture": "#0"}, + "south": {"uv": [10.75, 5.625, 10.875, 5.75], "texture": "#0"}, + "west": {"uv": [9, 1.625, 9.375, 1.75], "texture": "#0"}, + "up": {"uv": [3.625, 9.375, 3.5, 9], "texture": "#0"}, + "down": {"uv": [9.125, 3.625, 9, 4], "texture": "#0"} + } + }, + { + "from": [8, 2, 19], + "to": [9, 3, 21], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 23]}, + "faces": { + "north": {"uv": [5.75, 10.75, 5.875, 10.875], "texture": "#0"}, + "east": {"uv": [9.75, 2.625, 10, 2.75], "texture": "#0"}, + "south": {"uv": [10.75, 5.75, 10.875, 5.875], "texture": "#0"}, + "west": {"uv": [9.75, 3.25, 10, 3.375], "texture": "#0"}, + "up": {"uv": [3.5, 10, 3.375, 9.75], "texture": "#0"}, + "down": {"uv": [3.625, 9.75, 3.5, 10], "texture": "#0"} + } + }, + { + "from": [8, 6, 19], + "to": [9, 7, 21], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 5, 23]}, + "faces": { + "north": {"uv": [5.875, 10.75, 6, 10.875], "texture": "#0"}, + "east": {"uv": [9.75, 3.375, 10, 3.5], "texture": "#0"}, + "south": {"uv": [10.75, 5.875, 10.875, 6], "texture": "#0"}, + "west": {"uv": [9.75, 3.625, 10, 3.75], "texture": "#0"}, + "up": {"uv": [3.875, 10, 3.75, 9.75], "texture": "#0"}, + "down": {"uv": [4, 9.75, 3.875, 10], "texture": "#0"} + } + }, + { + "from": [6, 2, 19], + "to": [7, 3, 21], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 1, 23]}, + "faces": { + "north": {"uv": [6, 10.75, 6.125, 10.875], "texture": "#0"}, + "east": {"uv": [9.75, 3.75, 10, 3.875], "texture": "#0"}, + "south": {"uv": [10.75, 6, 10.875, 6.125], "texture": "#0"}, + "west": {"uv": [4, 9.75, 4.25, 9.875], "texture": "#0"}, + "up": {"uv": [9.875, 4.375, 9.75, 4.125], "texture": "#0"}, + "down": {"uv": [9.875, 4.375, 9.75, 4.625], "texture": "#0"} + } + }, + { + "from": [6, 3, 19], + "to": [7, 4, 22], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 2, 23]}, + "faces": { + "north": {"uv": [6.125, 10.75, 6.25, 10.875], "texture": "#0"}, + "east": {"uv": [9, 2.25, 9.375, 2.375], "texture": "#0"}, + "south": {"uv": [10.75, 6.125, 10.875, 6.25], "texture": "#0"}, + "west": {"uv": [9, 2.375, 9.375, 2.5], "texture": "#0"}, + "up": {"uv": [4.625, 9.375, 4.5, 9], "texture": "#0"}, + "down": {"uv": [4.75, 9, 4.625, 9.375], "texture": "#0"} + } + }, + { + "from": [6, 4, 18], + "to": [7, 5, 23], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 3, 23]}, + "faces": { + "north": {"uv": [6.25, 10.75, 6.375, 10.875], "texture": "#0"}, + "east": {"uv": [8, 1.625, 8.625, 1.75], "texture": "#0"}, + "south": {"uv": [10.75, 6.25, 10.875, 6.375], "texture": "#0"}, + "west": {"uv": [8.25, 2.875, 8.875, 3], "texture": "#0"}, + "up": {"uv": [3.625, 8.875, 3.5, 8.25], "texture": "#0"}, + "down": {"uv": [8.375, 3.5, 8.25, 4.125], "texture": "#0"} + } + }, + { + "from": [6, 5, 19], + "to": [7, 6, 22], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 4, 23]}, + "faces": { + "north": {"uv": [6.375, 10.75, 6.5, 10.875], "texture": "#0"}, + "east": {"uv": [9, 2.625, 9.375, 2.75], "texture": "#0"}, + "south": {"uv": [10.75, 6.375, 10.875, 6.5], "texture": "#0"}, + "west": {"uv": [9, 3.25, 9.375, 3.375], "texture": "#0"}, + "up": {"uv": [9.125, 5, 9, 4.625], "texture": "#0"}, + "down": {"uv": [4.875, 9, 4.75, 9.375], "texture": "#0"} + } + }, + { + "from": [6, 6, 19], + "to": [7, 7, 21], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 5, 23]}, + "faces": { + "north": {"uv": [6.5, 10.75, 6.625, 10.875], "texture": "#0"}, + "east": {"uv": [9.75, 4.625, 10, 4.75], "texture": "#0"}, + "south": {"uv": [10.75, 6.5, 10.875, 6.625], "texture": "#0"}, + "west": {"uv": [9.75, 4.75, 10, 4.875], "texture": "#0"}, + "up": {"uv": [5, 10, 4.875, 9.75], "texture": "#0"}, + "down": {"uv": [5.125, 9.75, 5, 10], "texture": "#0"} + } + }, + { + "from": [7, 8, 18], + "to": [8, 11, 19], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 3, 18]}, + "faces": { + "north": {"uv": [9, 5.125, 9.125, 5.5], "texture": "#0"}, + "east": {"uv": [6.125, 9, 6.25, 9.375], "texture": "#0"}, + "south": {"uv": [9, 6.125, 9.125, 6.5], "texture": "#0"}, + "west": {"uv": [6.25, 9, 6.375, 9.375], "texture": "#0"}, + "up": {"uv": [6.75, 10.875, 6.625, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 6.625, 10.75, 6.75], "texture": "#0"} + } + }, + { + "from": [7, -2, 18], + "to": [8, 1, 19], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -7, 18]}, + "faces": { + "north": {"uv": [9, 6.5, 9.125, 6.875], "texture": "#0"}, + "east": {"uv": [6.875, 9, 7, 9.375], "texture": "#0"}, + "south": {"uv": [9, 6.875, 9.125, 7.25], "texture": "#0"}, + "west": {"uv": [7, 9, 7.125, 9.375], "texture": "#0"}, + "up": {"uv": [6.875, 10.875, 6.75, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 6.75, 10.75, 6.875], "texture": "#0"} + } + }, + { + "from": [7, -3, 17], + "to": [8, 0, 18], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -8, 17]}, + "faces": { + "north": {"uv": [7.125, 9, 7.25, 9.375], "texture": "#0"}, + "east": {"uv": [9, 7.25, 9.125, 7.625], "texture": "#0"}, + "south": {"uv": [7.625, 9, 7.75, 9.375], "texture": "#0"}, + "west": {"uv": [8.25, 9, 8.375, 9.375], "texture": "#0"}, + "up": {"uv": [7, 10.875, 6.875, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 6.875, 10.75, 7], "texture": "#0"} + } + }, + { + "from": [7, 9, 17], + "to": [8, 13, 18], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 4, 17]}, + "faces": { + "north": {"uv": [8.375, 5, 8.5, 5.5], "texture": "#0"}, + "east": {"uv": [5.375, 8.375, 5.5, 8.875], "texture": "#0"}, + "south": {"uv": [5.5, 8.375, 5.625, 8.875], "texture": "#0"}, + "west": {"uv": [5.625, 8.375, 5.75, 8.875], "texture": "#0"}, + "up": {"uv": [7.125, 10.875, 7, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 7, 10.75, 7.125], "texture": "#0"} + } + }, + { + "from": [7, 11, 16], + "to": [8, 14, 17], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 4, 16]}, + "faces": { + "north": {"uv": [9, 8.375, 9.125, 8.75], "texture": "#0"}, + "east": {"uv": [8.625, 9, 8.75, 9.375], "texture": "#0"}, + "south": {"uv": [8.75, 9, 8.875, 9.375], "texture": "#0"}, + "west": {"uv": [9, 8.75, 9.125, 9.125], "texture": "#0"}, + "up": {"uv": [7.25, 10.875, 7.125, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 7.125, 10.75, 7.25], "texture": "#0"} + } + }, + { + "from": [8, 3, 14], + "to": [9, 6, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 3, 14]}, + "faces": { + "north": {"uv": [8.875, 9, 9, 9.375], "texture": "#0"}, + "east": {"uv": [0.375, 9.125, 0.5, 9.5], "texture": "#0"}, + "south": {"uv": [0.5, 9.125, 0.625, 9.5], "texture": "#0"}, + "west": {"uv": [0.625, 9.125, 0.75, 9.5], "texture": "#0"}, + "up": {"uv": [7.375, 10.875, 7.25, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 7.25, 10.75, 7.375], "texture": "#0"} + } + }, + { + "from": [8, 4, 15], + "to": [9, 5, 17], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 3, 15]}, + "faces": { + "north": {"uv": [7.375, 10.75, 7.5, 10.875], "texture": "#0"}, + "east": {"uv": [9.75, 4.875, 10, 5], "texture": "#0"}, + "south": {"uv": [10.75, 7.375, 10.875, 7.5], "texture": "#0"}, + "west": {"uv": [5.25, 9.75, 5.5, 9.875], "texture": "#0"}, + "up": {"uv": [5.625, 10, 5.5, 9.75], "texture": "#0"}, + "down": {"uv": [9.875, 5.5, 9.75, 5.75], "texture": "#0"} + } + }, + { + "from": [6, 4, 15], + "to": [7, 5, 17], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 3, 15]}, + "faces": { + "north": {"uv": [7.5, 10.75, 7.625, 10.875], "texture": "#0"}, + "east": {"uv": [5.625, 9.75, 5.875, 9.875], "texture": "#0"}, + "south": {"uv": [10.75, 7.5, 10.875, 7.625], "texture": "#0"}, + "west": {"uv": [9.75, 5.875, 10, 6], "texture": "#0"}, + "up": {"uv": [6.125, 10, 6, 9.75], "texture": "#0"}, + "down": {"uv": [6.25, 9.75, 6.125, 10], "texture": "#0"} + } + }, + { + "from": [6, 3, 14], + "to": [7, 6, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 3, 14]}, + "faces": { + "north": {"uv": [9.125, 1, 9.25, 1.375], "texture": "#0"}, + "east": {"uv": [9.125, 1.875, 9.25, 2.25], "texture": "#0"}, + "south": {"uv": [9.125, 2.75, 9.25, 3.125], "texture": "#0"}, + "west": {"uv": [9.125, 3.625, 9.25, 4], "texture": "#0"}, + "up": {"uv": [7.75, 10.875, 7.625, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 7.625, 10.75, 7.75], "texture": "#0"} + } + }, + { + "from": [7, 17, 10], + "to": [8, 20, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, 12]}, + "faces": { + "north": {"uv": [9.125, 4.625, 9.25, 5], "texture": "#0"}, + "east": {"uv": [6, 1, 6.5, 1.375], "texture": "#0"}, + "south": {"uv": [9.125, 5.125, 9.25, 5.5], "texture": "#0"}, + "west": {"uv": [6.125, 2.5, 6.625, 2.875], "texture": "#0"}, + "up": {"uv": [5.875, 8.875, 5.75, 8.375], "texture": "#0"}, + "down": {"uv": [6, 8.375, 5.875, 8.875], "texture": "#0"} + } + }, + { + "from": [7, 16, 14], + "to": [8, 21, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, 14]}, + "faces": { + "north": {"uv": [3.875, 8.25, 4, 8.875], "texture": "#0"}, + "east": {"uv": [8.25, 4.125, 8.375, 4.75], "texture": "#0"}, + "south": {"uv": [4.625, 8.25, 4.75, 8.875], "texture": "#0"}, + "west": {"uv": [4.875, 8.25, 5, 8.875], "texture": "#0"}, + "up": {"uv": [7.875, 10.875, 7.75, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 7.75, 10.75, 7.875], "texture": "#0"} + } + }, + { + "from": [7, 13, 15], + "to": [8, 24, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, 15]}, + "faces": { + "north": {"uv": [3, 6.25, 3.125, 7.625], "texture": "#0"}, + "east": {"uv": [0.625, 6.375, 0.75, 7.75], "texture": "#0"}, + "south": {"uv": [0.75, 6.375, 0.875, 7.75], "texture": "#0"}, + "west": {"uv": [0.875, 6.375, 1, 7.75], "texture": "#0"}, + "up": {"uv": [8, 10.875, 7.875, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 7.875, 10.75, 8], "texture": "#0"} + } + }, + { + "from": [7, 14, 16], + "to": [8, 23, 17], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, 16]}, + "faces": { + "north": {"uv": [0, 7.25, 0.125, 8.375], "texture": "#0"}, + "east": {"uv": [0.125, 7.25, 0.25, 8.375], "texture": "#0"}, + "south": {"uv": [0.25, 7.25, 0.375, 8.375], "texture": "#0"}, + "west": {"uv": [3.25, 7.25, 3.375, 8.375], "texture": "#0"}, + "up": {"uv": [8.125, 10.875, 8, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 8, 10.75, 8.125], "texture": "#0"} + } + }, + { + "from": [7, 16, 17], + "to": [8, 21, 18], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, 17]}, + "faces": { + "north": {"uv": [5, 8.25, 5.125, 8.875], "texture": "#0"}, + "east": {"uv": [8.25, 5, 8.375, 5.625], "texture": "#0"}, + "south": {"uv": [5.125, 8.25, 5.25, 8.875], "texture": "#0"}, + "west": {"uv": [6.625, 8.25, 6.75, 8.875], "texture": "#0"}, + "up": {"uv": [8.25, 10.875, 8.125, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 8.125, 10.75, 8.25], "texture": "#0"} + } + }, + { + "from": [7, 17, 18], + "to": [8, 20, 19], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, 18]}, + "faces": { + "north": {"uv": [5.25, 9.125, 5.375, 9.5], "texture": "#0"}, + "east": {"uv": [6, 9.125, 6.125, 9.5], "texture": "#0"}, + "south": {"uv": [9.125, 6.125, 9.25, 6.5], "texture": "#0"}, + "west": {"uv": [6.375, 9.125, 6.5, 9.5], "texture": "#0"}, + "up": {"uv": [8.375, 10.875, 8.25, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 8.25, 10.75, 8.375], "texture": "#0"} + } + }, + { + "from": [7, 18, 19], + "to": [8, 19, 20], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, 19]}, + "faces": { + "north": {"uv": [8.375, 10.75, 8.5, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 8.375, 10.875, 8.5], "texture": "#0"}, + "south": {"uv": [8.5, 10.75, 8.625, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 8.5, 10.875, 8.625], "texture": "#0"}, + "up": {"uv": [8.75, 10.875, 8.625, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 8.625, 10.75, 8.75], "texture": "#0"} + } + }, + { + "from": [8, 18, 14], + "to": [9, 19, 19], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 17, 19]}, + "faces": { + "north": {"uv": [8.75, 10.75, 8.875, 10.875], "texture": "#0"}, + "east": {"uv": [8.25, 3, 8.875, 3.125], "texture": "#0"}, + "south": {"uv": [10.75, 8.75, 10.875, 8.875], "texture": "#0"}, + "west": {"uv": [8.25, 3.125, 8.875, 3.25], "texture": "#0"}, + "up": {"uv": [6.875, 8.875, 6.75, 8.25], "texture": "#0"}, + "down": {"uv": [7, 8.25, 6.875, 8.875], "texture": "#0"} + } + }, + { + "from": [8, 19, 15], + "to": [9, 20, 18], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 18, 19]}, + "faces": { + "north": {"uv": [8.875, 10.75, 9, 10.875], "texture": "#0"}, + "east": {"uv": [9, 4.125, 9.375, 4.25], "texture": "#0"}, + "south": {"uv": [10.75, 8.875, 10.875, 9], "texture": "#0"}, + "west": {"uv": [9, 4.25, 9.375, 4.375], "texture": "#0"}, + "up": {"uv": [6.625, 9.5, 6.5, 9.125], "texture": "#0"}, + "down": {"uv": [9.25, 6.5, 9.125, 6.875], "texture": "#0"} + } + }, + { + "from": [8, 17, 15], + "to": [9, 18, 18], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 16, 19]}, + "faces": { + "north": {"uv": [9, 10.75, 9.125, 10.875], "texture": "#0"}, + "east": {"uv": [9, 5.5, 9.375, 5.625], "texture": "#0"}, + "south": {"uv": [10.75, 9, 10.875, 9.125], "texture": "#0"}, + "west": {"uv": [9, 5.625, 9.375, 5.75], "texture": "#0"}, + "up": {"uv": [9.25, 7.25, 9.125, 6.875], "texture": "#0"}, + "down": {"uv": [7.375, 9.125, 7.25, 9.5], "texture": "#0"} + } + }, + { + "from": [8, 16, 15], + "to": [9, 17, 17], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 15, 19]}, + "faces": { + "north": {"uv": [9.125, 10.75, 9.25, 10.875], "texture": "#0"}, + "east": {"uv": [9.75, 6, 10, 6.125], "texture": "#0"}, + "south": {"uv": [10.75, 9.125, 10.875, 9.25], "texture": "#0"}, + "west": {"uv": [6.25, 9.75, 6.5, 9.875], "texture": "#0"}, + "up": {"uv": [6.625, 10, 6.5, 9.75], "texture": "#0"}, + "down": {"uv": [9.875, 6.5, 9.75, 6.75], "texture": "#0"} + } + }, + { + "from": [8, 20, 15], + "to": [9, 21, 17], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 19, 19]}, + "faces": { + "north": {"uv": [9.25, 10.75, 9.375, 10.875], "texture": "#0"}, + "east": {"uv": [6.625, 9.75, 6.875, 9.875], "texture": "#0"}, + "south": {"uv": [10.75, 9.25, 10.875, 9.375], "texture": "#0"}, + "west": {"uv": [9.75, 6.875, 10, 7], "texture": "#0"}, + "up": {"uv": [9.875, 7.25, 9.75, 7], "texture": "#0"}, + "down": {"uv": [7.375, 9.75, 7.25, 10], "texture": "#0"} + } + }, + { + "from": [6, 16, 15], + "to": [7, 17, 17], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 15, 19]}, + "faces": { + "north": {"uv": [9.375, 10.75, 9.5, 10.875], "texture": "#0"}, + "east": {"uv": [9.75, 7.25, 10, 7.375], "texture": "#0"}, + "south": {"uv": [10.75, 9.375, 10.875, 9.5], "texture": "#0"}, + "west": {"uv": [9.75, 7.375, 10, 7.5], "texture": "#0"}, + "up": {"uv": [7.875, 10, 7.75, 9.75], "texture": "#0"}, + "down": {"uv": [8, 9.75, 7.875, 10], "texture": "#0"} + } + }, + { + "from": [6, 17, 15], + "to": [7, 18, 18], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 16, 19]}, + "faces": { + "north": {"uv": [9.5, 10.75, 9.625, 10.875], "texture": "#0"}, + "east": {"uv": [9.125, 0, 9.5, 0.125], "texture": "#0"}, + "south": {"uv": [10.75, 9.5, 10.875, 9.625], "texture": "#0"}, + "west": {"uv": [9.125, 0.125, 9.5, 0.25], "texture": "#0"}, + "up": {"uv": [9.25, 7.625, 9.125, 7.25], "texture": "#0"}, + "down": {"uv": [7.875, 9.125, 7.75, 9.5], "texture": "#0"} + } + }, + { + "from": [6, 18, 14], + "to": [7, 19, 19], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 17, 19]}, + "faces": { + "north": {"uv": [9.625, 10.75, 9.75, 10.875], "texture": "#0"}, + "east": {"uv": [8.25, 7.75, 8.875, 7.875], "texture": "#0"}, + "south": {"uv": [10.75, 9.625, 10.875, 9.75], "texture": "#0"}, + "west": {"uv": [8.25, 7.875, 8.875, 8], "texture": "#0"}, + "up": {"uv": [7.125, 8.875, 7, 8.25], "texture": "#0"}, + "down": {"uv": [7.25, 8.25, 7.125, 8.875], "texture": "#0"} + } + }, + { + "from": [6, 19, 15], + "to": [7, 20, 18], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 18, 19]}, + "faces": { + "north": {"uv": [9.75, 10.75, 9.875, 10.875], "texture": "#0"}, + "east": {"uv": [9.125, 1.375, 9.5, 1.5], "texture": "#0"}, + "south": {"uv": [10.75, 9.75, 10.875, 9.875], "texture": "#0"}, + "west": {"uv": [9.125, 3.125, 9.5, 3.25], "texture": "#0"}, + "up": {"uv": [8, 9.5, 7.875, 9.125], "texture": "#0"}, + "down": {"uv": [8.125, 9.125, 8, 9.5], "texture": "#0"} + } + }, + { + "from": [6, 20, 15], + "to": [7, 21, 17], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 19, 19]}, + "faces": { + "north": {"uv": [9.875, 10.75, 10, 10.875], "texture": "#0"}, + "east": {"uv": [9.75, 7.5, 10, 7.625], "texture": "#0"}, + "south": {"uv": [10.75, 9.875, 10.875, 10], "texture": "#0"}, + "west": {"uv": [9.75, 7.875, 10, 8], "texture": "#0"}, + "up": {"uv": [8.125, 10, 8, 9.75], "texture": "#0"}, + "down": {"uv": [8.25, 9.75, 8.125, 10], "texture": "#0"} + } + }, + { + "from": [7, 22, 14], + "to": [8, 25, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, 14]}, + "faces": { + "north": {"uv": [8.125, 9.125, 8.25, 9.5], "texture": "#0"}, + "east": {"uv": [8.375, 9.125, 8.5, 9.5], "texture": "#0"}, + "south": {"uv": [9.125, 8.375, 9.25, 8.75], "texture": "#0"}, + "west": {"uv": [8.5, 9.125, 8.625, 9.5], "texture": "#0"}, + "up": {"uv": [10.125, 10.875, 10, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 10, 10.75, 10.125], "texture": "#0"} + } + }, + { + "from": [7, 12, 14], + "to": [8, 15, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 7, 14]}, + "faces": { + "north": {"uv": [9.125, 8.75, 9.25, 9.125], "texture": "#0"}, + "east": {"uv": [9, 9.125, 9.125, 9.5], "texture": "#0"}, + "south": {"uv": [9.125, 9.125, 9.25, 9.5], "texture": "#0"}, + "west": {"uv": [9.25, 0.625, 9.375, 1], "texture": "#0"}, + "up": {"uv": [10.25, 10.875, 10.125, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 10.125, 10.75, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 11, 13], + "to": [8, 14, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 6, 13]}, + "faces": { + "north": {"uv": [0.75, 9.25, 0.875, 9.625], "texture": "#0"}, + "east": {"uv": [9.25, 1, 9.375, 1.375], "texture": "#0"}, + "south": {"uv": [1.375, 9.25, 1.5, 9.625], "texture": "#0"}, + "west": {"uv": [1.5, 9.25, 1.625, 9.625], "texture": "#0"}, + "up": {"uv": [10.375, 10.875, 10.25, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 10.25, 10.75, 10.375], "texture": "#0"} + } + }, + { + "from": [7, 23, 13], + "to": [8, 26, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 18, 13]}, + "faces": { + "north": {"uv": [1.625, 9.25, 1.75, 9.625], "texture": "#0"}, + "east": {"uv": [1.75, 9.25, 1.875, 9.625], "texture": "#0"}, + "south": {"uv": [9.25, 1.75, 9.375, 2.125], "texture": "#0"}, + "west": {"uv": [1.875, 9.25, 2, 9.625], "texture": "#0"}, + "up": {"uv": [10.5, 10.875, 10.375, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 10.375, 10.75, 10.5], "texture": "#0"} + } + }, + { + "from": [8, 17, 9], + "to": [9, 20, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 17, 10]}, + "faces": { + "north": {"uv": [2, 9.25, 2.125, 9.625], "texture": "#0"}, + "east": {"uv": [7.625, 5, 7.875, 5.375], "texture": "#0"}, + "south": {"uv": [2.5, 9.25, 2.625, 9.625], "texture": "#0"}, + "west": {"uv": [7.625, 5.375, 7.875, 5.75], "texture": "#0"}, + "up": {"uv": [9.875, 8.5, 9.75, 8.25], "texture": "#0"}, + "down": {"uv": [8.5, 9.75, 8.375, 10], "texture": "#0"} + } + }, + { + "from": [8, 18, 11], + "to": [9, 19, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 17, 11]}, + "faces": { + "north": {"uv": [10.5, 10.75, 10.625, 10.875], "texture": "#0"}, + "east": {"uv": [8.5, 9.75, 8.75, 9.875], "texture": "#0"}, + "south": {"uv": [10.75, 10.5, 10.875, 10.625], "texture": "#0"}, + "west": {"uv": [9.75, 8.5, 10, 8.625], "texture": "#0"}, + "up": {"uv": [8.875, 10, 8.75, 9.75], "texture": "#0"}, + "down": {"uv": [9.125, 9.75, 9, 10], "texture": "#0"} + } + }, + { + "from": [6, 18, 11], + "to": [7, 19, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 17, 11]}, + "faces": { + "north": {"uv": [10.625, 10.75, 10.75, 10.875], "texture": "#0"}, + "east": {"uv": [9.75, 8.625, 10, 8.75], "texture": "#0"}, + "south": {"uv": [10.75, 10.625, 10.875, 10.75], "texture": "#0"}, + "west": {"uv": [9.75, 9, 10, 9.125], "texture": "#0"}, + "up": {"uv": [9.25, 10, 9.125, 9.75], "texture": "#0"}, + "down": {"uv": [9.875, 9.125, 9.75, 9.375], "texture": "#0"} + } + }, + { + "from": [6, 17, 9], + "to": [7, 20, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 17, 10]}, + "faces": { + "north": {"uv": [2.625, 9.25, 2.75, 9.625], "texture": "#0"}, + "east": {"uv": [7.625, 5.75, 7.875, 6.125], "texture": "#0"}, + "south": {"uv": [2.75, 9.25, 2.875, 9.625], "texture": "#0"}, + "west": {"uv": [6.125, 7.625, 6.375, 8], "texture": "#0"}, + "up": {"uv": [9.625, 10, 9.5, 9.75], "texture": "#0"}, + "down": {"uv": [9.75, 9.75, 9.625, 10], "texture": "#0"} + } + }, + { + "from": [7, 22, 8], + "to": [8, 27, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 23, 8]}, + "faces": { + "north": {"uv": [8.25, 8, 8.375, 8.625], "texture": "#0"}, + "east": {"uv": [0, 8.375, 0.125, 9], "texture": "#0"}, + "south": {"uv": [8.375, 0, 8.5, 0.625], "texture": "#0"}, + "west": {"uv": [0.125, 8.375, 0.25, 9], "texture": "#0"}, + "up": {"uv": [10.875, 10.875, 10.75, 10.75], "texture": "#0"}, + "down": {"uv": [0.125, 10.875, 0, 11], "texture": "#0"} + } + }, + { + "from": [7, 22, 9], + "to": [8, 30, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 23, 9]}, + "faces": { + "north": {"uv": [7.25, 7.125, 7.375, 8.125], "texture": "#0"}, + "east": {"uv": [7.375, 1.375, 7.5, 2.375], "texture": "#0"}, + "south": {"uv": [7.375, 4.25, 7.5, 5.25], "texture": "#0"}, + "west": {"uv": [4.5, 7.375, 4.625, 8.375], "texture": "#0"}, + "up": {"uv": [11, 0.125, 10.875, 0], "texture": "#0"}, + "down": {"uv": [0.25, 10.875, 0.125, 11], "texture": "#0"} + } + }, + { + "from": [7, 22, 10], + "to": [8, 29, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 23, 10]}, + "faces": { + "north": {"uv": [7.5, 4.375, 7.625, 5.25], "texture": "#0"}, + "east": {"uv": [7.5, 5.25, 7.625, 6.125], "texture": "#0"}, + "south": {"uv": [7.5, 6.125, 7.625, 7], "texture": "#0"}, + "west": {"uv": [7.5, 7, 7.625, 7.875], "texture": "#0"}, + "up": {"uv": [11, 0.25, 10.875, 0.125], "texture": "#0"}, + "down": {"uv": [0.375, 10.875, 0.25, 11], "texture": "#0"} + } + }, + { + "from": [7, 22, 11], + "to": [8, 27, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 23, 11]}, + "faces": { + "north": {"uv": [0.25, 8.375, 0.375, 9], "texture": "#0"}, + "east": {"uv": [0.375, 8.375, 0.5, 9], "texture": "#0"}, + "south": {"uv": [0.5, 8.375, 0.625, 9], "texture": "#0"}, + "west": {"uv": [0.625, 8.375, 0.75, 9], "texture": "#0"}, + "up": {"uv": [11, 0.375, 10.875, 0.25], "texture": "#0"}, + "down": {"uv": [0.5, 10.875, 0.375, 11], "texture": "#0"} + } + }, + { + "from": [7, 23, 12], + "to": [8, 26, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 23, 12]}, + "faces": { + "north": {"uv": [9.25, 2.75, 9.375, 3.125], "texture": "#0"}, + "east": {"uv": [2.875, 9.25, 3, 9.625], "texture": "#0"}, + "south": {"uv": [3, 9.25, 3.125, 9.625], "texture": "#0"}, + "west": {"uv": [3.125, 9.25, 3.25, 9.625], "texture": "#0"}, + "up": {"uv": [11, 0.5, 10.875, 0.375], "texture": "#0"}, + "down": {"uv": [0.625, 10.875, 0.5, 11], "texture": "#0"} + } + }, + { + "from": [8, 24, 8], + "to": [9, 25, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 23, 13]}, + "faces": { + "north": {"uv": [10.875, 0.5, 11, 0.625], "texture": "#0"}, + "east": {"uv": [7.625, 6.125, 8.375, 6.25], "texture": "#0"}, + "south": {"uv": [0.625, 10.875, 0.75, 11], "texture": "#0"}, + "west": {"uv": [7.625, 6.25, 8.375, 6.375], "texture": "#0"}, + "up": {"uv": [4.875, 8.375, 4.75, 7.625], "texture": "#0"}, + "down": {"uv": [6.5, 7.625, 6.375, 8.375], "texture": "#0"} + } + }, + { + "from": [8, 25, 9], + "to": [9, 26, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 24, 13]}, + "faces": { + "north": {"uv": [10.875, 0.625, 11, 0.75], "texture": "#0"}, + "east": {"uv": [9.125, 7.625, 9.5, 7.75], "texture": "#0"}, + "south": {"uv": [0.75, 10.875, 0.875, 11], "texture": "#0"}, + "west": {"uv": [9.25, 2.125, 9.625, 2.25], "texture": "#0"}, + "up": {"uv": [9.375, 3.75, 9.25, 3.375], "texture": "#0"}, + "down": {"uv": [3.75, 9.25, 3.625, 9.625], "texture": "#0"} + } + }, + { + "from": [8, 23, 9], + "to": [9, 24, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 22, 13]}, + "faces": { + "north": {"uv": [10.875, 0.75, 11, 0.875], "texture": "#0"}, + "east": {"uv": [9.25, 2.5, 9.625, 2.625], "texture": "#0"}, + "south": {"uv": [0.875, 10.875, 1, 11], "texture": "#0"}, + "west": {"uv": [3.75, 9.25, 4.125, 9.375], "texture": "#0"}, + "up": {"uv": [9.375, 4.125, 9.25, 3.75], "texture": "#0"}, + "down": {"uv": [4.25, 9.25, 4.125, 9.625], "texture": "#0"} + } + }, + { + "from": [8, 22, 9], + "to": [9, 23, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 21, 13]}, + "faces": { + "north": {"uv": [10.875, 0.875, 11, 1], "texture": "#0"}, + "east": {"uv": [9.75, 9.375, 10, 9.5], "texture": "#0"}, + "south": {"uv": [1, 10.875, 1.125, 11], "texture": "#0"}, + "west": {"uv": [9.75, 9.75, 10, 9.875], "texture": "#0"}, + "up": {"uv": [0.125, 10.125, 0, 9.875], "texture": "#0"}, + "down": {"uv": [10, 0.25, 9.875, 0.5], "texture": "#0"} + } + }, + { + "from": [8, 26, 9], + "to": [9, 27, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 25, 13]}, + "faces": { + "north": {"uv": [10.875, 1, 11, 1.125], "texture": "#0"}, + "east": {"uv": [9.875, 0.5, 10.125, 0.625], "texture": "#0"}, + "south": {"uv": [1.125, 10.875, 1.25, 11], "texture": "#0"}, + "west": {"uv": [9.875, 0.625, 10.125, 0.75], "texture": "#0"}, + "up": {"uv": [10, 1, 9.875, 0.75], "texture": "#0"}, + "down": {"uv": [1.125, 9.875, 1, 10.125], "texture": "#0"} + } + }, + { + "from": [6, 22, 9], + "to": [7, 23, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 21, 13]}, + "faces": { + "north": {"uv": [10.875, 1.125, 11, 1.25], "texture": "#0"}, + "east": {"uv": [9.875, 1, 10.125, 1.125], "texture": "#0"}, + "south": {"uv": [1.25, 10.875, 1.375, 11], "texture": "#0"}, + "west": {"uv": [1.125, 9.875, 1.375, 10], "texture": "#0"}, + "up": {"uv": [1.5, 10.125, 1.375, 9.875], "texture": "#0"}, + "down": {"uv": [1.625, 9.875, 1.5, 10.125], "texture": "#0"} + } + }, + { + "from": [6, 23, 9], + "to": [7, 24, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 22, 13]}, + "faces": { + "north": {"uv": [10.875, 1.25, 11, 1.375], "texture": "#0"}, + "east": {"uv": [9.25, 4.375, 9.625, 4.5], "texture": "#0"}, + "south": {"uv": [1.375, 10.875, 1.5, 11], "texture": "#0"}, + "west": {"uv": [9.25, 4.5, 9.625, 4.625], "texture": "#0"}, + "up": {"uv": [4.375, 9.625, 4.25, 9.25], "texture": "#0"}, + "down": {"uv": [4.5, 9.25, 4.375, 9.625], "texture": "#0"} + } + }, + { + "from": [6, 24, 8], + "to": [7, 25, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 23, 13]}, + "faces": { + "north": {"uv": [10.875, 1.375, 11, 1.5], "texture": "#0"}, + "east": {"uv": [7.625, 6.375, 8.375, 6.5], "texture": "#0"}, + "south": {"uv": [1.5, 10.875, 1.625, 11], "texture": "#0"}, + "west": {"uv": [7.625, 6.5, 8.375, 6.625], "texture": "#0"}, + "up": {"uv": [6.625, 8.375, 6.5, 7.625], "texture": "#0"}, + "down": {"uv": [7.75, 6.625, 7.625, 7.375], "texture": "#0"} + } + }, + { + "from": [6, 25, 9], + "to": [7, 26, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 24, 13]}, + "faces": { + "north": {"uv": [10.875, 1.5, 11, 1.625], "texture": "#0"}, + "east": {"uv": [9.25, 4.625, 9.625, 4.75], "texture": "#0"}, + "south": {"uv": [1.625, 10.875, 1.75, 11], "texture": "#0"}, + "west": {"uv": [9.25, 4.75, 9.625, 4.875], "texture": "#0"}, + "up": {"uv": [5, 9.625, 4.875, 9.25], "texture": "#0"}, + "down": {"uv": [9.375, 4.875, 9.25, 5.25], "texture": "#0"} + } + }, + { + "from": [6, 26, 9], + "to": [7, 27, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 25, 13]}, + "faces": { + "north": {"uv": [10.875, 1.625, 11, 1.75], "texture": "#0"}, + "east": {"uv": [9.875, 1.5, 10.125, 1.625], "texture": "#0"}, + "south": {"uv": [1.75, 10.875, 1.875, 11], "texture": "#0"}, + "west": {"uv": [9.875, 1.625, 10.125, 1.75], "texture": "#0"}, + "up": {"uv": [1.75, 10.125, 1.625, 9.875], "texture": "#0"}, + "down": {"uv": [2.125, 9.875, 2, 10.125], "texture": "#0"} + } + }, + { + "from": [7, 28, 8], + "to": [8, 31, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 23, 8]}, + "faces": { + "north": {"uv": [5, 9.25, 5.125, 9.625], "texture": "#0"}, + "east": {"uv": [5.125, 9.25, 5.25, 9.625], "texture": "#0"}, + "south": {"uv": [5.375, 9.25, 5.5, 9.625], "texture": "#0"}, + "west": {"uv": [5.5, 9.25, 5.625, 9.625], "texture": "#0"}, + "up": {"uv": [11, 1.875, 10.875, 1.75], "texture": "#0"}, + "down": {"uv": [2, 10.875, 1.875, 11], "texture": "#0"} + } + }, + { + "from": [7, 29, 7], + "to": [8, 32, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 24, 7]}, + "faces": { + "north": {"uv": [5.625, 9.25, 5.75, 9.625], "texture": "#0"}, + "east": {"uv": [5.75, 9.25, 5.875, 9.625], "texture": "#0"}, + "south": {"uv": [9.25, 5.75, 9.375, 6.125], "texture": "#0"}, + "west": {"uv": [5.875, 9.25, 6, 9.625], "texture": "#0"}, + "up": {"uv": [11, 2, 10.875, 1.875], "texture": "#0"}, + "down": {"uv": [2.125, 10.875, 2, 11], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [0, 180, 0], + "translation": [-0.25, 10, 1.25], + "scale": [0.6, 0.6, 0.6] + }, + "thirdperson_lefthand": { + "translation": [-0.25, 10, 1.25], + "scale": [0.6, 0.6, 0.6] + }, + "firstperson_righthand": { + "rotation": [-30, 180, 0], + "translation": [2.5, 3, -5], + "scale": [0.6, 0.6, 0.6] + } + }, + "groups": [ + { + "name": "group", + "origin": [7, 0, 9], + "color": 0, + "children": [ + { + "name": "Ring", + "origin": [7, 0, 9], + "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] + }, + { + "name": "Handel", + "origin": [7, -2, 7], + "color": 0, + "children": [35, 36, 37, 38, 39] + }, + { + "name": "Safe Gaurd", + "origin": [14, 10, 7], + "color": 0, + "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] + }, + { + "name": "Blade Full", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "Blade", + "origin": [7, 24, 21], + "color": 0, + "children": [70, 71, 72, 73, 74, 75, 76, 77, 78, 79] + }, + { + "name": "Blade", + "origin": [7, 24, 21], + "color": 0, + "children": [80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100] + }, + { + "name": "Blade", + "origin": [7, 24, 21], + "color": 0, + "children": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110] + }, + { + "name": "Blade", + "origin": [7, 24, 21], + "color": 0, + "children": [111, 112, 113, 114, 115, 116, 117, 118, 119, 120] + } + ] + }, + { + "name": "Chain", + "origin": [5, 26, -1], + "color": 0, + "children": [ + { + "name": "Chains", + "origin": [5, 26, -1], + "color": 0, + "children": [ + { + "name": "Chain1", + "origin": [5, 30, -1], + "color": 0, + "children": [121, 122, 123] + }, + { + "name": "Chain1", + "origin": [5, 30, -1], + "color": 0, + "children": [124, 125, 126] + }, + { + "name": "Chain1", + "origin": [5, 30, -1], + "color": 0, + "children": [127, 128, 129] + }, + { + "name": "Chain1", + "origin": [5, 30, -1], + "color": 0, + "children": [130, 131, 132] + }, + { + "name": "Chain1", + "origin": [5, 30, -1], + "color": 0, + "children": [133, 134, 135] + }, + { + "name": "Chain2", + "origin": [5, 26, -1], + "color": 0, + "children": [136, 137, 138] + }, + { + "name": "Chain2", + "origin": [5, 26, -1], + "color": 0, + "children": [139, 140, 141] + }, + { + "name": "Chain2", + "origin": [5, 26, -1], + "color": 0, + "children": [142, 143, 144] + }, + { + "name": "Chain2", + "origin": [5, 26, -1], + "color": 0, + "children": [145, 146, 147] + } + ] + }, + { + "name": "Links", + "origin": [8, 12, 8], + "color": 0, + "children": [148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161] + } + ] + }, + { + "name": "Spike Balls", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "Spike Ball", + "origin": [0, 2, 3], + "color": 0, + "children": [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] + }, + { + "name": "Spike Ball", + "origin": [0, 2, 3], + "color": 0, + "children": [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] + }, + { + "name": "Spike Ball", + "origin": [0, 2, 3], + "color": 0, + "children": [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] + }, + { + "name": "Spike Ball", + "origin": [0, 2, 3], + "color": 0, + "children": [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] + }, + { + "name": "Spike Ball", + "origin": [0, 2, 3], + "color": 0, + "children": [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] + } + ] + }, + { + "name": "Axe Heads", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "Axe Head", + "origin": [5, 3, 14], + "color": 0, + "children": [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] + }, + { + "name": "Axe Head", + "origin": [5, 3, 14], + "color": 0, + "children": [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] + }, + { + "name": "Axe Head", + "origin": [5, 3, 14], + "color": 0, + "children": [368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/item/weapons/netherite_sword/netherite_leviathan_blade.json b/assets/minecraft/models/item/weapons/netherite_sword/netherite_leviathan_blade.json new file mode 100644 index 0000000..551fc28 --- /dev/null +++ b/assets/minecraft/models/item/weapons/netherite_sword/netherite_leviathan_blade.json @@ -0,0 +1,5225 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [128, 128], + "textures": { + "0": "item/weapons/netherite/netherite_leviathan_blade", + "particle": "item/weapons/netherite/netherite_leviathan_blade" + }, + "elements": [ + { + "from": [6, -11, 6], + "to": [9, -6, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -13, 10]}, + "faces": { + "north": {"uv": [3.5, 4, 3.875, 4.625], "texture": "#0"}, + "east": {"uv": [4.75, 5.125, 5.375, 5.75], "texture": "#0"}, + "south": {"uv": [6, 3.75, 6.375, 4.375], "texture": "#0"}, + "west": {"uv": [2.25, 5.25, 2.875, 5.875], "texture": "#0"}, + "up": {"uv": [6.375, 5.75, 6, 5.125], "texture": "#0"}, + "down": {"uv": [6.5, 0.375, 6.125, 1], "texture": "#0"} + } + }, + { + "from": [9, -11, 7], + "to": [10, -6, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -13, 10]}, + "faces": { + "north": {"uv": [7.625, 7.375, 7.75, 8], "texture": "#0"}, + "east": {"uv": [1.125, 6.125, 1.5, 6.75], "texture": "#0"}, + "south": {"uv": [7.75, 0, 7.875, 0.625], "texture": "#0"}, + "west": {"uv": [6.125, 1.875, 6.5, 2.5], "texture": "#0"}, + "up": {"uv": [5.125, 1.375, 5, 1], "texture": "#0"}, + "down": {"uv": [6.5, 0, 6.375, 0.375], "texture": "#0"} + } + }, + { + "from": [10, -11, 8], + "to": [11, -6, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -13, 10]}, + "faces": { + "north": {"uv": [0.625, 7.75, 0.75, 8.375], "texture": "#0"}, + "east": {"uv": [0.75, 7.75, 0.875, 8.375], "texture": "#0"}, + "south": {"uv": [0.875, 7.75, 1, 8.375], "texture": "#0"}, + "west": {"uv": [7.75, 2.625, 7.875, 3.25], "texture": "#0"}, + "up": {"uv": [3.875, 3.375, 3.75, 3.25], "texture": "#0"}, + "down": {"uv": [2.75, 5.125, 2.625, 5.25], "texture": "#0"} + } + }, + { + "from": [9, -12, 8], + "to": [10, -11, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -18, 10]}, + "faces": { + "north": {"uv": [6.875, 6.375, 7, 6.5], "texture": "#0"}, + "east": {"uv": [7.25, 6.25, 7.375, 6.375], "texture": "#0"}, + "south": {"uv": [8.375, 5.5, 8.5, 5.625], "texture": "#0"}, + "west": {"uv": [9.375, 5.125, 9.5, 5.25], "texture": "#0"}, + "up": {"uv": [9.5, 6.375, 9.375, 6.25], "texture": "#0"}, + "down": {"uv": [10, 2, 9.875, 2.125], "texture": "#0"} + } + }, + { + "from": [9, -14, 8], + "to": [10, -13, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -20, 10]}, + "faces": { + "north": {"uv": [2.125, 9.875, 2.25, 10], "texture": "#0"}, + "east": {"uv": [9.875, 2.125, 10, 2.25], "texture": "#0"}, + "south": {"uv": [2.25, 9.875, 2.375, 10], "texture": "#0"}, + "west": {"uv": [2.375, 9.875, 2.5, 10], "texture": "#0"}, + "up": {"uv": [2.625, 10, 2.5, 9.875], "texture": "#0"}, + "down": {"uv": [2.75, 9.875, 2.625, 10], "texture": "#0"} + } + }, + { + "from": [9, -16, 8], + "to": [10, -15, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -22, 10]}, + "faces": { + "north": {"uv": [9.875, 2.75, 10, 2.875], "texture": "#0"}, + "east": {"uv": [9.875, 2.875, 10, 3], "texture": "#0"}, + "south": {"uv": [9.875, 3, 10, 3.125], "texture": "#0"}, + "west": {"uv": [9.875, 3.125, 10, 3.25], "texture": "#0"}, + "up": {"uv": [3.375, 10, 3.25, 9.875], "texture": "#0"}, + "down": {"uv": [10, 3.5, 9.875, 3.625], "texture": "#0"} + } + }, + { + "from": [4, -11, 8], + "to": [5, -6, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [2, -13, 10]}, + "faces": { + "north": {"uv": [3.125, 7.75, 3.25, 8.375], "texture": "#0"}, + "east": {"uv": [7.75, 3.5, 7.875, 4.125], "texture": "#0"}, + "south": {"uv": [3.625, 7.75, 3.75, 8.375], "texture": "#0"}, + "west": {"uv": [3.75, 7.75, 3.875, 8.375], "texture": "#0"}, + "up": {"uv": [3.75, 10, 3.625, 9.875], "texture": "#0"}, + "down": {"uv": [10, 3.875, 9.875, 4], "texture": "#0"} + } + }, + { + "from": [5, -12, 6], + "to": [6, -9, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [3, -14, 8]}, + "faces": { + "north": {"uv": [7.125, 3.75, 7.25, 4.125], "texture": "#0"}, + "east": {"uv": [7.25, 1.875, 7.375, 2.25], "texture": "#0"}, + "south": {"uv": [6, 8.375, 6.125, 8.75], "texture": "#0"}, + "west": {"uv": [8.375, 6.125, 8.5, 6.5], "texture": "#0"}, + "up": {"uv": [4.125, 10, 4, 9.875], "texture": "#0"}, + "down": {"uv": [10, 4, 9.875, 4.125], "texture": "#0"} + } + }, + { + "from": [5, -16, 6], + "to": [6, -15, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [3, -18, 8]}, + "faces": { + "north": {"uv": [4.125, 9.875, 4.25, 10], "texture": "#0"}, + "east": {"uv": [9.875, 4.125, 10, 4.25], "texture": "#0"}, + "south": {"uv": [4.25, 9.875, 4.375, 10], "texture": "#0"}, + "west": {"uv": [9.875, 4.25, 10, 4.375], "texture": "#0"}, + "up": {"uv": [4.5, 10, 4.375, 9.875], "texture": "#0"}, + "down": {"uv": [10, 4.375, 9.875, 4.5], "texture": "#0"} + } + }, + { + "from": [9, -16, 6], + "to": [10, -15, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -18, 8]}, + "faces": { + "north": {"uv": [4.5, 9.875, 4.625, 10], "texture": "#0"}, + "east": {"uv": [9.875, 4.5, 10, 4.625], "texture": "#0"}, + "south": {"uv": [4.625, 9.875, 4.75, 10], "texture": "#0"}, + "west": {"uv": [4.75, 9.875, 4.875, 10], "texture": "#0"}, + "up": {"uv": [10, 5.125, 9.875, 5], "texture": "#0"}, + "down": {"uv": [5.25, 9.875, 5.125, 10], "texture": "#0"} + } + }, + { + "from": [9, -12, 6], + "to": [10, -9, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -14, 8]}, + "faces": { + "north": {"uv": [6.375, 8.375, 6.5, 8.75], "texture": "#0"}, + "east": {"uv": [6.5, 8.375, 6.625, 8.75], "texture": "#0"}, + "south": {"uv": [8.375, 6.5, 8.5, 6.875], "texture": "#0"}, + "west": {"uv": [8.375, 6.875, 8.5, 7.25], "texture": "#0"}, + "up": {"uv": [10, 5.25, 9.875, 5.125], "texture": "#0"}, + "down": {"uv": [5.375, 9.875, 5.25, 10], "texture": "#0"} + } + }, + { + "from": [5, -16, 10], + "to": [6, -15, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [3, -18, 12]}, + "faces": { + "north": {"uv": [9.875, 5.25, 10, 5.375], "texture": "#0"}, + "east": {"uv": [5.375, 9.875, 5.5, 10], "texture": "#0"}, + "south": {"uv": [9.875, 5.375, 10, 5.5], "texture": "#0"}, + "west": {"uv": [9.875, 5.5, 10, 5.625], "texture": "#0"}, + "up": {"uv": [5.75, 10, 5.625, 9.875], "texture": "#0"}, + "down": {"uv": [10, 5.625, 9.875, 5.75], "texture": "#0"} + } + }, + { + "from": [9, -16, 10], + "to": [10, -15, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -18, 12]}, + "faces": { + "north": {"uv": [5.75, 9.875, 5.875, 10], "texture": "#0"}, + "east": {"uv": [9.875, 5.75, 10, 5.875], "texture": "#0"}, + "south": {"uv": [5.875, 9.875, 6, 10], "texture": "#0"}, + "west": {"uv": [9.875, 6.125, 10, 6.25], "texture": "#0"}, + "up": {"uv": [6.375, 10, 6.25, 9.875], "texture": "#0"}, + "down": {"uv": [10, 6.25, 9.875, 6.375], "texture": "#0"} + } + }, + { + "from": [5, -7, 6], + "to": [6, -6, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [3, -11, 8]}, + "faces": { + "north": {"uv": [6.375, 9.875, 6.5, 10], "texture": "#0"}, + "east": {"uv": [9.875, 6.375, 10, 6.5], "texture": "#0"}, + "south": {"uv": [9.875, 6.5, 10, 6.625], "texture": "#0"}, + "west": {"uv": [6.625, 9.875, 6.75, 10], "texture": "#0"}, + "up": {"uv": [10, 6.75, 9.875, 6.625], "texture": "#0"}, + "down": {"uv": [6.875, 9.875, 6.75, 10], "texture": "#0"} + } + }, + { + "from": [9, -7, 6], + "to": [10, -6, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -11, 8]}, + "faces": { + "north": {"uv": [9.875, 6.75, 10, 6.875], "texture": "#0"}, + "east": {"uv": [6.875, 9.875, 7, 10], "texture": "#0"}, + "south": {"uv": [7, 9.875, 7.125, 10], "texture": "#0"}, + "west": {"uv": [9.875, 7, 10, 7.125], "texture": "#0"}, + "up": {"uv": [7.25, 10, 7.125, 9.875], "texture": "#0"}, + "down": {"uv": [10, 7.125, 9.875, 7.25], "texture": "#0"} + } + }, + { + "from": [5, -12, 10], + "to": [6, -9, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [3, -14, 12]}, + "faces": { + "north": {"uv": [8.375, 7.25, 8.5, 7.625], "texture": "#0"}, + "east": {"uv": [7.75, 8.375, 7.875, 8.75], "texture": "#0"}, + "south": {"uv": [7.875, 8.375, 8, 8.75], "texture": "#0"}, + "west": {"uv": [8, 8.375, 8.125, 8.75], "texture": "#0"}, + "up": {"uv": [7.5, 10, 7.375, 9.875], "texture": "#0"}, + "down": {"uv": [7.625, 9.875, 7.5, 10], "texture": "#0"} + } + }, + { + "from": [9, -12, 10], + "to": [10, -9, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -14, 12]}, + "faces": { + "north": {"uv": [8.375, 8, 8.5, 8.375], "texture": "#0"}, + "east": {"uv": [8.125, 8.375, 8.25, 8.75], "texture": "#0"}, + "south": {"uv": [8.375, 8.375, 8.5, 8.75], "texture": "#0"}, + "west": {"uv": [8.5, 0, 8.625, 0.375], "texture": "#0"}, + "up": {"uv": [7.75, 10, 7.625, 9.875], "texture": "#0"}, + "down": {"uv": [10, 7.625, 9.875, 7.75], "texture": "#0"} + } + }, + { + "from": [6, -10, 11], + "to": [7, -7, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [4, -12, 13]}, + "faces": { + "north": {"uv": [8.5, 0.375, 8.625, 0.75], "texture": "#0"}, + "east": {"uv": [8.5, 0.75, 8.625, 1.125], "texture": "#0"}, + "south": {"uv": [1.5, 8.5, 1.625, 8.875], "texture": "#0"}, + "west": {"uv": [1.625, 8.5, 1.75, 8.875], "texture": "#0"}, + "up": {"uv": [10, 7.875, 9.875, 7.75], "texture": "#0"}, + "down": {"uv": [10, 8, 9.875, 8.125], "texture": "#0"} + } + }, + { + "from": [8, -10, 11], + "to": [9, -7, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -12, 13]}, + "faces": { + "north": {"uv": [1.75, 8.5, 1.875, 8.875], "texture": "#0"}, + "east": {"uv": [8.5, 1.75, 8.625, 2.125], "texture": "#0"}, + "south": {"uv": [1.875, 8.5, 2, 8.875], "texture": "#0"}, + "west": {"uv": [2, 8.5, 2.125, 8.875], "texture": "#0"}, + "up": {"uv": [10, 8.25, 9.875, 8.125], "texture": "#0"}, + "down": {"uv": [8.375, 9.875, 8.25, 10], "texture": "#0"} + } + }, + { + "from": [6, -10, 5], + "to": [7, -7, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [4, -12, 7]}, + "faces": { + "north": {"uv": [2.125, 8.5, 2.25, 8.875], "texture": "#0"}, + "east": {"uv": [2.25, 8.5, 2.375, 8.875], "texture": "#0"}, + "south": {"uv": [2.375, 8.5, 2.5, 8.875], "texture": "#0"}, + "west": {"uv": [2.5, 8.5, 2.625, 8.875], "texture": "#0"}, + "up": {"uv": [10, 8.375, 9.875, 8.25], "texture": "#0"}, + "down": {"uv": [10, 8.375, 9.875, 8.5], "texture": "#0"} + } + }, + { + "from": [8, -10, 5], + "to": [9, -7, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -12, 7]}, + "faces": { + "north": {"uv": [8.5, 3.5, 8.625, 3.875], "texture": "#0"}, + "east": {"uv": [8.5, 3.875, 8.625, 4.25], "texture": "#0"}, + "south": {"uv": [8.5, 4.25, 8.625, 4.625], "texture": "#0"}, + "west": {"uv": [8.5, 4.625, 8.625, 5], "texture": "#0"}, + "up": {"uv": [8.625, 10, 8.5, 9.875], "texture": "#0"}, + "down": {"uv": [8.75, 9.875, 8.625, 10], "texture": "#0"} + } + }, + { + "from": [5, -7, 10], + "to": [6, -6, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [3, -11, 12]}, + "faces": { + "north": {"uv": [9.875, 8.75, 10, 8.875], "texture": "#0"}, + "east": {"uv": [8.875, 9.875, 9, 10], "texture": "#0"}, + "south": {"uv": [9.875, 8.875, 10, 9], "texture": "#0"}, + "west": {"uv": [9.875, 9.125, 10, 9.25], "texture": "#0"}, + "up": {"uv": [9.375, 10, 9.25, 9.875], "texture": "#0"}, + "down": {"uv": [10, 9.25, 9.875, 9.375], "texture": "#0"} + } + }, + { + "from": [9, -7, 10], + "to": [10, -6, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -11, 12]}, + "faces": { + "north": {"uv": [9.375, 9.875, 9.5, 10], "texture": "#0"}, + "east": {"uv": [9.875, 9.5, 10, 9.625], "texture": "#0"}, + "south": {"uv": [9.875, 9.625, 10, 9.75], "texture": "#0"}, + "west": {"uv": [9.75, 9.875, 9.875, 10], "texture": "#0"}, + "up": {"uv": [10, 10, 9.875, 9.875], "texture": "#0"}, + "down": {"uv": [10.125, 0, 10, 0.125], "texture": "#0"} + } + }, + { + "from": [7, -13, 5], + "to": [8, -8, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [5, -15, 7]}, + "faces": { + "north": {"uv": [4.125, 7.75, 4.25, 8.375], "texture": "#0"}, + "east": {"uv": [7.75, 4.125, 7.875, 4.75], "texture": "#0"}, + "south": {"uv": [4.25, 7.75, 4.375, 8.375], "texture": "#0"}, + "west": {"uv": [4.375, 7.75, 4.5, 8.375], "texture": "#0"}, + "up": {"uv": [0.25, 10.125, 0.125, 10], "texture": "#0"}, + "down": {"uv": [10.125, 0.125, 10, 0.25], "texture": "#0"} + } + }, + { + "from": [7, -13, 11], + "to": [8, -8, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [5, -15, 13]}, + "faces": { + "north": {"uv": [5.375, 7.75, 5.5, 8.375], "texture": "#0"}, + "east": {"uv": [5.5, 7.75, 5.625, 8.375], "texture": "#0"}, + "south": {"uv": [5.625, 7.75, 5.75, 8.375], "texture": "#0"}, + "west": {"uv": [5.75, 7.75, 5.875, 8.375], "texture": "#0"}, + "up": {"uv": [0.375, 10.125, 0.25, 10], "texture": "#0"}, + "down": {"uv": [10.125, 0.25, 10, 0.375], "texture": "#0"} + } + }, + { + "from": [5, -12, 8], + "to": [6, -11, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [3, -18, 10]}, + "faces": { + "north": {"uv": [0.375, 10, 0.5, 10.125], "texture": "#0"}, + "east": {"uv": [10, 0.375, 10.125, 0.5], "texture": "#0"}, + "south": {"uv": [0.5, 10, 0.625, 10.125], "texture": "#0"}, + "west": {"uv": [0.625, 10, 0.75, 10.125], "texture": "#0"}, + "up": {"uv": [0.875, 10.125, 0.75, 10], "texture": "#0"}, + "down": {"uv": [10.125, 0.75, 10, 0.875], "texture": "#0"} + } + }, + { + "from": [5, -14, 8], + "to": [6, -13, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [3, -20, 10]}, + "faces": { + "north": {"uv": [10, 1.375, 10.125, 1.5], "texture": "#0"}, + "east": {"uv": [1.75, 10, 1.875, 10.125], "texture": "#0"}, + "south": {"uv": [10, 1.75, 10.125, 1.875], "texture": "#0"}, + "west": {"uv": [1.875, 10, 2, 10.125], "texture": "#0"}, + "up": {"uv": [10.125, 2, 10, 1.875], "texture": "#0"}, + "down": {"uv": [10.125, 2, 10, 2.125], "texture": "#0"} + } + }, + { + "from": [5, -16, 8], + "to": [6, -15, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [3, -22, 10]}, + "faces": { + "north": {"uv": [2.125, 10, 2.25, 10.125], "texture": "#0"}, + "east": {"uv": [10, 2.125, 10.125, 2.25], "texture": "#0"}, + "south": {"uv": [2.25, 10, 2.375, 10.125], "texture": "#0"}, + "west": {"uv": [10, 2.25, 10.125, 2.375], "texture": "#0"}, + "up": {"uv": [2.5, 10.125, 2.375, 10], "texture": "#0"}, + "down": {"uv": [10.125, 2.375, 10, 2.5], "texture": "#0"} + } + }, + { + "from": [7, -16, 10], + "to": [8, -15, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, -22, 12]}, + "faces": { + "north": {"uv": [2.5, 10, 2.625, 10.125], "texture": "#0"}, + "east": {"uv": [10, 2.5, 10.125, 2.625], "texture": "#0"}, + "south": {"uv": [2.625, 10, 2.75, 10.125], "texture": "#0"}, + "west": {"uv": [10, 2.625, 10.125, 2.75], "texture": "#0"}, + "up": {"uv": [2.875, 10.125, 2.75, 10], "texture": "#0"}, + "down": {"uv": [10.125, 2.75, 10, 2.875], "texture": "#0"} + } + }, + { + "from": [7, -14, 10], + "to": [8, -13, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, -20, 12]}, + "faces": { + "north": {"uv": [2.875, 10, 3, 10.125], "texture": "#0"}, + "east": {"uv": [10, 2.875, 10.125, 3], "texture": "#0"}, + "south": {"uv": [3, 10, 3.125, 10.125], "texture": "#0"}, + "west": {"uv": [10, 3, 10.125, 3.125], "texture": "#0"}, + "up": {"uv": [3.25, 10.125, 3.125, 10], "texture": "#0"}, + "down": {"uv": [10.125, 3.125, 10, 3.25], "texture": "#0"} + } + }, + { + "from": [7, -12, 10], + "to": [8, -11, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, -18, 12]}, + "faces": { + "north": {"uv": [3.25, 10, 3.375, 10.125], "texture": "#0"}, + "east": {"uv": [10, 3.25, 10.125, 3.375], "texture": "#0"}, + "south": {"uv": [3.375, 10, 3.5, 10.125], "texture": "#0"}, + "west": {"uv": [10, 3.375, 10.125, 3.5], "texture": "#0"}, + "up": {"uv": [3.625, 10.125, 3.5, 10], "texture": "#0"}, + "down": {"uv": [10.125, 3.5, 10, 3.625], "texture": "#0"} + } + }, + { + "from": [7, -16, 6], + "to": [8, -15, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [5, -22, 8]}, + "faces": { + "north": {"uv": [3.625, 10, 3.75, 10.125], "texture": "#0"}, + "east": {"uv": [10, 3.625, 10.125, 3.75], "texture": "#0"}, + "south": {"uv": [3.75, 10, 3.875, 10.125], "texture": "#0"}, + "west": {"uv": [10, 3.75, 10.125, 3.875], "texture": "#0"}, + "up": {"uv": [4, 10.125, 3.875, 10], "texture": "#0"}, + "down": {"uv": [10.125, 3.875, 10, 4], "texture": "#0"} + } + }, + { + "from": [7, -14, 6], + "to": [8, -13, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [5, -20, 8]}, + "faces": { + "north": {"uv": [4, 10, 4.125, 10.125], "texture": "#0"}, + "east": {"uv": [10, 4, 10.125, 4.125], "texture": "#0"}, + "south": {"uv": [4.125, 10, 4.25, 10.125], "texture": "#0"}, + "west": {"uv": [10, 4.125, 10.125, 4.25], "texture": "#0"}, + "up": {"uv": [4.375, 10.125, 4.25, 10], "texture": "#0"}, + "down": {"uv": [10.125, 4.25, 10, 4.375], "texture": "#0"} + } + }, + { + "from": [7, -12, 6], + "to": [8, -11, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [5, -18, 8]}, + "faces": { + "north": {"uv": [4.375, 10, 4.5, 10.125], "texture": "#0"}, + "east": {"uv": [10, 4.375, 10.125, 4.5], "texture": "#0"}, + "south": {"uv": [4.5, 10, 4.625, 10.125], "texture": "#0"}, + "west": {"uv": [10, 4.5, 10.125, 4.625], "texture": "#0"}, + "up": {"uv": [4.75, 10.125, 4.625, 10], "texture": "#0"}, + "down": {"uv": [10.125, 4.625, 10, 4.75], "texture": "#0"} + } + }, + { + "from": [5, -11, 7], + "to": [6, -6, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -13, 10]}, + "faces": { + "north": {"uv": [5.875, 7.75, 6, 8.375], "texture": "#0"}, + "east": {"uv": [6.125, 5.75, 6.5, 6.375], "texture": "#0"}, + "south": {"uv": [6, 7.75, 6.125, 8.375], "texture": "#0"}, + "west": {"uv": [0, 6.25, 0.375, 6.875], "texture": "#0"}, + "up": {"uv": [8.625, 5.375, 8.5, 5], "texture": "#0"}, + "down": {"uv": [8.625, 5.375, 8.5, 5.75], "texture": "#0"} + } + }, + { + "from": [6, -14, 7], + "to": [9, -13, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -12, 8]}, + "faces": { + "north": {"uv": [5.125, 1.875, 5.5, 2], "texture": "#0"}, + "east": {"uv": [2.25, 5.125, 2.625, 5.25], "texture": "#0"}, + "south": {"uv": [8.375, 2.75, 8.75, 2.875], "texture": "#0"}, + "west": {"uv": [8.375, 7.625, 8.75, 7.75], "texture": "#0"}, + "up": {"uv": [6.625, 1.875, 6.25, 1.5], "texture": "#0"}, + "down": {"uv": [6.875, 1.875, 6.5, 2.25], "texture": "#0"} + } + }, + { + "from": [6, -12, 7], + "to": [9, -11, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -10, 8]}, + "faces": { + "north": {"uv": [8.5, 1.375, 8.875, 1.5], "texture": "#0"}, + "east": {"uv": [8.5, 2.125, 8.875, 2.25], "texture": "#0"}, + "south": {"uv": [8.5, 5.75, 8.875, 5.875], "texture": "#0"}, + "west": {"uv": [8.5, 5.875, 8.875, 6], "texture": "#0"}, + "up": {"uv": [3.625, 6.875, 3.25, 6.5], "texture": "#0"}, + "down": {"uv": [4, 6.5, 3.625, 6.875], "texture": "#0"} + } + }, + { + "from": [6, -16, 7], + "to": [9, -15, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -17, 8]}, + "faces": { + "north": {"uv": [8.5, 6, 8.875, 6.125], "texture": "#0"}, + "east": {"uv": [8.5, 6.125, 8.875, 6.25], "texture": "#0"}, + "south": {"uv": [8.5, 6.25, 8.875, 6.375], "texture": "#0"}, + "west": {"uv": [8.5, 6.375, 8.875, 6.5], "texture": "#0"}, + "up": {"uv": [6.875, 4.625, 6.5, 4.25], "texture": "#0"}, + "down": {"uv": [6.875, 4.625, 6.5, 5], "texture": "#0"} + } + }, + { + "from": [5, -15, 6], + "to": [10, -14, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -16, 8]}, + "faces": { + "north": {"uv": [5.5, 0.375, 6.125, 0.5], "texture": "#0"}, + "east": {"uv": [7.75, 0.625, 8.375, 0.75], "texture": "#0"}, + "south": {"uv": [7.75, 3.25, 8.375, 3.375], "texture": "#0"}, + "west": {"uv": [7.75, 4.75, 8.375, 4.875], "texture": "#0"}, + "up": {"uv": [3.5, 5.875, 2.875, 5.25], "texture": "#0"}, + "down": {"uv": [4.125, 5.25, 3.5, 5.875], "texture": "#0"} + } + }, + { + "from": [5, -13, 6], + "to": [10, -12, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -14, 8]}, + "faces": { + "north": {"uv": [7.75, 4.875, 8.375, 5], "texture": "#0"}, + "east": {"uv": [7.75, 6.625, 8.375, 6.75], "texture": "#0"}, + "south": {"uv": [7.75, 6.75, 8.375, 6.875], "texture": "#0"}, + "west": {"uv": [7.75, 6.875, 8.375, 7], "texture": "#0"}, + "up": {"uv": [4.75, 5.875, 4.125, 5.25], "texture": "#0"}, + "down": {"uv": [6, 5.125, 5.375, 5.75], "texture": "#0"} + } + }, + { + "from": [5, -6, 6], + "to": [10, -5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -6, 8]}, + "faces": { + "north": {"uv": [7.75, 7, 8.375, 7.125], "texture": "#0"}, + "east": {"uv": [7.75, 7.125, 8.375, 7.25], "texture": "#0"}, + "south": {"uv": [7.75, 7.25, 8.375, 7.375], "texture": "#0"}, + "west": {"uv": [7.75, 7.375, 8.375, 7.5], "texture": "#0"}, + "up": {"uv": [1.75, 6.125, 1.125, 5.5], "texture": "#0"}, + "down": {"uv": [6.125, 1.875, 5.5, 2.5], "texture": "#0"} + } + }, + { + "from": [5, -8, 5], + "to": [6, -5, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -6, 3]}, + "faces": { + "north": {"uv": [8.5, 6.5, 8.625, 6.875], "texture": "#0"}, + "east": {"uv": [8.5, 6.875, 8.625, 7.25], "texture": "#0"}, + "south": {"uv": [8.5, 7.25, 8.625, 7.625], "texture": "#0"}, + "west": {"uv": [7.375, 8.5, 7.5, 8.875], "texture": "#0"}, + "up": {"uv": [4.875, 10.125, 4.75, 10], "texture": "#0"}, + "down": {"uv": [10.125, 4.75, 10, 4.875], "texture": "#0"} + } + }, + { + "from": [9, -8, 5], + "to": [10, -5, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [11, -6, 3]}, + "faces": { + "north": {"uv": [7.5, 8.5, 7.625, 8.875], "texture": "#0"}, + "east": {"uv": [8.5, 8, 8.625, 8.375], "texture": "#0"}, + "south": {"uv": [8.5, 8.375, 8.625, 8.75], "texture": "#0"}, + "west": {"uv": [8.625, 0, 8.75, 0.375], "texture": "#0"}, + "up": {"uv": [5, 10.125, 4.875, 10], "texture": "#0"}, + "down": {"uv": [10.125, 4.875, 10, 5], "texture": "#0"} + } + }, + { + "from": [5, -8, 11], + "to": [6, -5, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -6, 9]}, + "faces": { + "north": {"uv": [8.625, 0.375, 8.75, 0.75], "texture": "#0"}, + "east": {"uv": [8.625, 0.75, 8.75, 1.125], "texture": "#0"}, + "south": {"uv": [0.875, 8.625, 1, 9], "texture": "#0"}, + "west": {"uv": [1, 8.625, 1.125, 9], "texture": "#0"}, + "up": {"uv": [5.125, 10.125, 5, 10], "texture": "#0"}, + "down": {"uv": [10.125, 5, 10, 5.125], "texture": "#0"} + } + }, + { + "from": [9, -8, 11], + "to": [10, -5, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [11, -6, 9]}, + "faces": { + "north": {"uv": [1.125, 8.625, 1.25, 9], "texture": "#0"}, + "east": {"uv": [1.25, 8.625, 1.375, 9], "texture": "#0"}, + "south": {"uv": [8.625, 1.5, 8.75, 1.875], "texture": "#0"}, + "west": {"uv": [8.625, 2.25, 8.75, 2.625], "texture": "#0"}, + "up": {"uv": [5.25, 10.125, 5.125, 10], "texture": "#0"}, + "down": {"uv": [10.125, 5.125, 10, 5.25], "texture": "#0"} + } + }, + { + "from": [5, -5, 3], + "to": [10, -4, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -5, 8]}, + "faces": { + "north": {"uv": [7.75, 7.5, 8.375, 7.625], "texture": "#0"}, + "east": {"uv": [6, 1.375, 7.375, 1.5], "texture": "#0"}, + "south": {"uv": [7.75, 7.625, 8.375, 7.75], "texture": "#0"}, + "west": {"uv": [6.125, 2.875, 7.5, 3], "texture": "#0"}, + "up": {"uv": [0.625, 4.125, 0, 2.75], "texture": "#0"}, + "down": {"uv": [1.25, 2.75, 0.625, 4.125], "texture": "#0"} + } + }, + { + "from": [6, -5, 2], + "to": [9, -4, 3], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -5, -3]}, + "faces": { + "north": {"uv": [8.625, 1.125, 9, 1.25], "texture": "#0"}, + "east": {"uv": [5.25, 10, 5.375, 10.125], "texture": "#0"}, + "south": {"uv": [8.625, 1.25, 9, 1.375], "texture": "#0"}, + "west": {"uv": [10, 5.25, 10.125, 5.375], "texture": "#0"}, + "up": {"uv": [9, 2, 8.625, 1.875], "texture": "#0"}, + "down": {"uv": [9, 2, 8.625, 2.125], "texture": "#0"} + } + }, + { + "from": [7, -6, 2], + "to": [8, -5, 3], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -6, -3]}, + "faces": { + "north": {"uv": [5.375, 10, 5.5, 10.125], "texture": "#0"}, + "east": {"uv": [10, 5.375, 10.125, 5.5], "texture": "#0"}, + "south": {"uv": [5.5, 10, 5.625, 10.125], "texture": "#0"}, + "west": {"uv": [10, 5.5, 10.125, 5.625], "texture": "#0"}, + "up": {"uv": [5.75, 10.125, 5.625, 10], "texture": "#0"}, + "down": {"uv": [10.125, 5.625, 10, 5.75], "texture": "#0"} + } + }, + { + "from": [7, -5, 1], + "to": [8, -4, 2], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -5, -4]}, + "faces": { + "north": {"uv": [5.75, 10, 5.875, 10.125], "texture": "#0"}, + "east": {"uv": [10, 5.75, 10.125, 5.875], "texture": "#0"}, + "south": {"uv": [5.875, 10, 6, 10.125], "texture": "#0"}, + "west": {"uv": [10, 5.875, 10.125, 6], "texture": "#0"}, + "up": {"uv": [6.125, 10.125, 6, 10], "texture": "#0"}, + "down": {"uv": [10.125, 6, 10, 6.125], "texture": "#0"} + } + }, + { + "from": [7, -5, 16], + "to": [8, -4, 17], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -5, 11]}, + "faces": { + "north": {"uv": [6.125, 10, 6.25, 10.125], "texture": "#0"}, + "east": {"uv": [10, 6.125, 10.125, 6.25], "texture": "#0"}, + "south": {"uv": [6.25, 10, 6.375, 10.125], "texture": "#0"}, + "west": {"uv": [10, 6.25, 10.125, 6.375], "texture": "#0"}, + "up": {"uv": [6.5, 10.125, 6.375, 10], "texture": "#0"}, + "down": {"uv": [10.125, 6.375, 10, 6.5], "texture": "#0"} + } + }, + { + "from": [7, -6, 14], + "to": [8, -5, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -6, 9]}, + "faces": { + "north": {"uv": [6.5, 10, 6.625, 10.125], "texture": "#0"}, + "east": {"uv": [10, 6.5, 10.125, 6.625], "texture": "#0"}, + "south": {"uv": [6.625, 10, 6.75, 10.125], "texture": "#0"}, + "west": {"uv": [10, 6.625, 10.125, 6.75], "texture": "#0"}, + "up": {"uv": [6.875, 10.125, 6.75, 10], "texture": "#0"}, + "down": {"uv": [10.125, 6.75, 10, 6.875], "texture": "#0"} + } + }, + { + "from": [7, -7, 11], + "to": [8, -6, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -7, 8]}, + "faces": { + "north": {"uv": [6.875, 10, 7, 10.125], "texture": "#0"}, + "east": {"uv": [8.625, 2.625, 9, 2.75], "texture": "#0"}, + "south": {"uv": [10, 6.875, 10.125, 7], "texture": "#0"}, + "west": {"uv": [8.625, 3.25, 9, 3.375], "texture": "#0"}, + "up": {"uv": [8.75, 3.75, 8.625, 3.375], "texture": "#0"}, + "down": {"uv": [8.75, 3.75, 8.625, 4.125], "texture": "#0"} + } + }, + { + "from": [7, -8, 11], + "to": [8, -7, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -8, 8]}, + "faces": { + "north": {"uv": [7, 10, 7.125, 10.125], "texture": "#0"}, + "east": {"uv": [3.75, 0.625, 4, 0.75], "texture": "#0"}, + "south": {"uv": [10, 7, 10.125, 7.125], "texture": "#0"}, + "west": {"uv": [6.625, 4.125, 6.875, 4.25], "texture": "#0"}, + "up": {"uv": [5.125, 3.25, 5, 3], "texture": "#0"}, + "down": {"uv": [6.5, 5.5, 6.375, 5.75], "texture": "#0"} + } + }, + { + "from": [8, -7, 11], + "to": [9, -6, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [10, -7, 8]}, + "faces": { + "north": {"uv": [7.125, 10, 7.25, 10.125], "texture": "#0"}, + "east": {"uv": [9.25, 5.25, 9.5, 5.375], "texture": "#0"}, + "south": {"uv": [10, 7.125, 10.125, 7.25], "texture": "#0"}, + "west": {"uv": [9.25, 5.375, 9.5, 5.5], "texture": "#0"}, + "up": {"uv": [6.625, 2.5, 6.5, 2.25], "texture": "#0"}, + "down": {"uv": [9.375, 6.125, 9.25, 6.375], "texture": "#0"} + } + }, + { + "from": [6, -7, 11], + "to": [7, -6, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -7, 8]}, + "faces": { + "north": {"uv": [7.25, 10, 7.375, 10.125], "texture": "#0"}, + "east": {"uv": [9.25, 6.375, 9.5, 6.5], "texture": "#0"}, + "south": {"uv": [10, 7.25, 10.125, 7.375], "texture": "#0"}, + "west": {"uv": [9.25, 6.5, 9.5, 6.625], "texture": "#0"}, + "up": {"uv": [6.75, 9.5, 6.625, 9.25], "texture": "#0"}, + "down": {"uv": [9.375, 6.625, 9.25, 6.875], "texture": "#0"} + } + }, + { + "from": [7, -8, 4], + "to": [8, -7, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -8, 1]}, + "faces": { + "north": {"uv": [7.375, 10, 7.5, 10.125], "texture": "#0"}, + "east": {"uv": [9.25, 6.875, 9.5, 7], "texture": "#0"}, + "south": {"uv": [10, 7.375, 10.125, 7.5], "texture": "#0"}, + "west": {"uv": [9.25, 7, 9.5, 7.125], "texture": "#0"}, + "up": {"uv": [6.875, 9.5, 6.75, 9.25], "texture": "#0"}, + "down": {"uv": [9.375, 7.125, 9.25, 7.375], "texture": "#0"} + } + }, + { + "from": [8, -7, 4], + "to": [9, -6, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [10, -7, 1]}, + "faces": { + "north": {"uv": [7.5, 10, 7.625, 10.125], "texture": "#0"}, + "east": {"uv": [7.375, 9.25, 7.625, 9.375], "texture": "#0"}, + "south": {"uv": [10, 7.5, 10.125, 7.625], "texture": "#0"}, + "west": {"uv": [9.25, 7.375, 9.5, 7.5], "texture": "#0"}, + "up": {"uv": [9.375, 8, 9.25, 7.75], "texture": "#0"}, + "down": {"uv": [9.375, 8, 9.25, 8.25], "texture": "#0"} + } + }, + { + "from": [6, -7, 4], + "to": [7, -6, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -7, 1]}, + "faces": { + "north": {"uv": [7.625, 10, 7.75, 10.125], "texture": "#0"}, + "east": {"uv": [9.25, 7.5, 9.5, 7.625], "texture": "#0"}, + "south": {"uv": [10, 7.625, 10.125, 7.75], "texture": "#0"}, + "west": {"uv": [9.25, 8.25, 9.5, 8.375], "texture": "#0"}, + "up": {"uv": [9.375, 8.625, 9.25, 8.375], "texture": "#0"}, + "down": {"uv": [9.375, 8.625, 9.25, 8.875], "texture": "#0"} + } + }, + { + "from": [7, -7, 3], + "to": [8, -6, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -7, 0]}, + "faces": { + "north": {"uv": [7.75, 10, 7.875, 10.125], "texture": "#0"}, + "east": {"uv": [8.625, 4.125, 9, 4.25], "texture": "#0"}, + "south": {"uv": [10, 7.75, 10.125, 7.875], "texture": "#0"}, + "west": {"uv": [8.625, 4.25, 9, 4.375], "texture": "#0"}, + "up": {"uv": [8.75, 4.75, 8.625, 4.375], "texture": "#0"}, + "down": {"uv": [8.75, 4.75, 8.625, 5.125], "texture": "#0"} + } + }, + { + "from": [6, -6, 3], + "to": [9, -5, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -6, 0]}, + "faces": { + "north": {"uv": [8.625, 5.125, 9, 5.25], "texture": "#0"}, + "east": {"uv": [8.625, 5.25, 9, 5.375], "texture": "#0"}, + "south": {"uv": [8.625, 5.375, 9, 5.5], "texture": "#0"}, + "west": {"uv": [8.625, 5.5, 9, 5.625], "texture": "#0"}, + "up": {"uv": [6.875, 5.375, 6.5, 5], "texture": "#0"}, + "down": {"uv": [6.875, 5.375, 6.5, 5.75], "texture": "#0"} + } + }, + { + "from": [6, -6, 11], + "to": [9, -5, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -6, 8]}, + "faces": { + "north": {"uv": [8.625, 5.625, 9, 5.75], "texture": "#0"}, + "east": {"uv": [8.625, 6.5, 9, 6.625], "texture": "#0"}, + "south": {"uv": [8.625, 6.625, 9, 6.75], "texture": "#0"}, + "west": {"uv": [8.625, 6.75, 9, 6.875], "texture": "#0"}, + "up": {"uv": [6.875, 6.125, 6.5, 5.75], "texture": "#0"}, + "down": {"uv": [6.875, 6.125, 6.5, 6.5], "texture": "#0"} + } + }, + { + "from": [6, -5, 14], + "to": [9, -4, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [9, -5, 11]}, + "faces": { + "north": {"uv": [8.625, 6.875, 9, 7], "texture": "#0"}, + "east": {"uv": [9.25, 8.875, 9.5, 9], "texture": "#0"}, + "south": {"uv": [8.625, 7, 9, 7.125], "texture": "#0"}, + "west": {"uv": [9.25, 9, 9.5, 9.125], "texture": "#0"}, + "up": {"uv": [7.875, 2, 7.5, 1.75], "texture": "#0"}, + "down": {"uv": [7.875, 2, 7.5, 2.25], "texture": "#0"} + } + }, + { + "from": [10, -5, 5], + "to": [11, -4, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [13, -5, 8]}, + "faces": { + "north": {"uv": [7.875, 10, 8, 10.125], "texture": "#0"}, + "east": {"uv": [4.125, 0.5, 5, 0.625], "texture": "#0"}, + "south": {"uv": [10, 7.875, 10.125, 8], "texture": "#0"}, + "west": {"uv": [4.125, 2.5, 5, 2.625], "texture": "#0"}, + "up": {"uv": [4.75, 8.25, 4.625, 7.375], "texture": "#0"}, + "down": {"uv": [5, 7.375, 4.875, 8.25], "texture": "#0"} + } + }, + { + "from": [4, -5, 5], + "to": [5, -4, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -5, 8]}, + "faces": { + "north": {"uv": [8, 10, 8.125, 10.125], "texture": "#0"}, + "east": {"uv": [5.125, 3.75, 6, 3.875], "texture": "#0"}, + "south": {"uv": [10, 8, 10.125, 8.125], "texture": "#0"}, + "west": {"uv": [6.625, 1.125, 7.5, 1.25], "texture": "#0"}, + "up": {"uv": [5.125, 8.25, 5, 7.375], "texture": "#0"}, + "down": {"uv": [5.25, 7.375, 5.125, 8.25], "texture": "#0"} + } + }, + { + "from": [3, -5, 7], + "to": [4, -4, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -5, 8]}, + "faces": { + "north": {"uv": [8.125, 10, 8.25, 10.125], "texture": "#0"}, + "east": {"uv": [8.625, 7.125, 9, 7.25], "texture": "#0"}, + "south": {"uv": [10, 8.125, 10.125, 8.25], "texture": "#0"}, + "west": {"uv": [8.625, 7.25, 9, 7.375], "texture": "#0"}, + "up": {"uv": [6.25, 9, 6.125, 8.625], "texture": "#0"}, + "down": {"uv": [6.375, 8.625, 6.25, 9], "texture": "#0"} + } + }, + { + "from": [3, -6, 8], + "to": [4, -5, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -6, 8]}, + "faces": { + "north": {"uv": [8.25, 10, 8.375, 10.125], "texture": "#0"}, + "east": {"uv": [10, 8.25, 10.125, 8.375], "texture": "#0"}, + "south": {"uv": [8.375, 10, 8.5, 10.125], "texture": "#0"}, + "west": {"uv": [10, 8.375, 10.125, 8.5], "texture": "#0"}, + "up": {"uv": [8.625, 10.125, 8.5, 10], "texture": "#0"}, + "down": {"uv": [10.125, 8.5, 10, 8.625], "texture": "#0"} + } + }, + { + "from": [11, -6, 8], + "to": [12, -5, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [14, -6, 8]}, + "faces": { + "north": {"uv": [8.625, 10, 8.75, 10.125], "texture": "#0"}, + "east": {"uv": [10, 8.625, 10.125, 8.75], "texture": "#0"}, + "south": {"uv": [8.75, 10, 8.875, 10.125], "texture": "#0"}, + "west": {"uv": [10, 8.75, 10.125, 8.875], "texture": "#0"}, + "up": {"uv": [9, 10.125, 8.875, 10], "texture": "#0"}, + "down": {"uv": [10.125, 8.875, 10, 9], "texture": "#0"} + } + }, + { + "from": [11, -5, 7], + "to": [12, -4, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [14, -5, 8]}, + "faces": { + "north": {"uv": [9, 10, 9.125, 10.125], "texture": "#0"}, + "east": {"uv": [8.625, 7.375, 9, 7.5], "texture": "#0"}, + "south": {"uv": [10, 9, 10.125, 9.125], "texture": "#0"}, + "west": {"uv": [8.625, 7.5, 9, 7.625], "texture": "#0"}, + "up": {"uv": [7.75, 9, 7.625, 8.625], "texture": "#0"}, + "down": {"uv": [8.75, 8, 8.625, 8.375], "texture": "#0"} + } + }, + { + "from": [10, -6, 7], + "to": [11, -5, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [13, -6, 8]}, + "faces": { + "north": {"uv": [9.125, 10, 9.25, 10.125], "texture": "#0"}, + "east": {"uv": [8.625, 8.375, 9, 8.5], "texture": "#0"}, + "south": {"uv": [10, 9.125, 10.125, 9.25], "texture": "#0"}, + "west": {"uv": [8.625, 8.5, 9, 8.625], "texture": "#0"}, + "up": {"uv": [8.375, 9, 8.25, 8.625], "texture": "#0"}, + "down": {"uv": [8.75, 8.625, 8.625, 9], "texture": "#0"} + } + }, + { + "from": [4, -6, 7], + "to": [5, -5, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -6, 8]}, + "faces": { + "north": {"uv": [9.25, 10, 9.375, 10.125], "texture": "#0"}, + "east": {"uv": [8.75, 0, 9.125, 0.125], "texture": "#0"}, + "south": {"uv": [10, 9.25, 10.125, 9.375], "texture": "#0"}, + "west": {"uv": [8.75, 0.125, 9.125, 0.25], "texture": "#0"}, + "up": {"uv": [8.875, 0.625, 8.75, 0.25], "texture": "#0"}, + "down": {"uv": [8.875, 0.625, 8.75, 1], "texture": "#0"} + } + }, + { + "from": [6, 10, 1], + "to": [7, 15, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 9, 10]}, + "faces": { + "north": {"uv": [7.75, 7.75, 7.875, 8.375], "texture": "#0"}, + "east": {"uv": [2.625, 3.375, 3.875, 4], "texture": "#0"}, + "south": {"uv": [7.875, 0, 8, 0.625], "texture": "#0"}, + "west": {"uv": [3.75, 2.625, 5, 3.25], "texture": "#0"}, + "up": {"uv": [1.125, 7.625, 1, 6.375], "texture": "#0"}, + "down": {"uv": [6.5, 3, 6.375, 4.25], "texture": "#0"} + } + }, + { + "from": [6, -4, 3], + "to": [7, 1, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [5, -4, 11]}, + "faces": { + "north": {"uv": [7.875, 0.75, 8, 1.375], "texture": "#0"}, + "east": {"uv": [0, 0, 1.5, 0.625], "texture": "#0"}, + "south": {"uv": [1.5, 7.875, 1.625, 8.5], "texture": "#0"}, + "west": {"uv": [0, 0.625, 1.5, 1.25], "texture": "#0"}, + "up": {"uv": [4.625, 7.375, 4.5, 5.875], "texture": "#0"}, + "down": {"uv": [4.75, 5.875, 4.625, 7.375], "texture": "#0"} + } + }, + { + "from": [6, 1, 3], + "to": [7, 6, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 1, 11]}, + "faces": { + "north": {"uv": [1.625, 7.875, 1.75, 8.5], "texture": "#0"}, + "east": {"uv": [2.5, 1.375, 3.875, 2], "texture": "#0"}, + "south": {"uv": [1.75, 7.875, 1.875, 8.5], "texture": "#0"}, + "west": {"uv": [2.75, 0, 4.125, 0.625], "texture": "#0"}, + "up": {"uv": [0.5, 7.625, 0.375, 6.25], "texture": "#0"}, + "down": {"uv": [0.625, 6.25, 0.5, 7.625], "texture": "#0"} + } + }, + { + "from": [6, 6, 2], + "to": [7, 10, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 5, 11]}, + "faces": { + "north": {"uv": [2.375, 0.75, 2.5, 1.25], "texture": "#0"}, + "east": {"uv": [4.125, 0, 5.5, 0.5], "texture": "#0"}, + "south": {"uv": [1.125, 4.125, 1.25, 4.625], "texture": "#0"}, + "west": {"uv": [4.125, 2, 5.5, 2.5], "texture": "#0"}, + "up": {"uv": [1.875, 7.625, 1.75, 6.25], "texture": "#0"}, + "down": {"uv": [2, 6.25, 1.875, 7.625], "texture": "#0"} + } + }, + { + "from": [6, 15, -1], + "to": [7, 21, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 14, 10]}, + "faces": { + "north": {"uv": [6.25, 3, 6.375, 3.75], "texture": "#0"}, + "east": {"uv": [0, 1.25, 1.25, 2], "texture": "#0"}, + "south": {"uv": [6.25, 4.375, 6.375, 5.125], "texture": "#0"}, + "west": {"uv": [1.25, 1.25, 2.5, 2], "texture": "#0"}, + "up": {"uv": [6.5, 5.5, 6.375, 4.25], "texture": "#0"}, + "down": {"uv": [4.875, 6.375, 4.75, 7.625], "texture": "#0"} + } + }, + { + "from": [6, 21, -2], + "to": [7, 25, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 17, 10]}, + "faces": { + "north": {"uv": [8.375, 0.625, 8.5, 1.125], "texture": "#0"}, + "east": {"uv": [0, 4.125, 1.125, 4.625], "texture": "#0"}, + "south": {"uv": [0.75, 8.375, 0.875, 8.875], "texture": "#0"}, + "west": {"uv": [4.75, 4.625, 5.875, 5.125], "texture": "#0"}, + "up": {"uv": [4.125, 7.625, 4, 6.5], "texture": "#0"}, + "down": {"uv": [6.625, 6.5, 6.5, 7.625], "texture": "#0"} + } + }, + { + "from": [6, 25, -5], + "to": [7, 28, 4], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 21, 7]}, + "faces": { + "north": {"uv": [8.75, 1.5, 8.875, 1.875], "texture": "#0"}, + "east": {"uv": [1.125, 5.125, 2.25, 5.5], "texture": "#0"}, + "south": {"uv": [8.75, 2.25, 8.875, 2.625], "texture": "#0"}, + "west": {"uv": [5.125, 1.5, 6.25, 1.875], "texture": "#0"}, + "up": {"uv": [6.75, 1.125, 6.625, 0], "texture": "#0"}, + "down": {"uv": [6.75, 3, 6.625, 4.125], "texture": "#0"} + } + }, + { + "from": [6, 28, -6], + "to": [7, 29, 2], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 22, 6]}, + "faces": { + "north": {"uv": [9.375, 10, 9.5, 10.125], "texture": "#0"}, + "east": {"uv": [2.75, 0.625, 3.75, 0.75], "texture": "#0"}, + "south": {"uv": [10, 9.375, 10.125, 9.5], "texture": "#0"}, + "west": {"uv": [4.875, 4.375, 5.875, 4.5], "texture": "#0"}, + "up": {"uv": [3.5, 8.25, 3.375, 7.25], "texture": "#0"}, + "down": {"uv": [3.625, 7.25, 3.5, 8.25], "texture": "#0"} + } + }, + { + "from": [6, 29, -8], + "to": [7, 30, -1], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 23, 6]}, + "faces": { + "north": {"uv": [9.5, 10, 9.625, 10.125], "texture": "#0"}, + "east": {"uv": [6.625, 2.625, 7.5, 2.75], "texture": "#0"}, + "south": {"uv": [10, 9.5, 10.125, 9.625], "texture": "#0"}, + "west": {"uv": [6.625, 2.75, 7.5, 2.875], "texture": "#0"}, + "up": {"uv": [7.5, 6.125, 7.375, 5.25], "texture": "#0"}, + "down": {"uv": [7.5, 6.125, 7.375, 7], "texture": "#0"} + } + }, + { + "from": [6, 30, -10], + "to": [7, 31, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 24, 6]}, + "faces": { + "north": {"uv": [9.625, 10, 9.75, 10.125], "texture": "#0"}, + "east": {"uv": [7.875, 1.375, 8.5, 1.5], "texture": "#0"}, + "south": {"uv": [10, 9.625, 10.125, 9.75], "texture": "#0"}, + "west": {"uv": [7.875, 1.75, 8.5, 1.875], "texture": "#0"}, + "up": {"uv": [2, 8.5, 1.875, 7.875], "texture": "#0"}, + "down": {"uv": [2.125, 7.875, 2, 8.5], "texture": "#0"} + } + }, + { + "from": [7, 10, 0], + "to": [8, 16, 3], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 9, 10]}, + "faces": { + "north": {"uv": [7.625, 0, 7.75, 0.75], "texture": "#0"}, + "east": {"uv": [4.125, 5.875, 4.5, 6.625], "texture": "#0"}, + "south": {"uv": [0.375, 7.625, 0.5, 8.375], "texture": "#0"}, + "west": {"uv": [5.875, 4.375, 6.25, 5.125], "texture": "#0"}, + "up": {"uv": [8.875, 3.75, 8.75, 3.375], "texture": "#0"}, + "down": {"uv": [8.875, 3.75, 8.75, 4.125], "texture": "#0"} + } + }, + { + "from": [7, -4, 2], + "to": [8, 1, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -4, 11]}, + "faces": { + "north": {"uv": [2.125, 7.875, 2.25, 8.5], "texture": "#0"}, + "east": {"uv": [0, 5.625, 0.625, 6.25], "texture": "#0"}, + "south": {"uv": [2.25, 7.875, 2.375, 8.5], "texture": "#0"}, + "west": {"uv": [4.75, 5.75, 5.375, 6.375], "texture": "#0"}, + "up": {"uv": [2.5, 8.5, 2.375, 7.875], "texture": "#0"}, + "down": {"uv": [2.625, 7.875, 2.5, 8.5], "texture": "#0"} + } + }, + { + "from": [7, -3, 0], + "to": [8, 0, 2], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -4, 6]}, + "faces": { + "north": {"uv": [8.75, 4.375, 8.875, 4.75], "texture": "#0"}, + "east": {"uv": [7.625, 0.75, 7.875, 1.125], "texture": "#0"}, + "south": {"uv": [8.75, 4.75, 8.875, 5.125], "texture": "#0"}, + "west": {"uv": [7.625, 1.125, 7.875, 1.5], "texture": "#0"}, + "up": {"uv": [9.375, 9.375, 9.25, 9.125], "texture": "#0"}, + "down": {"uv": [0.125, 9.375, 0, 9.625], "texture": "#0"} + } + }, + { + "from": [8, -2, 1], + "to": [9, 0, 3], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -4, 7]}, + "faces": { + "north": {"uv": [0.125, 9.375, 0.25, 9.625], "texture": "#0"}, + "east": {"uv": [0.875, 8.375, 1.125, 8.625], "texture": "#0"}, + "south": {"uv": [0.25, 9.375, 0.375, 9.625], "texture": "#0"}, + "west": {"uv": [1.125, 8.375, 1.375, 8.625], "texture": "#0"}, + "up": {"uv": [9.5, 0.5, 9.375, 0.25], "texture": "#0"}, + "down": {"uv": [9.5, 0.5, 9.375, 0.75], "texture": "#0"} + } + }, + { + "from": [6, -2, 1], + "to": [7, 0, 3], + "rotation": {"angle": 0, "axis": "y", "origin": [5, -4, 7]}, + "faces": { + "north": {"uv": [9.375, 0.75, 9.5, 1], "texture": "#0"}, + "east": {"uv": [8.375, 1.125, 8.625, 1.375], "texture": "#0"}, + "south": {"uv": [0.875, 9.375, 1, 9.625], "texture": "#0"}, + "west": {"uv": [8.375, 2.25, 8.625, 2.5], "texture": "#0"}, + "up": {"uv": [1.125, 9.625, 1, 9.375], "texture": "#0"}, + "down": {"uv": [9.5, 1, 9.375, 1.25], "texture": "#0"} + } + }, + { + "from": [7, -2, -3], + "to": [8, 0, 0], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -4, 4]}, + "faces": { + "north": {"uv": [1.125, 9.375, 1.25, 9.625], "texture": "#0"}, + "east": {"uv": [1.5, 7.625, 1.875, 7.875], "texture": "#0"}, + "south": {"uv": [1.25, 9.375, 1.375, 9.625], "texture": "#0"}, + "west": {"uv": [7.625, 1.5, 8, 1.75], "texture": "#0"}, + "up": {"uv": [5.375, 9.125, 5.25, 8.75], "texture": "#0"}, + "down": {"uv": [6.125, 8.75, 6, 9.125], "texture": "#0"} + } + }, + { + "from": [7, -1, -4], + "to": [8, 0, -3], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -4, 2]}, + "faces": { + "north": {"uv": [9.75, 10, 9.875, 10.125], "texture": "#0"}, + "east": {"uv": [10, 9.75, 10.125, 9.875], "texture": "#0"}, + "south": {"uv": [9.875, 10, 10, 10.125], "texture": "#0"}, + "west": {"uv": [10, 9.875, 10.125, 10], "texture": "#0"}, + "up": {"uv": [10.125, 10.125, 10, 10], "texture": "#0"}, + "down": {"uv": [0.125, 10.125, 0, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 0, -4], + "to": [8, 1, -2], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -3, 2]}, + "faces": { + "north": {"uv": [10.125, 0, 10.25, 0.125], "texture": "#0"}, + "east": {"uv": [9.375, 1.25, 9.625, 1.375], "texture": "#0"}, + "south": {"uv": [0.125, 10.125, 0.25, 10.25], "texture": "#0"}, + "west": {"uv": [9.375, 1.5, 9.625, 1.625], "texture": "#0"}, + "up": {"uv": [9.5, 1.875, 9.375, 1.625], "texture": "#0"}, + "down": {"uv": [9.5, 1.875, 9.375, 2.125], "texture": "#0"} + } + }, + { + "from": [7, 0, 0], + "to": [8, 1, 2], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -3, 6]}, + "faces": { + "north": {"uv": [10.125, 0.125, 10.25, 0.25], "texture": "#0"}, + "east": {"uv": [2.125, 9.375, 2.375, 9.5], "texture": "#0"}, + "south": {"uv": [0.25, 10.125, 0.375, 10.25], "texture": "#0"}, + "west": {"uv": [9.375, 2.25, 9.625, 2.375], "texture": "#0"}, + "up": {"uv": [2.5, 9.625, 2.375, 9.375], "texture": "#0"}, + "down": {"uv": [9.5, 2.625, 9.375, 2.875], "texture": "#0"} + } + }, + { + "from": [7, 1, -3], + "to": [8, 2, -2], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -2, 2]}, + "faces": { + "north": {"uv": [10.125, 0.25, 10.25, 0.375], "texture": "#0"}, + "east": {"uv": [0.375, 10.125, 0.5, 10.25], "texture": "#0"}, + "south": {"uv": [10.125, 0.375, 10.25, 0.5], "texture": "#0"}, + "west": {"uv": [0.5, 10.125, 0.625, 10.25], "texture": "#0"}, + "up": {"uv": [10.25, 0.625, 10.125, 0.5], "texture": "#0"}, + "down": {"uv": [0.75, 10.125, 0.625, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 1, 2], + "to": [8, 7, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 1, 11]}, + "faces": { + "north": {"uv": [0.5, 7.625, 0.625, 8.375], "texture": "#0"}, + "east": {"uv": [1.75, 5.5, 2.25, 6.25], "texture": "#0"}, + "south": {"uv": [1, 7.625, 1.125, 8.375], "texture": "#0"}, + "west": {"uv": [0.625, 5.625, 1.125, 6.375], "texture": "#0"}, + "up": {"uv": [1.5, 8.875, 1.375, 8.375], "texture": "#0"}, + "down": {"uv": [2.75, 8.375, 2.625, 8.875], "texture": "#0"} + } + }, + { + "from": [7, 6, 1], + "to": [8, 11, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 5, 11]}, + "faces": { + "north": {"uv": [7.875, 2.625, 8, 3.25], "texture": "#0"}, + "east": {"uv": [3.125, 5.875, 3.625, 6.5], "texture": "#0"}, + "south": {"uv": [7.875, 3.5, 8, 4.125], "texture": "#0"}, + "west": {"uv": [3.625, 5.875, 4.125, 6.5], "texture": "#0"}, + "up": {"uv": [2.875, 8.875, 2.75, 8.375], "texture": "#0"}, + "down": {"uv": [3, 8.375, 2.875, 8.875], "texture": "#0"} + } + }, + { + "from": [7, 15, -2], + "to": [8, 22, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 14, 10]}, + "faces": { + "north": {"uv": [7.375, 7, 7.5, 7.875], "texture": "#0"}, + "east": {"uv": [5.375, 5.75, 5.75, 6.625], "texture": "#0"}, + "south": {"uv": [7.5, 0, 7.625, 0.875], "texture": "#0"}, + "west": {"uv": [5.75, 5.75, 6.125, 6.625], "texture": "#0"}, + "up": {"uv": [6.5, 9.125, 6.375, 8.75], "texture": "#0"}, + "down": {"uv": [6.625, 8.75, 6.5, 9.125], "texture": "#0"} + } + }, + { + "from": [7, 21, -3], + "to": [8, 26, -1], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, 10]}, + "faces": { + "north": {"uv": [7.875, 4.125, 8, 4.75], "texture": "#0"}, + "east": {"uv": [4.875, 6.375, 5.125, 7], "texture": "#0"}, + "south": {"uv": [7.875, 5, 8, 5.625], "texture": "#0"}, + "west": {"uv": [5.125, 6.375, 5.375, 7], "texture": "#0"}, + "up": {"uv": [9.5, 3.125, 9.375, 2.875], "texture": "#0"}, + "down": {"uv": [3.375, 9.375, 3.25, 9.625], "texture": "#0"} + } + }, + { + "from": [7, 24, -4], + "to": [8, 26, -3], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, 8]}, + "faces": { + "north": {"uv": [9.375, 3.25, 9.5, 3.5], "texture": "#0"}, + "east": {"uv": [3.375, 9.375, 3.5, 9.625], "texture": "#0"}, + "south": {"uv": [3.5, 9.375, 3.625, 9.625], "texture": "#0"}, + "west": {"uv": [9.375, 3.5, 9.5, 3.75], "texture": "#0"}, + "up": {"uv": [10.25, 0.75, 10.125, 0.625], "texture": "#0"}, + "down": {"uv": [0.875, 10.125, 0.75, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 28, -8], + "to": [8, 29, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 20, 4]}, + "faces": { + "north": {"uv": [10.125, 0.75, 10.25, 0.875], "texture": "#0"}, + "east": {"uv": [0.875, 10.125, 1, 10.25], "texture": "#0"}, + "south": {"uv": [10.125, 0.875, 10.25, 1], "texture": "#0"}, + "west": {"uv": [1, 10.125, 1.125, 10.25], "texture": "#0"}, + "up": {"uv": [10.25, 1.125, 10.125, 1], "texture": "#0"}, + "down": {"uv": [1.25, 10.125, 1.125, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 25, -6], + "to": [8, 29, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 21, 7]}, + "faces": { + "north": {"uv": [3, 8.375, 3.125, 8.875], "texture": "#0"}, + "east": {"uv": [3.625, 7.25, 3.875, 7.75], "texture": "#0"}, + "south": {"uv": [3.125, 8.375, 3.25, 8.875], "texture": "#0"}, + "west": {"uv": [7.25, 3.75, 7.5, 4.25], "texture": "#0"}, + "up": {"uv": [3.875, 9.625, 3.75, 9.375], "texture": "#0"}, + "down": {"uv": [9.5, 3.75, 9.375, 4], "texture": "#0"} + } + }, + { + "from": [7, 28, -7], + "to": [8, 30, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 22, 6]}, + "faces": { + "north": {"uv": [3.875, 9.375, 4, 9.625], "texture": "#0"}, + "east": {"uv": [4, 9.375, 4.125, 9.625], "texture": "#0"}, + "south": {"uv": [9.375, 4, 9.5, 4.25], "texture": "#0"}, + "west": {"uv": [4.5, 9.375, 4.625, 9.625], "texture": "#0"}, + "up": {"uv": [10.25, 1.25, 10.125, 1.125], "texture": "#0"}, + "down": {"uv": [1.375, 10.125, 1.25, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 29, -10], + "to": [8, 31, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 23, 6]}, + "faces": { + "north": {"uv": [4.625, 9.375, 4.75, 9.625], "texture": "#0"}, + "east": {"uv": [1.875, 7.625, 2.25, 7.875], "texture": "#0"}, + "south": {"uv": [4.75, 9.375, 4.875, 9.625], "texture": "#0"}, + "west": {"uv": [2.25, 7.625, 2.625, 7.875], "texture": "#0"}, + "up": {"uv": [7.375, 9.125, 7.25, 8.75], "texture": "#0"}, + "down": {"uv": [7.875, 8.75, 7.75, 9.125], "texture": "#0"} + } + }, + { + "from": [7, 30, -12], + "to": [8, 32, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 24, 6]}, + "faces": { + "north": {"uv": [9.375, 4.875, 9.5, 5.125], "texture": "#0"}, + "east": {"uv": [8.375, 2.5, 8.625, 2.75], "texture": "#0"}, + "south": {"uv": [9.375, 5.5, 9.5, 5.75], "texture": "#0"}, + "west": {"uv": [8.375, 3.25, 8.625, 3.5], "texture": "#0"}, + "up": {"uv": [9.5, 6, 9.375, 5.75], "texture": "#0"}, + "down": {"uv": [9.5, 6, 9.375, 6.25], "texture": "#0"} + } + }, + { + "from": [7, 30, -14], + "to": [8, 31, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 24, 0]}, + "faces": { + "north": {"uv": [10.125, 1.25, 10.25, 1.375], "texture": "#0"}, + "east": {"uv": [9.375, 2.375, 9.625, 2.5], "texture": "#0"}, + "south": {"uv": [1.375, 10.125, 1.5, 10.25], "texture": "#0"}, + "west": {"uv": [9.375, 4.25, 9.625, 4.375], "texture": "#0"}, + "up": {"uv": [6.25, 9.625, 6.125, 9.375], "texture": "#0"}, + "down": {"uv": [6.375, 9.375, 6.25, 9.625], "texture": "#0"} + } + }, + { + "from": [7, 11, 4], + "to": [8, 16, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 9, 10]}, + "faces": { + "north": {"uv": [7.375, 7.875, 7.5, 8.5], "texture": "#0"}, + "east": {"uv": [2.75, 4.625, 3.75, 5.25], "texture": "#0"}, + "south": {"uv": [7.5, 7.875, 7.625, 8.5], "texture": "#0"}, + "west": {"uv": [3.75, 4.625, 4.75, 5.25], "texture": "#0"}, + "up": {"uv": [4, 8.25, 3.875, 7.25], "texture": "#0"}, + "down": {"uv": [7.375, 4.25, 7.25, 5.25], "texture": "#0"} + } + }, + { + "from": [7, -4, 6], + "to": [8, 2, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -4, 11]}, + "faces": { + "north": {"uv": [2.625, 7.625, 2.75, 8.375], "texture": "#0"}, + "east": {"uv": [1.5, 0, 2.75, 0.75], "texture": "#0"}, + "south": {"uv": [7.625, 2.625, 7.75, 3.375], "texture": "#0"}, + "west": {"uv": [0, 2, 1.25, 2.75], "texture": "#0"}, + "up": {"uv": [6.25, 7.625, 6.125, 6.375], "texture": "#0"}, + "down": {"uv": [6.375, 6.375, 6.25, 7.625], "texture": "#0"} + } + }, + { + "from": [7, 2, 6], + "to": [8, 7, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 1, 11]}, + "faces": { + "north": {"uv": [7.875, 7.75, 8, 8.375], "texture": "#0"}, + "east": {"uv": [1.25, 4, 2.375, 4.625], "texture": "#0"}, + "south": {"uv": [8, 0, 8.125, 0.625], "texture": "#0"}, + "west": {"uv": [2.375, 4, 3.5, 4.625], "texture": "#0"}, + "up": {"uv": [4.25, 7.75, 4.125, 6.625], "texture": "#0"}, + "down": {"uv": [4.375, 6.625, 4.25, 7.75], "texture": "#0"} + } + }, + { + "from": [7, 7, 5], + "to": [8, 11, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 5, 11]}, + "faces": { + "north": {"uv": [3.25, 8.375, 3.375, 8.875], "texture": "#0"}, + "east": {"uv": [4.875, 3.875, 6, 4.375], "texture": "#0"}, + "south": {"uv": [8.375, 3.5, 8.5, 4], "texture": "#0"}, + "west": {"uv": [5, 0.5, 6.125, 1], "texture": "#0"}, + "up": {"uv": [4.5, 7.75, 4.375, 6.625], "texture": "#0"}, + "down": {"uv": [5.5, 6.625, 5.375, 7.75], "texture": "#0"} + } + }, + { + "from": [7, 16, 2], + "to": [8, 22, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 14, 10]}, + "faces": { + "north": {"uv": [2.75, 7.625, 2.875, 8.375], "texture": "#0"}, + "east": {"uv": [3.875, 3.875, 4.875, 4.625], "texture": "#0"}, + "south": {"uv": [2.875, 7.625, 3, 8.375], "texture": "#0"}, + "west": {"uv": [4, 0.625, 5, 1.375], "texture": "#0"}, + "up": {"uv": [7.375, 6.25, 7.25, 5.25], "texture": "#0"}, + "down": {"uv": [6.75, 7.25, 6.625, 8.25], "texture": "#0"} + } + }, + { + "from": [7, 22, 1], + "to": [8, 26, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, 10]}, + "faces": { + "north": {"uv": [3.625, 8.375, 3.75, 8.875], "texture": "#0"}, + "east": {"uv": [1.5, 0.75, 2.375, 1.25], "texture": "#0"}, + "south": {"uv": [3.75, 8.375, 3.875, 8.875], "texture": "#0"}, + "west": {"uv": [5.125, 1, 6, 1.5], "texture": "#0"}, + "up": {"uv": [7.625, 1.75, 7.5, 0.875], "texture": "#0"}, + "down": {"uv": [1.25, 7.5, 1.125, 8.375], "texture": "#0"} + } + }, + { + "from": [7, 26, -2], + "to": [8, 29, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 21, 7]}, + "faces": { + "north": {"uv": [7.875, 8.75, 8, 9.125], "texture": "#0"}, + "east": {"uv": [5.5, 0, 6.375, 0.375], "texture": "#0"}, + "south": {"uv": [8, 8.75, 8.125, 9.125], "texture": "#0"}, + "west": {"uv": [2.25, 5.875, 3.125, 6.25], "texture": "#0"}, + "up": {"uv": [1.375, 8.375, 1.25, 7.5], "texture": "#0"}, + "down": {"uv": [1.5, 7.5, 1.375, 8.375], "texture": "#0"} + } + }, + { + "from": [7, 29, -2], + "to": [8, 30, 3], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 22, 6]}, + "faces": { + "north": {"uv": [10.125, 1.375, 10.25, 1.5], "texture": "#0"}, + "east": {"uv": [7.875, 1.875, 8.5, 2], "texture": "#0"}, + "south": {"uv": [1.5, 10.125, 1.625, 10.25], "texture": "#0"}, + "west": {"uv": [7.875, 2, 8.5, 2.125], "texture": "#0"}, + "up": {"uv": [8.125, 1.375, 8, 0.75], "texture": "#0"}, + "down": {"uv": [8.125, 2.625, 8, 3.25], "texture": "#0"} + } + }, + { + "from": [7, 30, -5], + "to": [8, 31, 0], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 23, 6]}, + "faces": { + "north": {"uv": [10.125, 1.5, 10.25, 1.625], "texture": "#0"}, + "east": {"uv": [7.875, 2.125, 8.5, 2.25], "texture": "#0"}, + "south": {"uv": [1.625, 10.125, 1.75, 10.25], "texture": "#0"}, + "west": {"uv": [7.875, 5.625, 8.5, 5.75], "texture": "#0"}, + "up": {"uv": [8.125, 4.125, 8, 3.5], "texture": "#0"}, + "down": {"uv": [8.125, 4.125, 8, 4.75], "texture": "#0"} + } + }, + { + "from": [7, 31, -10], + "to": [8, 32, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 24, 6]}, + "faces": { + "north": {"uv": [10.125, 1.625, 10.25, 1.75], "texture": "#0"}, + "east": {"uv": [7.5, 2.25, 8.25, 2.375], "texture": "#0"}, + "south": {"uv": [1.75, 10.125, 1.875, 10.25], "texture": "#0"}, + "west": {"uv": [7.625, 3.375, 8.375, 3.5], "texture": "#0"}, + "up": {"uv": [3.125, 8.375, 3, 7.625], "texture": "#0"}, + "down": {"uv": [7.75, 3.5, 7.625, 4.25], "texture": "#0"} + } + }, + { + "from": [8, 10, 1], + "to": [9, 15, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 9, 10]}, + "faces": { + "north": {"uv": [8, 5, 8.125, 5.625], "texture": "#0"}, + "east": {"uv": [3.875, 1.375, 5.125, 2], "texture": "#0"}, + "south": {"uv": [6.125, 8, 6.25, 8.625], "texture": "#0"}, + "west": {"uv": [3.875, 3.25, 5.125, 3.875], "texture": "#0"}, + "up": {"uv": [6.5, 7.625, 6.375, 6.375], "texture": "#0"}, + "down": {"uv": [6.625, 0, 6.5, 1.25], "texture": "#0"} + } + }, + { + "from": [8, -4, 3], + "to": [9, 1, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [7, -4, 11]}, + "faces": { + "north": {"uv": [6.25, 8, 6.375, 8.625], "texture": "#0"}, + "east": {"uv": [1.25, 2, 2.75, 2.625], "texture": "#0"}, + "south": {"uv": [7.625, 8, 7.75, 8.625], "texture": "#0"}, + "west": {"uv": [2.5, 0.75, 4, 1.375], "texture": "#0"}, + "up": {"uv": [1.625, 7.625, 1.5, 6.125], "texture": "#0"}, + "down": {"uv": [1.75, 6.125, 1.625, 7.625], "texture": "#0"} + } + }, + { + "from": [8, 1, 3], + "to": [9, 6, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 11]}, + "faces": { + "north": {"uv": [8, 7.75, 8.125, 8.375], "texture": "#0"}, + "east": {"uv": [2.75, 2, 4.125, 2.625], "texture": "#0"}, + "south": {"uv": [8.125, 0, 8.25, 0.625], "texture": "#0"}, + "west": {"uv": [1.25, 3.375, 2.625, 4], "texture": "#0"}, + "up": {"uv": [2.125, 7.625, 2, 6.25], "texture": "#0"}, + "down": {"uv": [2.25, 6.25, 2.125, 7.625], "texture": "#0"} + } + }, + { + "from": [8, 6, 2], + "to": [9, 10, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 5, 11]}, + "faces": { + "north": {"uv": [4, 8.375, 4.125, 8.875], "texture": "#0"}, + "east": {"uv": [0, 4.625, 1.375, 5.125], "texture": "#0"}, + "south": {"uv": [8.375, 4, 8.5, 4.5], "texture": "#0"}, + "west": {"uv": [1.375, 4.625, 2.75, 5.125], "texture": "#0"}, + "up": {"uv": [2.375, 7.625, 2.25, 6.25], "texture": "#0"}, + "down": {"uv": [2.5, 6.25, 2.375, 7.625], "texture": "#0"} + } + }, + { + "from": [8, 15, -1], + "to": [9, 21, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 14, 10]}, + "faces": { + "north": {"uv": [4, 7.625, 4.125, 8.375], "texture": "#0"}, + "east": {"uv": [1.25, 2.625, 2.5, 3.375], "texture": "#0"}, + "south": {"uv": [7.625, 4.25, 7.75, 5], "texture": "#0"}, + "west": {"uv": [2.5, 2.625, 3.75, 3.375], "texture": "#0"}, + "up": {"uv": [6.625, 4.25, 6.5, 3], "texture": "#0"}, + "down": {"uv": [3.25, 6.5, 3.125, 7.75], "texture": "#0"} + } + }, + { + "from": [8, 21, -2], + "to": [9, 25, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 17, 10]}, + "faces": { + "north": {"uv": [4.125, 8.375, 4.25, 8.875], "texture": "#0"}, + "east": {"uv": [5, 2.5, 6.125, 3], "texture": "#0"}, + "south": {"uv": [4.25, 8.375, 4.375, 8.875], "texture": "#0"}, + "west": {"uv": [0, 5.125, 1.125, 5.625], "texture": "#0"}, + "up": {"uv": [5.625, 7.75, 5.5, 6.625], "texture": "#0"}, + "down": {"uv": [5.75, 6.625, 5.625, 7.75], "texture": "#0"} + } + }, + { + "from": [8, 25, -5], + "to": [9, 28, 4], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 21, 7]}, + "faces": { + "north": {"uv": [8.75, 8, 8.875, 8.375], "texture": "#0"}, + "east": {"uv": [5.125, 3, 6.25, 3.375], "texture": "#0"}, + "south": {"uv": [8.125, 8.75, 8.25, 9.125], "texture": "#0"}, + "west": {"uv": [5.125, 3.375, 6.25, 3.75], "texture": "#0"}, + "up": {"uv": [5.875, 7.75, 5.75, 6.625], "texture": "#0"}, + "down": {"uv": [6, 6.625, 5.875, 7.75], "texture": "#0"} + } + }, + { + "from": [8, 28, -6], + "to": [9, 29, 2], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 22, 6]}, + "faces": { + "north": {"uv": [10.125, 1.75, 10.25, 1.875], "texture": "#0"}, + "east": {"uv": [4.875, 4.5, 5.875, 4.625], "texture": "#0"}, + "south": {"uv": [1.875, 10.125, 2, 10.25], "texture": "#0"}, + "west": {"uv": [6.5, 1.25, 7.5, 1.375], "texture": "#0"}, + "up": {"uv": [6.875, 8.25, 6.75, 7.25], "texture": "#0"}, + "down": {"uv": [7, 7.25, 6.875, 8.25], "texture": "#0"} + } + }, + { + "from": [8, 29, -8], + "to": [9, 30, -1], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 23, 6]}, + "faces": { + "north": {"uv": [10.125, 1.875, 10.25, 2], "texture": "#0"}, + "east": {"uv": [7.375, 2.375, 8.25, 2.5], "texture": "#0"}, + "south": {"uv": [2, 10.125, 2.125, 10.25], "texture": "#0"}, + "west": {"uv": [7.375, 2.5, 8.25, 2.625], "texture": "#0"}, + "up": {"uv": [7.625, 3.5, 7.5, 2.625], "texture": "#0"}, + "down": {"uv": [7.625, 3.5, 7.5, 4.375], "texture": "#0"} + } + }, + { + "from": [8, 30, -10], + "to": [9, 31, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 24, 6]}, + "faces": { + "north": {"uv": [10.125, 2, 10.25, 2.125], "texture": "#0"}, + "east": {"uv": [7.875, 5.75, 8.5, 5.875], "texture": "#0"}, + "south": {"uv": [2.125, 10.125, 2.25, 10.25], "texture": "#0"}, + "west": {"uv": [7.875, 5.875, 8.5, 6], "texture": "#0"}, + "up": {"uv": [8.25, 1.375, 8.125, 0.75], "texture": "#0"}, + "down": {"uv": [8.25, 2.625, 8.125, 3.25], "texture": "#0"} + } + }, + { + "from": [8, 28, -14], + "to": [9, 31, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 30, -16]}, + "faces": { + "north": {"uv": [8.375, 8.75, 8.5, 9.125], "texture": "#0"}, + "east": {"uv": [8.5, 8.75, 8.625, 9.125], "texture": "#0"}, + "south": {"uv": [8.75, 8.625, 8.875, 9], "texture": "#0"}, + "west": {"uv": [8.875, 0.25, 9, 0.625], "texture": "#0"}, + "up": {"uv": [10.25, 2.25, 10.125, 2.125], "texture": "#0"}, + "down": {"uv": [2.375, 10.125, 2.25, 10.25], "texture": "#0"} + } + }, + { + "from": [6, 28, -13], + "to": [9, 29, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 28, -15]}, + "faces": { + "north": {"uv": [8.75, 1, 9.125, 1.125], "texture": "#0"}, + "east": {"uv": [10.125, 2.25, 10.25, 2.375], "texture": "#0"}, + "south": {"uv": [8.75, 2.75, 9.125, 2.875], "texture": "#0"}, + "west": {"uv": [2.375, 10.125, 2.5, 10.25], "texture": "#0"}, + "up": {"uv": [9.125, 7.75, 8.75, 7.625], "texture": "#0"}, + "down": {"uv": [9.25, 0.625, 8.875, 0.75], "texture": "#0"} + } + }, + { + "from": [6, 28, -14], + "to": [7, 31, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 30, -16]}, + "faces": { + "north": {"uv": [0.75, 8.875, 0.875, 9.25], "texture": "#0"}, + "east": {"uv": [1.375, 8.875, 1.5, 9.25], "texture": "#0"}, + "south": {"uv": [8.875, 1.375, 9, 1.75], "texture": "#0"}, + "west": {"uv": [1.5, 8.875, 1.625, 9.25], "texture": "#0"}, + "up": {"uv": [10.25, 2.5, 10.125, 2.375], "texture": "#0"}, + "down": {"uv": [2.625, 10.125, 2.5, 10.25], "texture": "#0"} + } + }, + { + "from": [8, 24, -13], + "to": [9, 27, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 26, -15]}, + "faces": { + "north": {"uv": [1.625, 8.875, 1.75, 9.25], "texture": "#0"}, + "east": {"uv": [1.75, 8.875, 1.875, 9.25], "texture": "#0"}, + "south": {"uv": [1.875, 8.875, 2, 9.25], "texture": "#0"}, + "west": {"uv": [2, 8.875, 2.125, 9.25], "texture": "#0"}, + "up": {"uv": [10.25, 2.625, 10.125, 2.5], "texture": "#0"}, + "down": {"uv": [2.75, 10.125, 2.625, 10.25], "texture": "#0"} + } + }, + { + "from": [6, 24, -12], + "to": [9, 25, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 24, -14]}, + "faces": { + "north": {"uv": [8.875, 0.75, 9.25, 0.875], "texture": "#0"}, + "east": {"uv": [10.125, 2.625, 10.25, 2.75], "texture": "#0"}, + "south": {"uv": [8.875, 0.875, 9.25, 1], "texture": "#0"}, + "west": {"uv": [2.75, 10.125, 2.875, 10.25], "texture": "#0"}, + "up": {"uv": [9.25, 1.875, 8.875, 1.75], "texture": "#0"}, + "down": {"uv": [2.5, 8.875, 2.125, 9], "texture": "#0"} + } + }, + { + "from": [6, 24, -13], + "to": [7, 27, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 26, -15]}, + "faces": { + "north": {"uv": [8.875, 2.125, 9, 2.5], "texture": "#0"}, + "east": {"uv": [2.5, 8.875, 2.625, 9.25], "texture": "#0"}, + "south": {"uv": [2.625, 8.875, 2.75, 9.25], "texture": "#0"}, + "west": {"uv": [2.75, 8.875, 2.875, 9.25], "texture": "#0"}, + "up": {"uv": [10.25, 2.875, 10.125, 2.75], "texture": "#0"}, + "down": {"uv": [3, 10.125, 2.875, 10.25], "texture": "#0"} + } + }, + { + "from": [8, 20, -12], + "to": [9, 23, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 22, -14]}, + "faces": { + "north": {"uv": [2.875, 8.875, 3, 9.25], "texture": "#0"}, + "east": {"uv": [8.875, 2.875, 9, 3.25], "texture": "#0"}, + "south": {"uv": [3, 8.875, 3.125, 9.25], "texture": "#0"}, + "west": {"uv": [3.125, 8.875, 3.25, 9.25], "texture": "#0"}, + "up": {"uv": [10.25, 3, 10.125, 2.875], "texture": "#0"}, + "down": {"uv": [3.125, 10.125, 3, 10.25], "texture": "#0"} + } + }, + { + "from": [6, 20, -11], + "to": [9, 21, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 20, -13]}, + "faces": { + "north": {"uv": [8.875, 2.5, 9.25, 2.625], "texture": "#0"}, + "east": {"uv": [10.125, 3, 10.25, 3.125], "texture": "#0"}, + "south": {"uv": [3.25, 8.875, 3.625, 9], "texture": "#0"}, + "west": {"uv": [3.125, 10.125, 3.25, 10.25], "texture": "#0"}, + "up": {"uv": [9.25, 3.5, 8.875, 3.375], "texture": "#0"}, + "down": {"uv": [9.25, 3.5, 8.875, 3.625], "texture": "#0"} + } + }, + { + "from": [6, 20, -12], + "to": [7, 23, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 22, -14]}, + "faces": { + "north": {"uv": [3.625, 8.875, 3.75, 9.25], "texture": "#0"}, + "east": {"uv": [8.875, 3.625, 9, 4], "texture": "#0"}, + "south": {"uv": [3.75, 8.875, 3.875, 9.25], "texture": "#0"}, + "west": {"uv": [3.875, 8.875, 4, 9.25], "texture": "#0"}, + "up": {"uv": [10.25, 3.25, 10.125, 3.125], "texture": "#0"}, + "down": {"uv": [3.375, 10.125, 3.25, 10.25], "texture": "#0"} + } + }, + { + "from": [8, 16, -11], + "to": [9, 19, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 18, -13]}, + "faces": { + "north": {"uv": [4, 8.875, 4.125, 9.25], "texture": "#0"}, + "east": {"uv": [4.125, 8.875, 4.25, 9.25], "texture": "#0"}, + "south": {"uv": [4.25, 8.875, 4.375, 9.25], "texture": "#0"}, + "west": {"uv": [4.375, 8.875, 4.5, 9.25], "texture": "#0"}, + "up": {"uv": [10.25, 3.375, 10.125, 3.25], "texture": "#0"}, + "down": {"uv": [3.5, 10.125, 3.375, 10.25], "texture": "#0"} + } + }, + { + "from": [6, 16, -10], + "to": [9, 17, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 16, -12]}, + "faces": { + "north": {"uv": [8.875, 4, 9.25, 4.125], "texture": "#0"}, + "east": {"uv": [10.125, 3.375, 10.25, 3.5], "texture": "#0"}, + "south": {"uv": [8.875, 4.375, 9.25, 4.5], "texture": "#0"}, + "west": {"uv": [3.5, 10.125, 3.625, 10.25], "texture": "#0"}, + "up": {"uv": [4.875, 9, 4.5, 8.875], "texture": "#0"}, + "down": {"uv": [9.25, 4.5, 8.875, 4.625], "texture": "#0"} + } + }, + { + "from": [6, 16, -11], + "to": [7, 19, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 18, -13]}, + "faces": { + "north": {"uv": [8.875, 4.625, 9, 5], "texture": "#0"}, + "east": {"uv": [4.875, 8.875, 5, 9.25], "texture": "#0"}, + "south": {"uv": [5, 8.875, 5.125, 9.25], "texture": "#0"}, + "west": {"uv": [5.125, 8.875, 5.25, 9.25], "texture": "#0"}, + "up": {"uv": [10.25, 3.625, 10.125, 3.5], "texture": "#0"}, + "down": {"uv": [3.75, 10.125, 3.625, 10.25], "texture": "#0"} + } + }, + { + "from": [8, 12, -10], + "to": [9, 15, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 14, -12]}, + "faces": { + "north": {"uv": [5.375, 8.875, 5.5, 9.25], "texture": "#0"}, + "east": {"uv": [5.5, 8.875, 5.625, 9.25], "texture": "#0"}, + "south": {"uv": [5.625, 8.875, 5.75, 9.25], "texture": "#0"}, + "west": {"uv": [5.75, 8.875, 5.875, 9.25], "texture": "#0"}, + "up": {"uv": [10.25, 3.75, 10.125, 3.625], "texture": "#0"}, + "down": {"uv": [3.875, 10.125, 3.75, 10.25], "texture": "#0"} + } + }, + { + "from": [6, 12, -9], + "to": [9, 13, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 12, -11]}, + "faces": { + "north": {"uv": [8.875, 5, 9.25, 5.125], "texture": "#0"}, + "east": {"uv": [10.125, 3.75, 10.25, 3.875], "texture": "#0"}, + "south": {"uv": [8.875, 5.75, 9.25, 5.875], "texture": "#0"}, + "west": {"uv": [3.875, 10.125, 4, 10.25], "texture": "#0"}, + "up": {"uv": [9.25, 6, 8.875, 5.875], "texture": "#0"}, + "down": {"uv": [9.25, 6, 8.875, 6.125], "texture": "#0"} + } + }, + { + "from": [6, 12, -10], + "to": [7, 15, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 14, -12]}, + "faces": { + "north": {"uv": [5.875, 8.875, 6, 9.25], "texture": "#0"}, + "east": {"uv": [8.875, 6.125, 9, 6.5], "texture": "#0"}, + "south": {"uv": [6.625, 8.875, 6.75, 9.25], "texture": "#0"}, + "west": {"uv": [6.75, 8.875, 6.875, 9.25], "texture": "#0"}, + "up": {"uv": [10.25, 4, 10.125, 3.875], "texture": "#0"}, + "down": {"uv": [4.125, 10.125, 4, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 27, -14], + "to": [8, 29, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 28, -16]}, + "faces": { + "north": {"uv": [9.375, 6.625, 9.5, 6.875], "texture": "#0"}, + "east": {"uv": [6.875, 9.375, 7, 9.625], "texture": "#0"}, + "south": {"uv": [7, 9.375, 7.125, 9.625], "texture": "#0"}, + "west": {"uv": [7.125, 9.375, 7.25, 9.625], "texture": "#0"}, + "up": {"uv": [10.25, 4.125, 10.125, 4], "texture": "#0"}, + "down": {"uv": [4.25, 10.125, 4.125, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 27, -12], + "to": [8, 29, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 28, -14]}, + "faces": { + "north": {"uv": [9.375, 7.125, 9.5, 7.375], "texture": "#0"}, + "east": {"uv": [7.375, 9.375, 7.5, 9.625], "texture": "#0"}, + "south": {"uv": [7.5, 9.375, 7.625, 9.625], "texture": "#0"}, + "west": {"uv": [7.625, 9.375, 7.75, 9.625], "texture": "#0"}, + "up": {"uv": [10.25, 4.25, 10.125, 4.125], "texture": "#0"}, + "down": {"uv": [4.375, 10.125, 4.25, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 26, -14], + "to": [8, 27, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 26, -15]}, + "faces": { + "north": {"uv": [10.125, 4.25, 10.25, 4.375], "texture": "#0"}, + "east": {"uv": [6.875, 8.875, 7.25, 9], "texture": "#0"}, + "south": {"uv": [4.375, 10.125, 4.5, 10.25], "texture": "#0"}, + "west": {"uv": [8.875, 7.75, 9.25, 7.875], "texture": "#0"}, + "up": {"uv": [7.5, 9.25, 7.375, 8.875], "texture": "#0"}, + "down": {"uv": [7.625, 8.875, 7.5, 9.25], "texture": "#0"} + } + }, + { + "from": [7, 23, -13], + "to": [8, 25, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 24, -15]}, + "faces": { + "north": {"uv": [9.375, 7.75, 9.5, 8], "texture": "#0"}, + "east": {"uv": [9.375, 8, 9.5, 8.25], "texture": "#0"}, + "south": {"uv": [8.25, 9.375, 8.375, 9.625], "texture": "#0"}, + "west": {"uv": [9.375, 8.375, 9.5, 8.625], "texture": "#0"}, + "up": {"uv": [10.25, 4.5, 10.125, 4.375], "texture": "#0"}, + "down": {"uv": [4.625, 10.125, 4.5, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 23, -11], + "to": [8, 25, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 24, -13]}, + "faces": { + "north": {"uv": [8.625, 9.375, 8.75, 9.625], "texture": "#0"}, + "east": {"uv": [9.375, 8.625, 9.5, 8.875], "texture": "#0"}, + "south": {"uv": [8.75, 9.375, 8.875, 9.625], "texture": "#0"}, + "west": {"uv": [8.875, 9.375, 9, 9.625], "texture": "#0"}, + "up": {"uv": [10.25, 4.625, 10.125, 4.5], "texture": "#0"}, + "down": {"uv": [4.75, 10.125, 4.625, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 22, -13], + "to": [8, 23, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 22, -14]}, + "faces": { + "north": {"uv": [10.125, 4.625, 10.25, 4.75], "texture": "#0"}, + "east": {"uv": [8.875, 7.875, 9.25, 8], "texture": "#0"}, + "south": {"uv": [4.75, 10.125, 4.875, 10.25], "texture": "#0"}, + "west": {"uv": [8.875, 8, 9.25, 8.125], "texture": "#0"}, + "up": {"uv": [9, 9, 8.875, 8.625], "texture": "#0"}, + "down": {"uv": [0.125, 9, 0, 9.375], "texture": "#0"} + } + }, + { + "from": [7, 19, -12], + "to": [8, 21, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 20, -14]}, + "faces": { + "north": {"uv": [9.375, 9.125, 9.5, 9.375], "texture": "#0"}, + "east": {"uv": [9.25, 9.375, 9.375, 9.625], "texture": "#0"}, + "south": {"uv": [9.375, 9.375, 9.5, 9.625], "texture": "#0"}, + "west": {"uv": [9.5, 0, 9.625, 0.25], "texture": "#0"}, + "up": {"uv": [10.25, 4.875, 10.125, 4.75], "texture": "#0"}, + "down": {"uv": [5, 10.125, 4.875, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 19, -10], + "to": [8, 21, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 20, -12]}, + "faces": { + "north": {"uv": [9.5, 0.25, 9.625, 0.5], "texture": "#0"}, + "east": {"uv": [0.375, 9.5, 0.5, 9.75], "texture": "#0"}, + "south": {"uv": [0.5, 9.5, 0.625, 9.75], "texture": "#0"}, + "west": {"uv": [9.5, 0.5, 9.625, 0.75], "texture": "#0"}, + "up": {"uv": [10.25, 5, 10.125, 4.875], "texture": "#0"}, + "down": {"uv": [5.125, 10.125, 5, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 18, -12], + "to": [8, 19, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 18, -13]}, + "faces": { + "north": {"uv": [10.125, 5, 10.25, 5.125], "texture": "#0"}, + "east": {"uv": [8.875, 8.125, 9.25, 8.25], "texture": "#0"}, + "south": {"uv": [5.125, 10.125, 5.25, 10.25], "texture": "#0"}, + "west": {"uv": [8.875, 8.25, 9.25, 8.375], "texture": "#0"}, + "up": {"uv": [0.25, 9.375, 0.125, 9], "texture": "#0"}, + "down": {"uv": [0.375, 9, 0.25, 9.375], "texture": "#0"} + } + }, + { + "from": [7, 15, -11], + "to": [8, 17, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 16, -13]}, + "faces": { + "north": {"uv": [0.625, 9.5, 0.75, 9.75], "texture": "#0"}, + "east": {"uv": [9.5, 0.75, 9.625, 1], "texture": "#0"}, + "south": {"uv": [9.5, 1, 9.625, 1.25], "texture": "#0"}, + "west": {"uv": [9.5, 1.625, 9.625, 1.875], "texture": "#0"}, + "up": {"uv": [10.25, 5.25, 10.125, 5.125], "texture": "#0"}, + "down": {"uv": [5.375, 10.125, 5.25, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 15, -9], + "to": [8, 17, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 16, -11]}, + "faces": { + "north": {"uv": [9.5, 1.875, 9.625, 2.125], "texture": "#0"}, + "east": {"uv": [2.125, 9.5, 2.25, 9.75], "texture": "#0"}, + "south": {"uv": [2.25, 9.5, 2.375, 9.75], "texture": "#0"}, + "west": {"uv": [9.5, 2.625, 9.625, 2.875], "texture": "#0"}, + "up": {"uv": [10.25, 5.375, 10.125, 5.25], "texture": "#0"}, + "down": {"uv": [5.5, 10.125, 5.375, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 14, -11], + "to": [8, 15, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 14, -12]}, + "faces": { + "north": {"uv": [10.125, 5.375, 10.25, 5.5], "texture": "#0"}, + "east": {"uv": [9, 0.25, 9.375, 0.375], "texture": "#0"}, + "south": {"uv": [5.5, 10.125, 5.625, 10.25], "texture": "#0"}, + "west": {"uv": [0.375, 9, 0.75, 9.125], "texture": "#0"}, + "up": {"uv": [1, 9.375, 0.875, 9], "texture": "#0"}, + "down": {"uv": [1.125, 9, 1, 9.375], "texture": "#0"} + } + }, + { + "from": [7, 8, -9], + "to": [8, 12, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 11, -10]}, + "faces": { + "north": {"uv": [4.375, 8.375, 4.5, 8.875], "texture": "#0"}, + "east": {"uv": [4.5, 8.375, 4.625, 8.875], "texture": "#0"}, + "south": {"uv": [8.375, 4.5, 8.5, 5], "texture": "#0"}, + "west": {"uv": [4.75, 8.375, 4.875, 8.875], "texture": "#0"}, + "up": {"uv": [10.25, 5.625, 10.125, 5.5], "texture": "#0"}, + "down": {"uv": [5.75, 10.125, 5.625, 10.25], "texture": "#0"} + } + }, + { + "from": [8, 11, -8], + "to": [9, 13, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 13, -9]}, + "faces": { + "north": {"uv": [9.5, 2.875, 9.625, 3.125], "texture": "#0"}, + "east": {"uv": [9.5, 3.125, 9.625, 3.375], "texture": "#0"}, + "south": {"uv": [9.5, 3.375, 9.625, 3.625], "texture": "#0"}, + "west": {"uv": [9.5, 3.625, 9.625, 3.875], "texture": "#0"}, + "up": {"uv": [10.25, 5.75, 10.125, 5.625], "texture": "#0"}, + "down": {"uv": [5.875, 10.125, 5.75, 10.25], "texture": "#0"} + } + }, + { + "from": [8, 15, -12], + "to": [9, 17, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, -13]}, + "faces": { + "north": {"uv": [9.5, 3.875, 9.625, 4.125], "texture": "#0"}, + "east": {"uv": [9.5, 4.875, 9.625, 5.125], "texture": "#0"}, + "south": {"uv": [9.5, 5.125, 9.625, 5.375], "texture": "#0"}, + "west": {"uv": [5.25, 9.5, 5.375, 9.75], "texture": "#0"}, + "up": {"uv": [10.25, 5.875, 10.125, 5.75], "texture": "#0"}, + "down": {"uv": [6, 10.125, 5.875, 10.25], "texture": "#0"} + } + }, + { + "from": [6, 15, -12], + "to": [7, 17, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 17, -13]}, + "faces": { + "north": {"uv": [9.5, 5.375, 9.625, 5.625], "texture": "#0"}, + "east": {"uv": [9.5, 5.625, 9.625, 5.875], "texture": "#0"}, + "south": {"uv": [9.5, 5.875, 9.625, 6.125], "texture": "#0"}, + "west": {"uv": [6, 9.5, 6.125, 9.75], "texture": "#0"}, + "up": {"uv": [10.25, 6, 10.125, 5.875], "texture": "#0"}, + "down": {"uv": [6.125, 10.125, 6, 10.25], "texture": "#0"} + } + }, + { + "from": [5, 14, -12], + "to": [6, 16, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 16, -13]}, + "faces": { + "north": {"uv": [9.5, 6.125, 9.625, 6.375], "texture": "#0"}, + "east": {"uv": [6.375, 9.5, 6.5, 9.75], "texture": "#0"}, + "south": {"uv": [9.5, 6.375, 9.625, 6.625], "texture": "#0"}, + "west": {"uv": [6.5, 9.5, 6.625, 9.75], "texture": "#0"}, + "up": {"uv": [10.25, 6.125, 10.125, 6], "texture": "#0"}, + "down": {"uv": [6.25, 10.125, 6.125, 10.25], "texture": "#0"} + } + }, + { + "from": [4, 13, -9], + "to": [5, 14, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 15, -9]}, + "faces": { + "north": {"uv": [10.125, 6.125, 10.25, 6.25], "texture": "#0"}, + "east": {"uv": [9.5, 1.375, 9.75, 1.5], "texture": "#0"}, + "south": {"uv": [6.25, 10.125, 6.375, 10.25], "texture": "#0"}, + "west": {"uv": [9.5, 4.125, 9.75, 4.25], "texture": "#0"}, + "up": {"uv": [6.75, 9.75, 6.625, 9.5], "texture": "#0"}, + "down": {"uv": [9.625, 6.625, 9.5, 6.875], "texture": "#0"} + } + }, + { + "from": [5, 13, -9], + "to": [7, 14, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 15, -9]}, + "faces": { + "north": {"uv": [9.5, 6.875, 9.75, 7], "texture": "#0"}, + "east": {"uv": [10.125, 6.25, 10.25, 6.375], "texture": "#0"}, + "south": {"uv": [9.5, 7, 9.75, 7.125], "texture": "#0"}, + "west": {"uv": [6.375, 10.125, 6.5, 10.25], "texture": "#0"}, + "up": {"uv": [9.75, 7.25, 9.5, 7.125], "texture": "#0"}, + "down": {"uv": [9.75, 7.25, 9.5, 7.375], "texture": "#0"} + } + }, + { + "from": [5, 13, -12], + "to": [6, 14, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 14, -13]}, + "faces": { + "north": {"uv": [10.125, 6.375, 10.25, 6.5], "texture": "#0"}, + "east": {"uv": [6.5, 10.125, 6.625, 10.25], "texture": "#0"}, + "south": {"uv": [10.125, 6.5, 10.25, 6.625], "texture": "#0"}, + "west": {"uv": [6.625, 10.125, 6.75, 10.25], "texture": "#0"}, + "up": {"uv": [10.25, 6.75, 10.125, 6.625], "texture": "#0"}, + "down": {"uv": [6.875, 10.125, 6.75, 10.25], "texture": "#0"} + } + }, + { + "from": [4, 12, -12], + "to": [5, 14, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 12, -13]}, + "faces": { + "north": {"uv": [6.75, 9.5, 6.875, 9.75], "texture": "#0"}, + "east": {"uv": [7.25, 9.5, 7.375, 9.75], "texture": "#0"}, + "south": {"uv": [9.5, 7.375, 9.625, 7.625], "texture": "#0"}, + "west": {"uv": [9.5, 7.625, 9.625, 7.875], "texture": "#0"}, + "up": {"uv": [10.25, 6.875, 10.125, 6.75], "texture": "#0"}, + "down": {"uv": [7, 10.125, 6.875, 10.25], "texture": "#0"} + } + }, + { + "from": [4, 11, -13], + "to": [5, 12, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 11, -13]}, + "faces": { + "north": {"uv": [10.125, 6.875, 10.25, 7], "texture": "#0"}, + "east": {"uv": [7.75, 9.5, 8, 9.625], "texture": "#0"}, + "south": {"uv": [7, 10.125, 7.125, 10.25], "texture": "#0"}, + "west": {"uv": [9.5, 7.875, 9.75, 8], "texture": "#0"}, + "up": {"uv": [8.125, 9.75, 8, 9.5], "texture": "#0"}, + "down": {"uv": [9.625, 8, 9.5, 8.25], "texture": "#0"} + } + }, + { + "from": [9, 14, -12], + "to": [10, 16, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 17, -13]}, + "faces": { + "north": {"uv": [8.125, 9.5, 8.25, 9.75], "texture": "#0"}, + "east": {"uv": [9.5, 8.25, 9.625, 8.5], "texture": "#0"}, + "south": {"uv": [8.375, 9.5, 8.5, 9.75], "texture": "#0"}, + "west": {"uv": [8.5, 9.5, 8.625, 9.75], "texture": "#0"}, + "up": {"uv": [10.25, 7.125, 10.125, 7], "texture": "#0"}, + "down": {"uv": [7.25, 10.125, 7.125, 10.25], "texture": "#0"} + } + }, + { + "from": [10, 14, -12], + "to": [11, 15, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17, -13]}, + "faces": { + "north": {"uv": [10.125, 7.125, 10.25, 7.25], "texture": "#0"}, + "east": {"uv": [7.25, 10.125, 7.375, 10.25], "texture": "#0"}, + "south": {"uv": [10.125, 7.25, 10.25, 7.375], "texture": "#0"}, + "west": {"uv": [7.375, 10.125, 7.5, 10.25], "texture": "#0"}, + "up": {"uv": [10.25, 7.5, 10.125, 7.375], "texture": "#0"}, + "down": {"uv": [7.625, 10.125, 7.5, 10.25], "texture": "#0"} + } + }, + { + "from": [9, 11, -8], + "to": [10, 12, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 12, -8]}, + "faces": { + "north": {"uv": [10.125, 7.5, 10.25, 7.625], "texture": "#0"}, + "east": {"uv": [9.5, 8.5, 9.75, 8.625], "texture": "#0"}, + "south": {"uv": [7.625, 10.125, 7.75, 10.25], "texture": "#0"}, + "west": {"uv": [9.5, 8.625, 9.75, 8.75], "texture": "#0"}, + "up": {"uv": [9.625, 9, 9.5, 8.75], "texture": "#0"}, + "down": {"uv": [9.125, 9.5, 9, 9.75], "texture": "#0"} + } + }, + { + "from": [9, 11, -6], + "to": [11, 12, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, -7]}, + "faces": { + "north": {"uv": [9.5, 9, 9.75, 9.125], "texture": "#0"}, + "east": {"uv": [10.125, 7.625, 10.25, 7.75], "texture": "#0"}, + "south": {"uv": [9.5, 9.125, 9.75, 9.25], "texture": "#0"}, + "west": {"uv": [7.75, 10.125, 7.875, 10.25], "texture": "#0"}, + "up": {"uv": [9.75, 9.375, 9.5, 9.25], "texture": "#0"}, + "down": {"uv": [9.75, 9.375, 9.5, 9.5], "texture": "#0"} + } + }, + { + "from": [6, 3, -10], + "to": [9, 6, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 3, -9]}, + "faces": { + "north": {"uv": [6.625, 1.5, 7, 1.875], "texture": "#0"}, + "east": {"uv": [6.625, 2.25, 7, 2.625], "texture": "#0"}, + "south": {"uv": [6.625, 6.5, 7, 6.875], "texture": "#0"}, + "west": {"uv": [6.75, 0, 7.125, 0.375], "texture": "#0"}, + "up": {"uv": [7.125, 0.75, 6.75, 0.375], "texture": "#0"}, + "down": {"uv": [7.125, 0.75, 6.75, 1.125], "texture": "#0"} + } + }, + { + "from": [7, 6, -9], + "to": [8, 8, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 6, -9]}, + "faces": { + "north": {"uv": [9.125, 9.5, 9.25, 9.75], "texture": "#0"}, + "east": {"uv": [9.5, 9.5, 9.625, 9.75], "texture": "#0"}, + "south": {"uv": [0, 9.625, 0.125, 9.875], "texture": "#0"}, + "west": {"uv": [9.625, 0, 9.75, 0.25], "texture": "#0"}, + "up": {"uv": [10.25, 7.875, 10.125, 7.75], "texture": "#0"}, + "down": {"uv": [8, 10.125, 7.875, 10.25], "texture": "#0"} + } + }, + { + "from": [8, 6, -10], + "to": [9, 7, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 6, -10]}, + "faces": { + "north": {"uv": [10.125, 7.875, 10.25, 8], "texture": "#0"}, + "east": {"uv": [8, 10.125, 8.125, 10.25], "texture": "#0"}, + "south": {"uv": [10.125, 8, 10.25, 8.125], "texture": "#0"}, + "west": {"uv": [8.125, 10.125, 8.25, 10.25], "texture": "#0"}, + "up": {"uv": [10.25, 8.25, 10.125, 8.125], "texture": "#0"}, + "down": {"uv": [8.375, 10.125, 8.25, 10.25], "texture": "#0"} + } + }, + { + "from": [8, 6, -8], + "to": [9, 7, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 6, -8]}, + "faces": { + "north": {"uv": [10.125, 8.25, 10.25, 8.375], "texture": "#0"}, + "east": {"uv": [8.375, 10.125, 8.5, 10.25], "texture": "#0"}, + "south": {"uv": [10.125, 8.375, 10.25, 8.5], "texture": "#0"}, + "west": {"uv": [8.5, 10.125, 8.625, 10.25], "texture": "#0"}, + "up": {"uv": [10.25, 8.625, 10.125, 8.5], "texture": "#0"}, + "down": {"uv": [8.75, 10.125, 8.625, 10.25], "texture": "#0"} + } + }, + { + "from": [6, 6, -8], + "to": [7, 7, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 6, -8]}, + "faces": { + "north": {"uv": [10.125, 8.625, 10.25, 8.75], "texture": "#0"}, + "east": {"uv": [8.75, 10.125, 8.875, 10.25], "texture": "#0"}, + "south": {"uv": [10.125, 8.75, 10.25, 8.875], "texture": "#0"}, + "west": {"uv": [8.875, 10.125, 9, 10.25], "texture": "#0"}, + "up": {"uv": [10.25, 9, 10.125, 8.875], "texture": "#0"}, + "down": {"uv": [9.125, 10.125, 9, 10.25], "texture": "#0"} + } + }, + { + "from": [6, 6, -10], + "to": [7, 7, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 6, -10]}, + "faces": { + "north": {"uv": [10.125, 9, 10.25, 9.125], "texture": "#0"}, + "east": {"uv": [9.125, 10.125, 9.25, 10.25], "texture": "#0"}, + "south": {"uv": [10.125, 9.125, 10.25, 9.25], "texture": "#0"}, + "west": {"uv": [9.25, 10.125, 9.375, 10.25], "texture": "#0"}, + "up": {"uv": [10.25, 9.375, 10.125, 9.25], "texture": "#0"}, + "down": {"uv": [9.5, 10.125, 9.375, 10.25], "texture": "#0"} + } + }, + { + "from": [5, 5, -10], + "to": [6, 6, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 5, -10]}, + "faces": { + "north": {"uv": [10.125, 9.375, 10.25, 9.5], "texture": "#0"}, + "east": {"uv": [9.5, 10.125, 9.625, 10.25], "texture": "#0"}, + "south": {"uv": [10.125, 9.5, 10.25, 9.625], "texture": "#0"}, + "west": {"uv": [9.625, 10.125, 9.75, 10.25], "texture": "#0"}, + "up": {"uv": [10.25, 9.75, 10.125, 9.625], "texture": "#0"}, + "down": {"uv": [9.875, 10.125, 9.75, 10.25], "texture": "#0"} + } + }, + { + "from": [4, 4, -9], + "to": [6, 5, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 4, -9]}, + "faces": { + "north": {"uv": [0.125, 9.625, 0.375, 9.75], "texture": "#0"}, + "east": {"uv": [10.125, 9.75, 10.25, 9.875], "texture": "#0"}, + "south": {"uv": [9.625, 0.25, 9.875, 0.375], "texture": "#0"}, + "west": {"uv": [9.875, 10.125, 10, 10.25], "texture": "#0"}, + "up": {"uv": [9.875, 0.5, 9.625, 0.375], "texture": "#0"}, + "down": {"uv": [9.875, 0.5, 9.625, 0.625], "texture": "#0"} + } + }, + { + "from": [5, 3, -10], + "to": [6, 4, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, -10]}, + "faces": { + "north": {"uv": [10.125, 9.875, 10.25, 10], "texture": "#0"}, + "east": {"uv": [10, 10.125, 10.125, 10.25], "texture": "#0"}, + "south": {"uv": [10.125, 10, 10.25, 10.125], "texture": "#0"}, + "west": {"uv": [10.125, 10.125, 10.25, 10.25], "texture": "#0"}, + "up": {"uv": [0.125, 10.375, 0, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 0, 10.25, 0.125], "texture": "#0"} + } + }, + { + "from": [5, 3, -8], + "to": [6, 4, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, -8]}, + "faces": { + "north": {"uv": [0.125, 10.25, 0.25, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 0.125, 10.375, 0.25], "texture": "#0"}, + "south": {"uv": [0.25, 10.25, 0.375, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 0.25, 10.375, 0.375], "texture": "#0"}, + "up": {"uv": [0.5, 10.375, 0.375, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 0.375, 10.25, 0.5], "texture": "#0"} + } + }, + { + "from": [5, 5, -8], + "to": [6, 6, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 5, -8]}, + "faces": { + "north": {"uv": [0.5, 10.25, 0.625, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 0.5, 10.375, 0.625], "texture": "#0"}, + "south": {"uv": [0.625, 10.25, 0.75, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 0.625, 10.375, 0.75], "texture": "#0"}, + "up": {"uv": [0.875, 10.375, 0.75, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 0.75, 10.25, 0.875], "texture": "#0"} + } + }, + { + "from": [9, 3, -10], + "to": [10, 4, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 3, -10]}, + "faces": { + "north": {"uv": [0.875, 10.25, 1, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 0.875, 10.375, 1], "texture": "#0"}, + "south": {"uv": [1, 10.25, 1.125, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 1, 10.375, 1.125], "texture": "#0"}, + "up": {"uv": [1.25, 10.375, 1.125, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 1.125, 10.25, 1.25], "texture": "#0"} + } + }, + { + "from": [9, 5, -10], + "to": [10, 6, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, -10]}, + "faces": { + "north": {"uv": [1.25, 10.25, 1.375, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 1.25, 10.375, 1.375], "texture": "#0"}, + "south": {"uv": [1.375, 10.25, 1.5, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 1.375, 10.375, 1.5], "texture": "#0"}, + "up": {"uv": [1.625, 10.375, 1.5, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 1.5, 10.25, 1.625], "texture": "#0"} + } + }, + { + "from": [9, 5, -8], + "to": [10, 6, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, -8]}, + "faces": { + "north": {"uv": [1.625, 10.25, 1.75, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 1.625, 10.375, 1.75], "texture": "#0"}, + "south": {"uv": [1.75, 10.25, 1.875, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 1.75, 10.375, 1.875], "texture": "#0"}, + "up": {"uv": [2, 10.375, 1.875, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 1.875, 10.25, 2], "texture": "#0"} + } + }, + { + "from": [9, 3, -8], + "to": [10, 4, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 3, -8]}, + "faces": { + "north": {"uv": [2, 10.25, 2.125, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 2, 10.375, 2.125], "texture": "#0"}, + "south": {"uv": [2.125, 10.25, 2.25, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 2.125, 10.375, 2.25], "texture": "#0"}, + "up": {"uv": [2.375, 10.375, 2.25, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 2.25, 10.25, 2.375], "texture": "#0"} + } + }, + { + "from": [8, 3, -11], + "to": [9, 4, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 3, -11]}, + "faces": { + "north": {"uv": [2.375, 10.25, 2.5, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 2.375, 10.375, 2.5], "texture": "#0"}, + "south": {"uv": [2.5, 10.25, 2.625, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 2.5, 10.375, 2.625], "texture": "#0"}, + "up": {"uv": [2.75, 10.375, 2.625, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 2.625, 10.25, 2.75], "texture": "#0"} + } + }, + { + "from": [6, 3, -11], + "to": [7, 4, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 3, -11]}, + "faces": { + "north": {"uv": [2.75, 10.25, 2.875, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 2.75, 10.375, 2.875], "texture": "#0"}, + "south": {"uv": [2.875, 10.25, 3, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 2.875, 10.375, 3], "texture": "#0"}, + "up": {"uv": [3.125, 10.375, 3, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 3, 10.25, 3.125], "texture": "#0"} + } + }, + { + "from": [7, 4, -12], + "to": [8, 5, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 4, -11]}, + "faces": { + "north": {"uv": [3.125, 10.25, 3.25, 10.375], "texture": "#0"}, + "east": {"uv": [9.625, 0.625, 9.875, 0.75], "texture": "#0"}, + "south": {"uv": [10.25, 3.125, 10.375, 3.25], "texture": "#0"}, + "west": {"uv": [0.75, 9.625, 1, 9.75], "texture": "#0"}, + "up": {"uv": [9.75, 1, 9.625, 0.75], "texture": "#0"}, + "down": {"uv": [1.125, 9.625, 1, 9.875], "texture": "#0"} + } + }, + { + "from": [6, 5, -11], + "to": [7, 6, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 5, -11]}, + "faces": { + "north": {"uv": [3.25, 10.25, 3.375, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 3.25, 10.375, 3.375], "texture": "#0"}, + "south": {"uv": [3.375, 10.25, 3.5, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 3.375, 10.375, 3.5], "texture": "#0"}, + "up": {"uv": [3.625, 10.375, 3.5, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 3.5, 10.25, 3.625], "texture": "#0"} + } + }, + { + "from": [8, 5, -11], + "to": [9, 6, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 5, -11]}, + "faces": { + "north": {"uv": [3.625, 10.25, 3.75, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 3.625, 10.375, 3.75], "texture": "#0"}, + "south": {"uv": [3.75, 10.25, 3.875, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 3.75, 10.375, 3.875], "texture": "#0"}, + "up": {"uv": [4, 10.375, 3.875, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 3.875, 10.25, 4], "texture": "#0"} + } + }, + { + "from": [8, 5, -7], + "to": [9, 6, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 5, -7]}, + "faces": { + "north": {"uv": [4, 10.25, 4.125, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 4, 10.375, 4.125], "texture": "#0"}, + "south": {"uv": [4.125, 10.25, 4.25, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 4.125, 10.375, 4.25], "texture": "#0"}, + "up": {"uv": [4.375, 10.375, 4.25, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 4.25, 10.25, 4.375], "texture": "#0"} + } + }, + { + "from": [8, 3, -7], + "to": [9, 4, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 3, -7]}, + "faces": { + "north": {"uv": [4.375, 10.25, 4.5, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 4.375, 10.375, 4.5], "texture": "#0"}, + "south": {"uv": [4.5, 10.25, 4.625, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 4.5, 10.375, 4.625], "texture": "#0"}, + "up": {"uv": [4.75, 10.375, 4.625, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 4.625, 10.25, 4.75], "texture": "#0"} + } + }, + { + "from": [7, 4, -7], + "to": [8, 5, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 4, -6]}, + "faces": { + "north": {"uv": [4.75, 10.25, 4.875, 10.375], "texture": "#0"}, + "east": {"uv": [9.625, 1, 9.875, 1.125], "texture": "#0"}, + "south": {"uv": [10.25, 4.75, 10.375, 4.875], "texture": "#0"}, + "west": {"uv": [1.125, 9.625, 1.375, 9.75], "texture": "#0"}, + "up": {"uv": [9.75, 1.375, 9.625, 1.125], "texture": "#0"}, + "down": {"uv": [1.5, 9.625, 1.375, 9.875], "texture": "#0"} + } + }, + { + "from": [6, 5, -7], + "to": [7, 6, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 5, -7]}, + "faces": { + "north": {"uv": [4.875, 10.25, 5, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 4.875, 10.375, 5], "texture": "#0"}, + "south": {"uv": [5, 10.25, 5.125, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 5, 10.375, 5.125], "texture": "#0"}, + "up": {"uv": [5.25, 10.375, 5.125, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 5.125, 10.25, 5.25], "texture": "#0"} + } + }, + { + "from": [6, 3, -7], + "to": [7, 4, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 3, -7]}, + "faces": { + "north": {"uv": [5.25, 10.25, 5.375, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 5.25, 10.375, 5.375], "texture": "#0"}, + "south": {"uv": [5.375, 10.25, 5.5, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 5.375, 10.375, 5.5], "texture": "#0"}, + "up": {"uv": [5.625, 10.375, 5.5, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 5.5, 10.25, 5.625], "texture": "#0"} + } + }, + { + "from": [9, 4, -9], + "to": [11, 5, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, -9]}, + "faces": { + "north": {"uv": [1.5, 9.625, 1.75, 9.75], "texture": "#0"}, + "east": {"uv": [5.625, 10.25, 5.75, 10.375], "texture": "#0"}, + "south": {"uv": [9.625, 1.5, 9.875, 1.625], "texture": "#0"}, + "west": {"uv": [10.25, 5.625, 10.375, 5.75], "texture": "#0"}, + "up": {"uv": [9.875, 1.75, 9.625, 1.625], "texture": "#0"}, + "down": {"uv": [2, 9.625, 1.75, 9.75], "texture": "#0"} + } + }, + { + "from": [8, 2, -8], + "to": [9, 3, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 2, -8]}, + "faces": { + "north": {"uv": [5.75, 10.25, 5.875, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 5.75, 10.375, 5.875], "texture": "#0"}, + "south": {"uv": [5.875, 10.25, 6, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 5.875, 10.375, 6], "texture": "#0"}, + "up": {"uv": [6.125, 10.375, 6, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 6, 10.25, 6.125], "texture": "#0"} + } + }, + { + "from": [8, 2, -10], + "to": [9, 3, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 2, -10]}, + "faces": { + "north": {"uv": [6.125, 10.25, 6.25, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 6.125, 10.375, 6.25], "texture": "#0"}, + "south": {"uv": [6.25, 10.25, 6.375, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 6.25, 10.375, 6.375], "texture": "#0"}, + "up": {"uv": [6.5, 10.375, 6.375, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 6.375, 10.25, 6.5], "texture": "#0"} + } + }, + { + "from": [6, 2, -10], + "to": [7, 3, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 2, -10]}, + "faces": { + "north": {"uv": [6.5, 10.25, 6.625, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 6.5, 10.375, 6.625], "texture": "#0"}, + "south": {"uv": [6.625, 10.25, 6.75, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 6.625, 10.375, 6.75], "texture": "#0"}, + "up": {"uv": [6.875, 10.375, 6.75, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 6.75, 10.25, 6.875], "texture": "#0"} + } + }, + { + "from": [6, 2, -8], + "to": [7, 3, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 2, -8]}, + "faces": { + "north": {"uv": [6.875, 10.25, 7, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 6.875, 10.375, 7], "texture": "#0"}, + "south": {"uv": [7, 10.25, 7.125, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 7, 10.375, 7.125], "texture": "#0"}, + "up": {"uv": [7.25, 10.375, 7.125, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 7.125, 10.25, 7.25], "texture": "#0"} + } + }, + { + "from": [7, 1, -9], + "to": [8, 3, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 1, -9]}, + "faces": { + "north": {"uv": [9.625, 1.75, 9.75, 2], "texture": "#0"}, + "east": {"uv": [2, 9.625, 2.125, 9.875], "texture": "#0"}, + "south": {"uv": [9.625, 2, 9.75, 2.25], "texture": "#0"}, + "west": {"uv": [9.625, 2.25, 9.75, 2.5], "texture": "#0"}, + "up": {"uv": [7.375, 10.375, 7.25, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 7.25, 10.25, 7.375], "texture": "#0"} + } + }, + { + "from": [3, 6, -14], + "to": [6, 9, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 6, -13]}, + "faces": { + "north": {"uv": [1.125, 6.75, 1.5, 7.125], "texture": "#0"}, + "east": {"uv": [6.75, 3, 7.125, 3.375], "texture": "#0"}, + "south": {"uv": [6.75, 3.375, 7.125, 3.75], "texture": "#0"}, + "west": {"uv": [6.75, 3.75, 7.125, 4.125], "texture": "#0"}, + "up": {"uv": [0.375, 7.25, 0, 6.875], "texture": "#0"}, + "down": {"uv": [7.25, 1.875, 6.875, 2.25], "texture": "#0"} + } + }, + { + "from": [4, 9, -13], + "to": [5, 11, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 9, -13]}, + "faces": { + "north": {"uv": [2.375, 9.625, 2.5, 9.875], "texture": "#0"}, + "east": {"uv": [2.5, 9.625, 2.625, 9.875], "texture": "#0"}, + "south": {"uv": [9.625, 2.5, 9.75, 2.75], "texture": "#0"}, + "west": {"uv": [2.625, 9.625, 2.75, 9.875], "texture": "#0"}, + "up": {"uv": [7.5, 10.375, 7.375, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 7.375, 10.25, 7.5], "texture": "#0"} + } + }, + { + "from": [5, 9, -14], + "to": [6, 10, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 9, -14]}, + "faces": { + "north": {"uv": [7.5, 10.25, 7.625, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 7.5, 10.375, 7.625], "texture": "#0"}, + "south": {"uv": [7.625, 10.25, 7.75, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 7.625, 10.375, 7.75], "texture": "#0"}, + "up": {"uv": [7.875, 10.375, 7.75, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 7.75, 10.25, 7.875], "texture": "#0"} + } + }, + { + "from": [5, 9, -12], + "to": [6, 10, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 9, -12]}, + "faces": { + "north": {"uv": [7.875, 10.25, 8, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 7.875, 10.375, 8], "texture": "#0"}, + "south": {"uv": [8, 10.25, 8.125, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 8, 10.375, 8.125], "texture": "#0"}, + "up": {"uv": [8.25, 10.375, 8.125, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 8.125, 10.25, 8.25], "texture": "#0"} + } + }, + { + "from": [3, 9, -12], + "to": [4, 10, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 9, -12]}, + "faces": { + "north": {"uv": [8.25, 10.25, 8.375, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 8.25, 10.375, 8.375], "texture": "#0"}, + "south": {"uv": [8.375, 10.25, 8.5, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 8.375, 10.375, 8.5], "texture": "#0"}, + "up": {"uv": [8.625, 10.375, 8.5, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 8.5, 10.25, 8.625], "texture": "#0"} + } + }, + { + "from": [3, 9, -14], + "to": [4, 10, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 9, -14]}, + "faces": { + "north": {"uv": [8.625, 10.25, 8.75, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 8.625, 10.375, 8.75], "texture": "#0"}, + "south": {"uv": [8.75, 10.25, 8.875, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 8.75, 10.375, 8.875], "texture": "#0"}, + "up": {"uv": [9, 10.375, 8.875, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 8.875, 10.25, 9], "texture": "#0"} + } + }, + { + "from": [2, 8, -14], + "to": [3, 9, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 8, -14]}, + "faces": { + "north": {"uv": [9, 10.25, 9.125, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 9, 10.375, 9.125], "texture": "#0"}, + "south": {"uv": [9.125, 10.25, 9.25, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 9.125, 10.375, 9.25], "texture": "#0"}, + "up": {"uv": [9.375, 10.375, 9.25, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 9.25, 10.25, 9.375], "texture": "#0"} + } + }, + { + "from": [1, 7, -13], + "to": [3, 8, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 7, -13]}, + "faces": { + "north": {"uv": [2.75, 9.625, 3, 9.75], "texture": "#0"}, + "east": {"uv": [9.375, 10.25, 9.5, 10.375], "texture": "#0"}, + "south": {"uv": [9.625, 2.75, 9.875, 2.875], "texture": "#0"}, + "west": {"uv": [10.25, 9.375, 10.375, 9.5], "texture": "#0"}, + "up": {"uv": [9.875, 3, 9.625, 2.875], "texture": "#0"}, + "down": {"uv": [3.25, 9.625, 3, 9.75], "texture": "#0"} + } + }, + { + "from": [2, 6, -14], + "to": [3, 7, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 6, -14]}, + "faces": { + "north": {"uv": [9.5, 10.25, 9.625, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 9.5, 10.375, 9.625], "texture": "#0"}, + "south": {"uv": [9.625, 10.25, 9.75, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 9.625, 10.375, 9.75], "texture": "#0"}, + "up": {"uv": [9.875, 10.375, 9.75, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 9.75, 10.25, 9.875], "texture": "#0"} + } + }, + { + "from": [2, 6, -12], + "to": [3, 7, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 6, -12]}, + "faces": { + "north": {"uv": [9.875, 10.25, 10, 10.375], "texture": "#0"}, + "east": {"uv": [10.25, 9.875, 10.375, 10], "texture": "#0"}, + "south": {"uv": [10, 10.25, 10.125, 10.375], "texture": "#0"}, + "west": {"uv": [10.25, 10, 10.375, 10.125], "texture": "#0"}, + "up": {"uv": [10.25, 10.375, 10.125, 10.25], "texture": "#0"}, + "down": {"uv": [10.375, 10.125, 10.25, 10.25], "texture": "#0"} + } + }, + { + "from": [2, 8, -12], + "to": [3, 9, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 8, -12]}, + "faces": { + "north": {"uv": [10.25, 10.25, 10.375, 10.375], "texture": "#0"}, + "east": {"uv": [0, 10.375, 0.125, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 0, 10.5, 0.125], "texture": "#0"}, + "west": {"uv": [0.125, 10.375, 0.25, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 0.25, 10.375, 0.125], "texture": "#0"}, + "down": {"uv": [0.375, 10.375, 0.25, 10.5], "texture": "#0"} + } + }, + { + "from": [6, 6, -14], + "to": [7, 7, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 6, -14]}, + "faces": { + "north": {"uv": [10.375, 0.25, 10.5, 0.375], "texture": "#0"}, + "east": {"uv": [0.375, 10.375, 0.5, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 0.375, 10.5, 0.5], "texture": "#0"}, + "west": {"uv": [0.5, 10.375, 0.625, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 0.625, 10.375, 0.5], "texture": "#0"}, + "down": {"uv": [0.75, 10.375, 0.625, 10.5], "texture": "#0"} + } + }, + { + "from": [6, 8, -14], + "to": [7, 9, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 8, -14]}, + "faces": { + "north": {"uv": [10.375, 0.625, 10.5, 0.75], "texture": "#0"}, + "east": {"uv": [0.75, 10.375, 0.875, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 0.75, 10.5, 0.875], "texture": "#0"}, + "west": {"uv": [0.875, 10.375, 1, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 1, 10.375, 0.875], "texture": "#0"}, + "down": {"uv": [1.125, 10.375, 1, 10.5], "texture": "#0"} + } + }, + { + "from": [6, 8, -12], + "to": [7, 9, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 8, -12]}, + "faces": { + "north": {"uv": [10.375, 1, 10.5, 1.125], "texture": "#0"}, + "east": {"uv": [1.125, 10.375, 1.25, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 1.125, 10.5, 1.25], "texture": "#0"}, + "west": {"uv": [1.25, 10.375, 1.375, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 1.375, 10.375, 1.25], "texture": "#0"}, + "down": {"uv": [1.5, 10.375, 1.375, 10.5], "texture": "#0"} + } + }, + { + "from": [6, 6, -12], + "to": [7, 7, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 6, -12]}, + "faces": { + "north": {"uv": [10.375, 1.375, 10.5, 1.5], "texture": "#0"}, + "east": {"uv": [1.5, 10.375, 1.625, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 1.5, 10.5, 1.625], "texture": "#0"}, + "west": {"uv": [1.625, 10.375, 1.75, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 1.75, 10.375, 1.625], "texture": "#0"}, + "down": {"uv": [1.875, 10.375, 1.75, 10.5], "texture": "#0"} + } + }, + { + "from": [5, 6, -15], + "to": [6, 7, -14], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 6, -15]}, + "faces": { + "north": {"uv": [10.375, 1.75, 10.5, 1.875], "texture": "#0"}, + "east": {"uv": [1.875, 10.375, 2, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 1.875, 10.5, 2], "texture": "#0"}, + "west": {"uv": [2, 10.375, 2.125, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 2.125, 10.375, 2], "texture": "#0"}, + "down": {"uv": [2.25, 10.375, 2.125, 10.5], "texture": "#0"} + } + }, + { + "from": [3, 6, -15], + "to": [4, 7, -14], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 6, -15]}, + "faces": { + "north": {"uv": [10.375, 2.125, 10.5, 2.25], "texture": "#0"}, + "east": {"uv": [2.25, 10.375, 2.375, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 2.25, 10.5, 2.375], "texture": "#0"}, + "west": {"uv": [2.375, 10.375, 2.5, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 2.5, 10.375, 2.375], "texture": "#0"}, + "down": {"uv": [2.625, 10.375, 2.5, 10.5], "texture": "#0"} + } + }, + { + "from": [4, 7, -16], + "to": [5, 8, -14], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 7, -15]}, + "faces": { + "north": {"uv": [10.375, 2.5, 10.5, 2.625], "texture": "#0"}, + "east": {"uv": [9.625, 3, 9.875, 3.125], "texture": "#0"}, + "south": {"uv": [2.625, 10.375, 2.75, 10.5], "texture": "#0"}, + "west": {"uv": [9.625, 3.125, 9.875, 3.25], "texture": "#0"}, + "up": {"uv": [3.375, 9.875, 3.25, 9.625], "texture": "#0"}, + "down": {"uv": [9.75, 3.25, 9.625, 3.5], "texture": "#0"} + } + }, + { + "from": [3, 8, -15], + "to": [4, 9, -14], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 8, -15]}, + "faces": { + "north": {"uv": [10.375, 2.625, 10.5, 2.75], "texture": "#0"}, + "east": {"uv": [2.75, 10.375, 2.875, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 2.75, 10.5, 2.875], "texture": "#0"}, + "west": {"uv": [2.875, 10.375, 3, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 3, 10.375, 2.875], "texture": "#0"}, + "down": {"uv": [3.125, 10.375, 3, 10.5], "texture": "#0"} + } + }, + { + "from": [5, 8, -15], + "to": [6, 9, -14], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 8, -15]}, + "faces": { + "north": {"uv": [10.375, 3, 10.5, 3.125], "texture": "#0"}, + "east": {"uv": [3.125, 10.375, 3.25, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 3.125, 10.5, 3.25], "texture": "#0"}, + "west": {"uv": [3.25, 10.375, 3.375, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 3.375, 10.375, 3.25], "texture": "#0"}, + "down": {"uv": [3.5, 10.375, 3.375, 10.5], "texture": "#0"} + } + }, + { + "from": [5, 8, -11], + "to": [6, 9, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 8, -11]}, + "faces": { + "north": {"uv": [10.375, 3.375, 10.5, 3.5], "texture": "#0"}, + "east": {"uv": [3.5, 10.375, 3.625, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 3.5, 10.5, 3.625], "texture": "#0"}, + "west": {"uv": [3.625, 10.375, 3.75, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 3.75, 10.375, 3.625], "texture": "#0"}, + "down": {"uv": [3.875, 10.375, 3.75, 10.5], "texture": "#0"} + } + }, + { + "from": [5, 6, -11], + "to": [6, 7, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 6, -11]}, + "faces": { + "north": {"uv": [10.375, 3.75, 10.5, 3.875], "texture": "#0"}, + "east": {"uv": [3.875, 10.375, 4, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 3.875, 10.5, 4], "texture": "#0"}, + "west": {"uv": [4, 10.375, 4.125, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 4.125, 10.375, 4], "texture": "#0"}, + "down": {"uv": [4.25, 10.375, 4.125, 10.5], "texture": "#0"} + } + }, + { + "from": [4, 7, -11], + "to": [5, 8, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 7, -10]}, + "faces": { + "north": {"uv": [10.375, 4.125, 10.5, 4.25], "texture": "#0"}, + "east": {"uv": [3.375, 9.625, 3.625, 9.75], "texture": "#0"}, + "south": {"uv": [4.25, 10.375, 4.375, 10.5], "texture": "#0"}, + "west": {"uv": [9.625, 3.5, 9.875, 3.625], "texture": "#0"}, + "up": {"uv": [3.75, 9.875, 3.625, 9.625], "texture": "#0"}, + "down": {"uv": [9.75, 3.625, 9.625, 3.875], "texture": "#0"} + } + }, + { + "from": [3, 8, -11], + "to": [4, 9, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 8, -11]}, + "faces": { + "north": {"uv": [10.375, 4.25, 10.5, 4.375], "texture": "#0"}, + "east": {"uv": [4.375, 10.375, 4.5, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 4.375, 10.5, 4.5], "texture": "#0"}, + "west": {"uv": [4.5, 10.375, 4.625, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 4.625, 10.375, 4.5], "texture": "#0"}, + "down": {"uv": [4.75, 10.375, 4.625, 10.5], "texture": "#0"} + } + }, + { + "from": [3, 6, -11], + "to": [4, 7, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 6, -11]}, + "faces": { + "north": {"uv": [10.375, 4.625, 10.5, 4.75], "texture": "#0"}, + "east": {"uv": [4.75, 10.375, 4.875, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 4.75, 10.5, 4.875], "texture": "#0"}, + "west": {"uv": [4.875, 10.375, 5, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 5, 10.375, 4.875], "texture": "#0"}, + "down": {"uv": [5.125, 10.375, 5, 10.5], "texture": "#0"} + } + }, + { + "from": [6, 7, -13], + "to": [8, 8, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 7, -13]}, + "faces": { + "north": {"uv": [3.75, 9.625, 4, 9.75], "texture": "#0"}, + "east": {"uv": [10.375, 5, 10.5, 5.125], "texture": "#0"}, + "south": {"uv": [9.625, 3.875, 9.875, 4], "texture": "#0"}, + "west": {"uv": [5.125, 10.375, 5.25, 10.5], "texture": "#0"}, + "up": {"uv": [4.25, 9.75, 4, 9.625], "texture": "#0"}, + "down": {"uv": [9.875, 4, 9.625, 4.125], "texture": "#0"} + } + }, + { + "from": [5, 5, -12], + "to": [6, 6, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 5, -12]}, + "faces": { + "north": {"uv": [10.375, 5.125, 10.5, 5.25], "texture": "#0"}, + "east": {"uv": [5.25, 10.375, 5.375, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 5.25, 10.5, 5.375], "texture": "#0"}, + "west": {"uv": [5.375, 10.375, 5.5, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 5.5, 10.375, 5.375], "texture": "#0"}, + "down": {"uv": [5.625, 10.375, 5.5, 10.5], "texture": "#0"} + } + }, + { + "from": [5, 5, -14], + "to": [6, 6, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 5, -14]}, + "faces": { + "north": {"uv": [10.375, 5.5, 10.5, 5.625], "texture": "#0"}, + "east": {"uv": [5.625, 10.375, 5.75, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 5.625, 10.5, 5.75], "texture": "#0"}, + "west": {"uv": [5.75, 10.375, 5.875, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 5.875, 10.375, 5.75], "texture": "#0"}, + "down": {"uv": [6, 10.375, 5.875, 10.5], "texture": "#0"} + } + }, + { + "from": [3, 5, -14], + "to": [4, 6, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 5, -14]}, + "faces": { + "north": {"uv": [10.375, 5.875, 10.5, 6], "texture": "#0"}, + "east": {"uv": [6, 10.375, 6.125, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 6, 10.5, 6.125], "texture": "#0"}, + "west": {"uv": [6.125, 10.375, 6.25, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.25, 10.375, 6.125], "texture": "#0"}, + "down": {"uv": [6.375, 10.375, 6.25, 10.5], "texture": "#0"} + } + }, + { + "from": [3, 5, -12], + "to": [4, 6, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 5, -12]}, + "faces": { + "north": {"uv": [10.375, 6.25, 10.5, 6.375], "texture": "#0"}, + "east": {"uv": [6.375, 10.375, 6.5, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 6.375, 10.5, 6.5], "texture": "#0"}, + "west": {"uv": [6.5, 10.375, 6.625, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.625, 10.375, 6.5], "texture": "#0"}, + "down": {"uv": [6.75, 10.375, 6.625, 10.5], "texture": "#0"} + } + }, + { + "from": [4, 4, -13], + "to": [5, 6, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 4, -13]}, + "faces": { + "north": {"uv": [4.25, 9.625, 4.375, 9.875], "texture": "#0"}, + "east": {"uv": [9.625, 4.25, 9.75, 4.5], "texture": "#0"}, + "south": {"uv": [4.375, 9.625, 4.5, 9.875], "texture": "#0"}, + "west": {"uv": [4.5, 9.625, 4.625, 9.875], "texture": "#0"}, + "up": {"uv": [10.5, 6.75, 10.375, 6.625], "texture": "#0"}, + "down": {"uv": [6.875, 10.375, 6.75, 10.5], "texture": "#0"} + } + }, + { + "from": [9, 6, -7], + "to": [12, 9, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 6, -6]}, + "faces": { + "north": {"uv": [3.25, 6.875, 3.625, 7.25], "texture": "#0"}, + "east": {"uv": [3.625, 6.875, 4, 7.25], "texture": "#0"}, + "south": {"uv": [6.875, 4.125, 7.25, 4.5], "texture": "#0"}, + "west": {"uv": [6.875, 4.5, 7.25, 4.875], "texture": "#0"}, + "up": {"uv": [7.25, 5.25, 6.875, 4.875], "texture": "#0"}, + "down": {"uv": [7.25, 5.25, 6.875, 5.625], "texture": "#0"} + } + }, + { + "from": [10, 9, -6], + "to": [11, 11, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 9, -6]}, + "faces": { + "north": {"uv": [9.625, 4.5, 9.75, 4.75], "texture": "#0"}, + "east": {"uv": [4.625, 9.625, 4.75, 9.875], "texture": "#0"}, + "south": {"uv": [4.75, 9.625, 4.875, 9.875], "texture": "#0"}, + "west": {"uv": [9.625, 4.75, 9.75, 5], "texture": "#0"}, + "up": {"uv": [10.5, 6.875, 10.375, 6.75], "texture": "#0"}, + "down": {"uv": [7, 10.375, 6.875, 10.5], "texture": "#0"} + } + }, + { + "from": [11, 9, -7], + "to": [12, 10, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 9, -7]}, + "faces": { + "north": {"uv": [10.375, 6.875, 10.5, 7], "texture": "#0"}, + "east": {"uv": [7, 10.375, 7.125, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 7, 10.5, 7.125], "texture": "#0"}, + "west": {"uv": [7.125, 10.375, 7.25, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 7.25, 10.375, 7.125], "texture": "#0"}, + "down": {"uv": [7.375, 10.375, 7.25, 10.5], "texture": "#0"} + } + }, + { + "from": [11, 9, -5], + "to": [12, 10, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 9, -5]}, + "faces": { + "north": {"uv": [10.375, 7.25, 10.5, 7.375], "texture": "#0"}, + "east": {"uv": [7.375, 10.375, 7.5, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 7.375, 10.5, 7.5], "texture": "#0"}, + "west": {"uv": [7.5, 10.375, 7.625, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 7.625, 10.375, 7.5], "texture": "#0"}, + "down": {"uv": [7.75, 10.375, 7.625, 10.5], "texture": "#0"} + } + }, + { + "from": [9, 9, -5], + "to": [10, 10, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, -5]}, + "faces": { + "north": {"uv": [10.375, 7.625, 10.5, 7.75], "texture": "#0"}, + "east": {"uv": [7.75, 10.375, 7.875, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 7.75, 10.5, 7.875], "texture": "#0"}, + "west": {"uv": [7.875, 10.375, 8, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 8, 10.375, 7.875], "texture": "#0"}, + "down": {"uv": [8.125, 10.375, 8, 10.5], "texture": "#0"} + } + }, + { + "from": [9, 9, -7], + "to": [10, 10, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, -7]}, + "faces": { + "north": {"uv": [10.375, 8, 10.5, 8.125], "texture": "#0"}, + "east": {"uv": [8.125, 10.375, 8.25, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 8.125, 10.5, 8.25], "texture": "#0"}, + "west": {"uv": [8.25, 10.375, 8.375, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 8.375, 10.375, 8.25], "texture": "#0"}, + "down": {"uv": [8.5, 10.375, 8.375, 10.5], "texture": "#0"} + } + }, + { + "from": [8, 8, -7], + "to": [9, 9, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 8, -7]}, + "faces": { + "north": {"uv": [10.375, 8.375, 10.5, 8.5], "texture": "#0"}, + "east": {"uv": [8.5, 10.375, 8.625, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 8.5, 10.5, 8.625], "texture": "#0"}, + "west": {"uv": [8.625, 10.375, 8.75, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 8.75, 10.375, 8.625], "texture": "#0"}, + "down": {"uv": [8.875, 10.375, 8.75, 10.5], "texture": "#0"} + } + }, + { + "from": [7, 7, -6], + "to": [9, 8, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, -6]}, + "faces": { + "north": {"uv": [4.875, 9.625, 5.125, 9.75], "texture": "#0"}, + "east": {"uv": [10.375, 8.75, 10.5, 8.875], "texture": "#0"}, + "south": {"uv": [9.625, 5, 9.875, 5.125], "texture": "#0"}, + "west": {"uv": [8.875, 10.375, 9, 10.5], "texture": "#0"}, + "up": {"uv": [9.875, 5.25, 9.625, 5.125], "texture": "#0"}, + "down": {"uv": [9.875, 5.25, 9.625, 5.375], "texture": "#0"} + } + }, + { + "from": [8, 6, -7], + "to": [9, 7, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 6, -7]}, + "faces": { + "north": {"uv": [10.375, 8.875, 10.5, 9], "texture": "#0"}, + "east": {"uv": [9, 10.375, 9.125, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 9, 10.5, 9.125], "texture": "#0"}, + "west": {"uv": [9.125, 10.375, 9.25, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 9.25, 10.375, 9.125], "texture": "#0"}, + "down": {"uv": [9.375, 10.375, 9.25, 10.5], "texture": "#0"} + } + }, + { + "from": [8, 6, -5], + "to": [9, 7, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 6, -5]}, + "faces": { + "north": {"uv": [10.375, 9.25, 10.5, 9.375], "texture": "#0"}, + "east": {"uv": [9.375, 10.375, 9.5, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 9.375, 10.5, 9.5], "texture": "#0"}, + "west": {"uv": [9.5, 10.375, 9.625, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 9.625, 10.375, 9.5], "texture": "#0"}, + "down": {"uv": [9.75, 10.375, 9.625, 10.5], "texture": "#0"} + } + }, + { + "from": [8, 8, -5], + "to": [9, 9, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 8, -5]}, + "faces": { + "north": {"uv": [10.375, 9.625, 10.5, 9.75], "texture": "#0"}, + "east": {"uv": [9.75, 10.375, 9.875, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 9.75, 10.5, 9.875], "texture": "#0"}, + "west": {"uv": [9.875, 10.375, 10, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 10, 10.375, 9.875], "texture": "#0"}, + "down": {"uv": [10.125, 10.375, 10, 10.5], "texture": "#0"} + } + }, + { + "from": [12, 6, -7], + "to": [13, 7, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 6, -7]}, + "faces": { + "north": {"uv": [10.375, 10, 10.5, 10.125], "texture": "#0"}, + "east": {"uv": [10.125, 10.375, 10.25, 10.5], "texture": "#0"}, + "south": {"uv": [10.375, 10.125, 10.5, 10.25], "texture": "#0"}, + "west": {"uv": [10.25, 10.375, 10.375, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 10.375, 10.375, 10.25], "texture": "#0"}, + "down": {"uv": [10.5, 10.375, 10.375, 10.5], "texture": "#0"} + } + }, + { + "from": [12, 8, -7], + "to": [13, 9, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 8, -7]}, + "faces": { + "north": {"uv": [0, 10.5, 0.125, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 0, 10.625, 0.125], "texture": "#0"}, + "south": {"uv": [0.125, 10.5, 0.25, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 0.125, 10.625, 0.25], "texture": "#0"}, + "up": {"uv": [0.375, 10.625, 0.25, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 0.25, 10.5, 0.375], "texture": "#0"} + } + }, + { + "from": [12, 8, -5], + "to": [13, 9, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 8, -5]}, + "faces": { + "north": {"uv": [0.375, 10.5, 0.5, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 0.375, 10.625, 0.5], "texture": "#0"}, + "south": {"uv": [0.5, 10.5, 0.625, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 0.5, 10.625, 0.625], "texture": "#0"}, + "up": {"uv": [0.75, 10.625, 0.625, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 0.625, 10.5, 0.75], "texture": "#0"} + } + }, + { + "from": [12, 6, -5], + "to": [13, 7, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 6, -5]}, + "faces": { + "north": {"uv": [0.75, 10.5, 0.875, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 0.75, 10.625, 0.875], "texture": "#0"}, + "south": {"uv": [0.875, 10.5, 1, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 0.875, 10.625, 1], "texture": "#0"}, + "up": {"uv": [1.125, 10.625, 1, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 1, 10.5, 1.125], "texture": "#0"} + } + }, + { + "from": [11, 6, -8], + "to": [12, 7, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 6, -8]}, + "faces": { + "north": {"uv": [1.125, 10.5, 1.25, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 1.125, 10.625, 1.25], "texture": "#0"}, + "south": {"uv": [1.25, 10.5, 1.375, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 1.25, 10.625, 1.375], "texture": "#0"}, + "up": {"uv": [1.5, 10.625, 1.375, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 1.375, 10.5, 1.5], "texture": "#0"} + } + }, + { + "from": [9, 6, -8], + "to": [10, 7, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, -8]}, + "faces": { + "north": {"uv": [1.5, 10.5, 1.625, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 1.5, 10.625, 1.625], "texture": "#0"}, + "south": {"uv": [1.625, 10.5, 1.75, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 1.625, 10.625, 1.75], "texture": "#0"}, + "up": {"uv": [1.875, 10.625, 1.75, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 1.75, 10.5, 1.875], "texture": "#0"} + } + }, + { + "from": [10, 7, -9], + "to": [11, 8, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 7, -8]}, + "faces": { + "north": {"uv": [1.875, 10.5, 2, 10.625], "texture": "#0"}, + "east": {"uv": [5.375, 9.625, 5.625, 9.75], "texture": "#0"}, + "south": {"uv": [10.5, 1.875, 10.625, 2], "texture": "#0"}, + "west": {"uv": [9.625, 5.375, 9.875, 5.5], "texture": "#0"}, + "up": {"uv": [5.25, 9.875, 5.125, 9.625], "texture": "#0"}, + "down": {"uv": [9.75, 5.5, 9.625, 5.75], "texture": "#0"} + } + }, + { + "from": [9, 8, -8], + "to": [10, 9, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -8]}, + "faces": { + "north": {"uv": [2, 10.5, 2.125, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 2, 10.625, 2.125], "texture": "#0"}, + "south": {"uv": [2.125, 10.5, 2.25, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 2.125, 10.625, 2.25], "texture": "#0"}, + "up": {"uv": [2.375, 10.625, 2.25, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 2.25, 10.5, 2.375], "texture": "#0"} + } + }, + { + "from": [11, 8, -8], + "to": [12, 9, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 8, -8]}, + "faces": { + "north": {"uv": [2.375, 10.5, 2.5, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 2.375, 10.625, 2.5], "texture": "#0"}, + "south": {"uv": [2.5, 10.5, 2.625, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 2.5, 10.625, 2.625], "texture": "#0"}, + "up": {"uv": [2.75, 10.625, 2.625, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 2.625, 10.5, 2.75], "texture": "#0"} + } + }, + { + "from": [11, 8, -4], + "to": [12, 9, -3], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 8, -4]}, + "faces": { + "north": {"uv": [2.75, 10.5, 2.875, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 2.75, 10.625, 2.875], "texture": "#0"}, + "south": {"uv": [2.875, 10.5, 3, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 2.875, 10.625, 3], "texture": "#0"}, + "up": {"uv": [3.125, 10.625, 3, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 3, 10.5, 3.125], "texture": "#0"} + } + }, + { + "from": [11, 6, -4], + "to": [12, 7, -3], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 6, -4]}, + "faces": { + "north": {"uv": [3.125, 10.5, 3.25, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 3.125, 10.625, 3.25], "texture": "#0"}, + "south": {"uv": [3.25, 10.5, 3.375, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 3.25, 10.625, 3.375], "texture": "#0"}, + "up": {"uv": [3.5, 10.625, 3.375, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 3.375, 10.5, 3.5], "texture": "#0"} + } + }, + { + "from": [10, 7, -4], + "to": [11, 8, -2], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 7, -3]}, + "faces": { + "north": {"uv": [3.5, 10.5, 3.625, 10.625], "texture": "#0"}, + "east": {"uv": [5.625, 9.625, 5.875, 9.75], "texture": "#0"}, + "south": {"uv": [10.5, 3.5, 10.625, 3.625], "texture": "#0"}, + "west": {"uv": [9.625, 5.75, 9.875, 5.875], "texture": "#0"}, + "up": {"uv": [6, 9.875, 5.875, 9.625], "texture": "#0"}, + "down": {"uv": [9.75, 5.875, 9.625, 6.125], "texture": "#0"} + } + }, + { + "from": [9, 8, -4], + "to": [10, 9, -3], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -4]}, + "faces": { + "north": {"uv": [3.625, 10.5, 3.75, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 3.625, 10.625, 3.75], "texture": "#0"}, + "south": {"uv": [3.75, 10.5, 3.875, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 3.75, 10.625, 3.875], "texture": "#0"}, + "up": {"uv": [4, 10.625, 3.875, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 3.875, 10.5, 4], "texture": "#0"} + } + }, + { + "from": [9, 6, -4], + "to": [10, 7, -3], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 6, -4]}, + "faces": { + "north": {"uv": [4, 10.5, 4.125, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 4, 10.625, 4.125], "texture": "#0"}, + "south": {"uv": [4.125, 10.5, 4.25, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 4.125, 10.625, 4.25], "texture": "#0"}, + "up": {"uv": [4.375, 10.625, 4.25, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 4.25, 10.5, 4.375], "texture": "#0"} + } + }, + { + "from": [12, 7, -6], + "to": [14, 8, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 7, -6]}, + "faces": { + "north": {"uv": [6.125, 9.625, 6.375, 9.75], "texture": "#0"}, + "east": {"uv": [4.375, 10.5, 4.5, 10.625], "texture": "#0"}, + "south": {"uv": [9.625, 6.125, 9.875, 6.25], "texture": "#0"}, + "west": {"uv": [10.5, 4.375, 10.625, 4.5], "texture": "#0"}, + "up": {"uv": [9.875, 6.375, 9.625, 6.25], "texture": "#0"}, + "down": {"uv": [9.875, 6.375, 9.625, 6.5], "texture": "#0"} + } + }, + { + "from": [11, 5, -5], + "to": [12, 6, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 5, -5]}, + "faces": { + "north": {"uv": [4.5, 10.5, 4.625, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 4.5, 10.625, 4.625], "texture": "#0"}, + "south": {"uv": [4.625, 10.5, 4.75, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 4.625, 10.625, 4.75], "texture": "#0"}, + "up": {"uv": [4.875, 10.625, 4.75, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 4.75, 10.5, 4.875], "texture": "#0"} + } + }, + { + "from": [11, 5, -7], + "to": [12, 6, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 5, -7]}, + "faces": { + "north": {"uv": [4.875, 10.5, 5, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 4.875, 10.625, 5], "texture": "#0"}, + "south": {"uv": [5, 10.5, 5.125, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 5, 10.625, 5.125], "texture": "#0"}, + "up": {"uv": [5.25, 10.625, 5.125, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 5.125, 10.5, 5.25], "texture": "#0"} + } + }, + { + "from": [9, 5, -7], + "to": [10, 6, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, -7]}, + "faces": { + "north": {"uv": [5.25, 10.5, 5.375, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 5.25, 10.625, 5.375], "texture": "#0"}, + "south": {"uv": [5.375, 10.5, 5.5, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 5.375, 10.625, 5.5], "texture": "#0"}, + "up": {"uv": [5.625, 10.625, 5.5, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 5.5, 10.5, 5.625], "texture": "#0"} + } + }, + { + "from": [9, 5, -5], + "to": [10, 6, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, -5]}, + "faces": { + "north": {"uv": [5.625, 10.5, 5.75, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 5.625, 10.625, 5.75], "texture": "#0"}, + "south": {"uv": [5.75, 10.5, 5.875, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 5.75, 10.625, 5.875], "texture": "#0"}, + "up": {"uv": [6, 10.625, 5.875, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 5.875, 10.5, 6], "texture": "#0"} + } + }, + { + "from": [10, 4, -6], + "to": [11, 6, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, -6]}, + "faces": { + "north": {"uv": [9.625, 6.5, 9.75, 6.75], "texture": "#0"}, + "east": {"uv": [6.875, 9.625, 7, 9.875], "texture": "#0"}, + "south": {"uv": [7, 9.625, 7.125, 9.875], "texture": "#0"}, + "west": {"uv": [7.125, 9.625, 7.25, 9.875], "texture": "#0"}, + "up": {"uv": [6.125, 10.625, 6, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 6, 10.5, 6.125], "texture": "#0"} + } + }, + { + "from": [3, 8, -9], + "to": [6, 11, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 8, -8]}, + "faces": { + "north": {"uv": [6.875, 5.625, 7.25, 6], "texture": "#0"}, + "east": {"uv": [6.875, 6, 7.25, 6.375], "texture": "#0"}, + "south": {"uv": [6.625, 6.875, 7, 7.25], "texture": "#0"}, + "west": {"uv": [7, 1.5, 7.375, 1.875], "texture": "#0"}, + "up": {"uv": [7.375, 2.625, 7, 2.25], "texture": "#0"}, + "down": {"uv": [5.25, 7, 4.875, 7.375], "texture": "#0"} + } + }, + { + "from": [4, 11, -8], + "to": [5, 13, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 11, -8]}, + "faces": { + "north": {"uv": [7.375, 9.625, 7.5, 9.875], "texture": "#0"}, + "east": {"uv": [9.625, 7.375, 9.75, 7.625], "texture": "#0"}, + "south": {"uv": [7.5, 9.625, 7.625, 9.875], "texture": "#0"}, + "west": {"uv": [7.625, 9.625, 7.75, 9.875], "texture": "#0"}, + "up": {"uv": [6.25, 10.625, 6.125, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 6.125, 10.5, 6.25], "texture": "#0"} + } + }, + { + "from": [5, 11, -9], + "to": [6, 12, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 11, -9]}, + "faces": { + "north": {"uv": [6.25, 10.5, 6.375, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 6.25, 10.625, 6.375], "texture": "#0"}, + "south": {"uv": [6.375, 10.5, 6.5, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 6.375, 10.625, 6.5], "texture": "#0"}, + "up": {"uv": [6.625, 10.625, 6.5, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 6.5, 10.5, 6.625], "texture": "#0"} + } + }, + { + "from": [5, 11, -7], + "to": [6, 12, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 11, -7]}, + "faces": { + "north": {"uv": [6.625, 10.5, 6.75, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 6.625, 10.625, 6.75], "texture": "#0"}, + "south": {"uv": [6.75, 10.5, 6.875, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 6.75, 10.625, 6.875], "texture": "#0"}, + "up": {"uv": [7, 10.625, 6.875, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 6.875, 10.5, 7], "texture": "#0"} + } + }, + { + "from": [3, 11, -7], + "to": [4, 12, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 11, -7]}, + "faces": { + "north": {"uv": [7, 10.5, 7.125, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 7, 10.625, 7.125], "texture": "#0"}, + "south": {"uv": [7.125, 10.5, 7.25, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 7.125, 10.625, 7.25], "texture": "#0"}, + "up": {"uv": [7.375, 10.625, 7.25, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 7.25, 10.5, 7.375], "texture": "#0"} + } + }, + { + "from": [3, 11, -9], + "to": [4, 12, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 11, -9]}, + "faces": { + "north": {"uv": [7.375, 10.5, 7.5, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 7.375, 10.625, 7.5], "texture": "#0"}, + "south": {"uv": [7.5, 10.5, 7.625, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 7.5, 10.625, 7.625], "texture": "#0"}, + "up": {"uv": [7.75, 10.625, 7.625, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 7.625, 10.5, 7.75], "texture": "#0"} + } + }, + { + "from": [2, 10, -9], + "to": [3, 11, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 10, -9]}, + "faces": { + "north": {"uv": [7.75, 10.5, 7.875, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 7.75, 10.625, 7.875], "texture": "#0"}, + "south": {"uv": [7.875, 10.5, 8, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 7.875, 10.625, 8], "texture": "#0"}, + "up": {"uv": [8.125, 10.625, 8, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 8, 10.5, 8.125], "texture": "#0"} + } + }, + { + "from": [1, 9, -8], + "to": [3, 10, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 9, -8]}, + "faces": { + "north": {"uv": [9.625, 6.75, 9.875, 6.875], "texture": "#0"}, + "east": {"uv": [8.125, 10.5, 8.25, 10.625], "texture": "#0"}, + "south": {"uv": [9.625, 7.625, 9.875, 7.75], "texture": "#0"}, + "west": {"uv": [10.5, 8.125, 10.625, 8.25], "texture": "#0"}, + "up": {"uv": [8, 9.75, 7.75, 9.625], "texture": "#0"}, + "down": {"uv": [9.875, 7.75, 9.625, 7.875], "texture": "#0"} + } + }, + { + "from": [2, 8, -9], + "to": [3, 9, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 8, -9]}, + "faces": { + "north": {"uv": [8.25, 10.5, 8.375, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 8.25, 10.625, 8.375], "texture": "#0"}, + "south": {"uv": [8.375, 10.5, 8.5, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 8.375, 10.625, 8.5], "texture": "#0"}, + "up": {"uv": [8.625, 10.625, 8.5, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 8.5, 10.5, 8.625], "texture": "#0"} + } + }, + { + "from": [2, 8, -7], + "to": [3, 9, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 8, -7]}, + "faces": { + "north": {"uv": [8.625, 10.5, 8.75, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 8.625, 10.625, 8.75], "texture": "#0"}, + "south": {"uv": [8.75, 10.5, 8.875, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 8.75, 10.625, 8.875], "texture": "#0"}, + "up": {"uv": [9, 10.625, 8.875, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 8.875, 10.5, 9], "texture": "#0"} + } + }, + { + "from": [2, 10, -7], + "to": [3, 11, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 10, -7]}, + "faces": { + "north": {"uv": [9, 10.5, 9.125, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 9, 10.625, 9.125], "texture": "#0"}, + "south": {"uv": [9.125, 10.5, 9.25, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 9.125, 10.625, 9.25], "texture": "#0"}, + "up": {"uv": [9.375, 10.625, 9.25, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 9.25, 10.5, 9.375], "texture": "#0"} + } + }, + { + "from": [6, 8, -9], + "to": [7, 9, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 8, -9]}, + "faces": { + "north": {"uv": [9.375, 10.5, 9.5, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 9.375, 10.625, 9.5], "texture": "#0"}, + "south": {"uv": [9.5, 10.5, 9.625, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 9.5, 10.625, 9.625], "texture": "#0"}, + "up": {"uv": [9.75, 10.625, 9.625, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 9.625, 10.5, 9.75], "texture": "#0"} + } + }, + { + "from": [6, 10, -9], + "to": [7, 11, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 10, -9]}, + "faces": { + "north": {"uv": [9.75, 10.5, 9.875, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 9.75, 10.625, 9.875], "texture": "#0"}, + "south": {"uv": [9.875, 10.5, 10, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 9.875, 10.625, 10], "texture": "#0"}, + "up": {"uv": [10.125, 10.625, 10, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 10, 10.5, 10.125], "texture": "#0"} + } + }, + { + "from": [6, 10, -7], + "to": [7, 11, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 10, -7]}, + "faces": { + "north": {"uv": [10.125, 10.5, 10.25, 10.625], "texture": "#0"}, + "east": {"uv": [10.5, 10.125, 10.625, 10.25], "texture": "#0"}, + "south": {"uv": [10.25, 10.5, 10.375, 10.625], "texture": "#0"}, + "west": {"uv": [10.5, 10.25, 10.625, 10.375], "texture": "#0"}, + "up": {"uv": [10.5, 10.625, 10.375, 10.5], "texture": "#0"}, + "down": {"uv": [10.625, 10.375, 10.5, 10.5], "texture": "#0"} + } + }, + { + "from": [6, 8, -7], + "to": [7, 9, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 8, -7]}, + "faces": { + "north": {"uv": [10.5, 10.5, 10.625, 10.625], "texture": "#0"}, + "east": {"uv": [0, 10.625, 0.125, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 0, 10.75, 0.125], "texture": "#0"}, + "west": {"uv": [0.125, 10.625, 0.25, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 0.25, 10.625, 0.125], "texture": "#0"}, + "down": {"uv": [0.375, 10.625, 0.25, 10.75], "texture": "#0"} + } + }, + { + "from": [5, 8, -10], + "to": [6, 9, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 8, -10]}, + "faces": { + "north": {"uv": [10.625, 0.25, 10.75, 0.375], "texture": "#0"}, + "east": {"uv": [0.375, 10.625, 0.5, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 0.375, 10.75, 0.5], "texture": "#0"}, + "west": {"uv": [0.5, 10.625, 0.625, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 0.625, 10.625, 0.5], "texture": "#0"}, + "down": {"uv": [0.75, 10.625, 0.625, 10.75], "texture": "#0"} + } + }, + { + "from": [3, 8, -10], + "to": [4, 9, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 8, -10]}, + "faces": { + "north": {"uv": [10.625, 0.625, 10.75, 0.75], "texture": "#0"}, + "east": {"uv": [0.75, 10.625, 0.875, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 0.75, 10.75, 0.875], "texture": "#0"}, + "west": {"uv": [0.875, 10.625, 1, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 1, 10.625, 0.875], "texture": "#0"}, + "down": {"uv": [1.125, 10.625, 1, 10.75], "texture": "#0"} + } + }, + { + "from": [4, 9, -11], + "to": [5, 10, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 9, -10]}, + "faces": { + "north": {"uv": [10.625, 1, 10.75, 1.125], "texture": "#0"}, + "east": {"uv": [9.625, 8, 9.875, 8.125], "texture": "#0"}, + "south": {"uv": [1.125, 10.625, 1.25, 10.75], "texture": "#0"}, + "west": {"uv": [9.625, 8.125, 9.875, 8.25], "texture": "#0"}, + "up": {"uv": [8.375, 9.875, 8.25, 9.625], "texture": "#0"}, + "down": {"uv": [9.75, 8.25, 9.625, 8.5], "texture": "#0"} + } + }, + { + "from": [3, 10, -10], + "to": [4, 11, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 10, -10]}, + "faces": { + "north": {"uv": [10.625, 1.125, 10.75, 1.25], "texture": "#0"}, + "east": {"uv": [1.25, 10.625, 1.375, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 1.25, 10.75, 1.375], "texture": "#0"}, + "west": {"uv": [1.375, 10.625, 1.5, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 1.5, 10.625, 1.375], "texture": "#0"}, + "down": {"uv": [1.625, 10.625, 1.5, 10.75], "texture": "#0"} + } + }, + { + "from": [5, 10, -10], + "to": [6, 11, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 10, -10]}, + "faces": { + "north": {"uv": [10.625, 1.5, 10.75, 1.625], "texture": "#0"}, + "east": {"uv": [1.625, 10.625, 1.75, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 1.625, 10.75, 1.75], "texture": "#0"}, + "west": {"uv": [1.75, 10.625, 1.875, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 1.875, 10.625, 1.75], "texture": "#0"}, + "down": {"uv": [2, 10.625, 1.875, 10.75], "texture": "#0"} + } + }, + { + "from": [5, 10, -6], + "to": [6, 11, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 10, -6]}, + "faces": { + "north": {"uv": [10.625, 1.875, 10.75, 2], "texture": "#0"}, + "east": {"uv": [2, 10.625, 2.125, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 2, 10.75, 2.125], "texture": "#0"}, + "west": {"uv": [2.125, 10.625, 2.25, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 2.25, 10.625, 2.125], "texture": "#0"}, + "down": {"uv": [2.375, 10.625, 2.25, 10.75], "texture": "#0"} + } + }, + { + "from": [5, 8, -6], + "to": [6, 9, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 8, -6]}, + "faces": { + "north": {"uv": [10.625, 2.25, 10.75, 2.375], "texture": "#0"}, + "east": {"uv": [2.375, 10.625, 2.5, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 2.375, 10.75, 2.5], "texture": "#0"}, + "west": {"uv": [2.5, 10.625, 2.625, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 2.625, 10.625, 2.5], "texture": "#0"}, + "down": {"uv": [2.75, 10.625, 2.625, 10.75], "texture": "#0"} + } + }, + { + "from": [4, 9, -6], + "to": [5, 10, -4], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 9, -5]}, + "faces": { + "north": {"uv": [10.625, 2.625, 10.75, 2.75], "texture": "#0"}, + "east": {"uv": [8.625, 9.625, 8.875, 9.75], "texture": "#0"}, + "south": {"uv": [2.75, 10.625, 2.875, 10.75], "texture": "#0"}, + "west": {"uv": [9.625, 8.75, 9.875, 8.875], "texture": "#0"}, + "up": {"uv": [9, 9.875, 8.875, 9.625], "texture": "#0"}, + "down": {"uv": [9.375, 9.625, 9.25, 9.875], "texture": "#0"} + } + }, + { + "from": [3, 10, -6], + "to": [4, 11, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 10, -6]}, + "faces": { + "north": {"uv": [10.625, 2.75, 10.75, 2.875], "texture": "#0"}, + "east": {"uv": [2.875, 10.625, 3, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 2.875, 10.75, 3], "texture": "#0"}, + "west": {"uv": [3, 10.625, 3.125, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 3.125, 10.625, 3], "texture": "#0"}, + "down": {"uv": [3.25, 10.625, 3.125, 10.75], "texture": "#0"} + } + }, + { + "from": [3, 8, -6], + "to": [4, 9, -5], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 8, -6]}, + "faces": { + "north": {"uv": [10.625, 3.125, 10.75, 3.25], "texture": "#0"}, + "east": {"uv": [3.25, 10.625, 3.375, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 3.25, 10.75, 3.375], "texture": "#0"}, + "west": {"uv": [3.375, 10.625, 3.5, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 3.5, 10.625, 3.375], "texture": "#0"}, + "down": {"uv": [3.625, 10.625, 3.5, 10.75], "texture": "#0"} + } + }, + { + "from": [6, 9, -8], + "to": [8, 10, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 9, -8]}, + "faces": { + "north": {"uv": [9.625, 8.875, 9.875, 9], "texture": "#0"}, + "east": {"uv": [10.625, 3.5, 10.75, 3.625], "texture": "#0"}, + "south": {"uv": [9.625, 9.5, 9.875, 9.625], "texture": "#0"}, + "west": {"uv": [3.625, 10.625, 3.75, 10.75], "texture": "#0"}, + "up": {"uv": [9.875, 9.75, 9.625, 9.625], "texture": "#0"}, + "down": {"uv": [10, 0, 9.75, 0.125], "texture": "#0"} + } + }, + { + "from": [5, 7, -7], + "to": [6, 8, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 7, -7]}, + "faces": { + "north": {"uv": [10.625, 3.625, 10.75, 3.75], "texture": "#0"}, + "east": {"uv": [3.75, 10.625, 3.875, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 3.75, 10.75, 3.875], "texture": "#0"}, + "west": {"uv": [3.875, 10.625, 4, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 4, 10.625, 3.875], "texture": "#0"}, + "down": {"uv": [4.125, 10.625, 4, 10.75], "texture": "#0"} + } + }, + { + "from": [5, 7, -9], + "to": [6, 8, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 7, -9]}, + "faces": { + "north": {"uv": [10.625, 4, 10.75, 4.125], "texture": "#0"}, + "east": {"uv": [4.125, 10.625, 4.25, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 4.125, 10.75, 4.25], "texture": "#0"}, + "west": {"uv": [4.25, 10.625, 4.375, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 4.375, 10.625, 4.25], "texture": "#0"}, + "down": {"uv": [4.5, 10.625, 4.375, 10.75], "texture": "#0"} + } + }, + { + "from": [3, 7, -9], + "to": [4, 8, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 7, -9]}, + "faces": { + "north": {"uv": [10.625, 4.375, 10.75, 4.5], "texture": "#0"}, + "east": {"uv": [4.5, 10.625, 4.625, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 4.5, 10.75, 4.625], "texture": "#0"}, + "west": {"uv": [4.625, 10.625, 4.75, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 4.75, 10.625, 4.625], "texture": "#0"}, + "down": {"uv": [4.875, 10.625, 4.75, 10.75], "texture": "#0"} + } + }, + { + "from": [3, 7, -7], + "to": [4, 8, -6], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 7, -7]}, + "faces": { + "north": {"uv": [10.625, 4.75, 10.75, 4.875], "texture": "#0"}, + "east": {"uv": [4.875, 10.625, 5, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 4.875, 10.75, 5], "texture": "#0"}, + "west": {"uv": [5, 10.625, 5.125, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 5.125, 10.625, 5], "texture": "#0"}, + "down": {"uv": [5.25, 10.625, 5.125, 10.75], "texture": "#0"} + } + }, + { + "from": [4, 6, -8], + "to": [5, 8, -7], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 6, -8]}, + "faces": { + "north": {"uv": [9.375, 9.625, 9.5, 9.875], "texture": "#0"}, + "east": {"uv": [0.125, 9.75, 0.25, 10], "texture": "#0"}, + "south": {"uv": [0.25, 9.75, 0.375, 10], "texture": "#0"}, + "west": {"uv": [0.375, 9.75, 0.5, 10], "texture": "#0"}, + "up": {"uv": [10.75, 5.25, 10.625, 5.125], "texture": "#0"}, + "down": {"uv": [5.375, 10.625, 5.25, 10.75], "texture": "#0"} + } + }, + { + "from": [9, 9, -13], + "to": [12, 12, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 9, -12]}, + "faces": { + "north": {"uv": [7, 6.375, 7.375, 6.75], "texture": "#0"}, + "east": {"uv": [7, 6.75, 7.375, 7.125], "texture": "#0"}, + "south": {"uv": [7.125, 0, 7.5, 0.375], "texture": "#0"}, + "west": {"uv": [7.125, 0.375, 7.5, 0.75], "texture": "#0"}, + "up": {"uv": [7.5, 1.125, 7.125, 0.75], "texture": "#0"}, + "down": {"uv": [1.5, 7.125, 1.125, 7.5], "texture": "#0"} + } + }, + { + "from": [10, 12, -12], + "to": [11, 14, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 12, -12]}, + "faces": { + "north": {"uv": [0.5, 9.75, 0.625, 10], "texture": "#0"}, + "east": {"uv": [0.625, 9.75, 0.75, 10], "texture": "#0"}, + "south": {"uv": [0.75, 9.75, 0.875, 10], "texture": "#0"}, + "west": {"uv": [9.75, 0.75, 9.875, 1], "texture": "#0"}, + "up": {"uv": [10.75, 5.375, 10.625, 5.25], "texture": "#0"}, + "down": {"uv": [5.5, 10.625, 5.375, 10.75], "texture": "#0"} + } + }, + { + "from": [11, 12, -13], + "to": [12, 13, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 12, -13]}, + "faces": { + "north": {"uv": [10.625, 5.375, 10.75, 5.5], "texture": "#0"}, + "east": {"uv": [5.5, 10.625, 5.625, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 5.5, 10.75, 5.625], "texture": "#0"}, + "west": {"uv": [5.625, 10.625, 5.75, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 5.75, 10.625, 5.625], "texture": "#0"}, + "down": {"uv": [5.875, 10.625, 5.75, 10.75], "texture": "#0"} + } + }, + { + "from": [11, 12, -11], + "to": [12, 13, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 12, -11]}, + "faces": { + "north": {"uv": [10.625, 5.75, 10.75, 5.875], "texture": "#0"}, + "east": {"uv": [5.875, 10.625, 6, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 5.875, 10.75, 6], "texture": "#0"}, + "west": {"uv": [6, 10.625, 6.125, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 6.125, 10.625, 6], "texture": "#0"}, + "down": {"uv": [6.25, 10.625, 6.125, 10.75], "texture": "#0"} + } + }, + { + "from": [9, 12, -11], + "to": [10, 13, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, -11]}, + "faces": { + "north": {"uv": [10.625, 6.125, 10.75, 6.25], "texture": "#0"}, + "east": {"uv": [6.25, 10.625, 6.375, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 6.25, 10.75, 6.375], "texture": "#0"}, + "west": {"uv": [6.375, 10.625, 6.5, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 6.5, 10.625, 6.375], "texture": "#0"}, + "down": {"uv": [6.625, 10.625, 6.5, 10.75], "texture": "#0"} + } + }, + { + "from": [9, 12, -13], + "to": [10, 13, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, -13]}, + "faces": { + "north": {"uv": [10.625, 6.5, 10.75, 6.625], "texture": "#0"}, + "east": {"uv": [6.625, 10.625, 6.75, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 6.625, 10.75, 6.75], "texture": "#0"}, + "west": {"uv": [6.75, 10.625, 6.875, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 6.875, 10.625, 6.75], "texture": "#0"}, + "down": {"uv": [7, 10.625, 6.875, 10.75], "texture": "#0"} + } + }, + { + "from": [8, 11, -13], + "to": [9, 12, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, -13]}, + "faces": { + "north": {"uv": [10.625, 6.875, 10.75, 7], "texture": "#0"}, + "east": {"uv": [7, 10.625, 7.125, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 7, 10.75, 7.125], "texture": "#0"}, + "west": {"uv": [7.125, 10.625, 7.25, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 7.25, 10.625, 7.125], "texture": "#0"}, + "down": {"uv": [7.375, 10.625, 7.25, 10.75], "texture": "#0"} + } + }, + { + "from": [7, 10, -12], + "to": [9, 11, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 10, -12]}, + "faces": { + "north": {"uv": [9.75, 0.125, 10, 0.25], "texture": "#0"}, + "east": {"uv": [10.625, 7.25, 10.75, 7.375], "texture": "#0"}, + "south": {"uv": [1.125, 9.75, 1.375, 9.875], "texture": "#0"}, + "west": {"uv": [7.375, 10.625, 7.5, 10.75], "texture": "#0"}, + "up": {"uv": [10, 1.25, 9.75, 1.125], "texture": "#0"}, + "down": {"uv": [10, 1.25, 9.75, 1.375], "texture": "#0"} + } + }, + { + "from": [8, 9, -13], + "to": [9, 10, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 9, -13]}, + "faces": { + "north": {"uv": [10.625, 7.375, 10.75, 7.5], "texture": "#0"}, + "east": {"uv": [7.5, 10.625, 7.625, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 7.5, 10.75, 7.625], "texture": "#0"}, + "west": {"uv": [7.625, 10.625, 7.75, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 7.75, 10.625, 7.625], "texture": "#0"}, + "down": {"uv": [7.875, 10.625, 7.75, 10.75], "texture": "#0"} + } + }, + { + "from": [8, 9, -11], + "to": [9, 10, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 9, -11]}, + "faces": { + "north": {"uv": [10.625, 7.75, 10.75, 7.875], "texture": "#0"}, + "east": {"uv": [7.875, 10.625, 8, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 7.875, 10.75, 8], "texture": "#0"}, + "west": {"uv": [8, 10.625, 8.125, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 8.125, 10.625, 8], "texture": "#0"}, + "down": {"uv": [8.25, 10.625, 8.125, 10.75], "texture": "#0"} + } + }, + { + "from": [8, 11, -11], + "to": [9, 12, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, -11]}, + "faces": { + "north": {"uv": [10.625, 8.125, 10.75, 8.25], "texture": "#0"}, + "east": {"uv": [8.25, 10.625, 8.375, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 8.25, 10.75, 8.375], "texture": "#0"}, + "west": {"uv": [8.375, 10.625, 8.5, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 8.5, 10.625, 8.375], "texture": "#0"}, + "down": {"uv": [8.625, 10.625, 8.5, 10.75], "texture": "#0"} + } + }, + { + "from": [12, 9, -13], + "to": [13, 10, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 9, -13]}, + "faces": { + "north": {"uv": [10.625, 8.5, 10.75, 8.625], "texture": "#0"}, + "east": {"uv": [8.625, 10.625, 8.75, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 8.625, 10.75, 8.75], "texture": "#0"}, + "west": {"uv": [8.75, 10.625, 8.875, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 8.875, 10.625, 8.75], "texture": "#0"}, + "down": {"uv": [9, 10.625, 8.875, 10.75], "texture": "#0"} + } + }, + { + "from": [12, 11, -13], + "to": [13, 12, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 11, -13]}, + "faces": { + "north": {"uv": [10.625, 8.875, 10.75, 9], "texture": "#0"}, + "east": {"uv": [9, 10.625, 9.125, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 9, 10.75, 9.125], "texture": "#0"}, + "west": {"uv": [9.125, 10.625, 9.25, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 9.25, 10.625, 9.125], "texture": "#0"}, + "down": {"uv": [9.375, 10.625, 9.25, 10.75], "texture": "#0"} + } + }, + { + "from": [12, 11, -11], + "to": [13, 12, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 11, -11]}, + "faces": { + "north": {"uv": [10.625, 9.25, 10.75, 9.375], "texture": "#0"}, + "east": {"uv": [9.375, 10.625, 9.5, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 9.375, 10.75, 9.5], "texture": "#0"}, + "west": {"uv": [9.5, 10.625, 9.625, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 9.625, 10.625, 9.5], "texture": "#0"}, + "down": {"uv": [9.75, 10.625, 9.625, 10.75], "texture": "#0"} + } + }, + { + "from": [12, 9, -11], + "to": [13, 10, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 9, -11]}, + "faces": { + "north": {"uv": [10.625, 9.625, 10.75, 9.75], "texture": "#0"}, + "east": {"uv": [9.75, 10.625, 9.875, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 9.75, 10.75, 9.875], "texture": "#0"}, + "west": {"uv": [9.875, 10.625, 10, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 10, 10.625, 9.875], "texture": "#0"}, + "down": {"uv": [10.125, 10.625, 10, 10.75], "texture": "#0"} + } + }, + { + "from": [11, 9, -14], + "to": [12, 10, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 9, -14]}, + "faces": { + "north": {"uv": [10.625, 10, 10.75, 10.125], "texture": "#0"}, + "east": {"uv": [10.125, 10.625, 10.25, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 10.125, 10.75, 10.25], "texture": "#0"}, + "west": {"uv": [10.25, 10.625, 10.375, 10.75], "texture": "#0"}, + "up": {"uv": [10.75, 10.375, 10.625, 10.25], "texture": "#0"}, + "down": {"uv": [10.5, 10.625, 10.375, 10.75], "texture": "#0"} + } + }, + { + "from": [9, 9, -14], + "to": [10, 10, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, -14]}, + "faces": { + "north": {"uv": [10.625, 10.375, 10.75, 10.5], "texture": "#0"}, + "east": {"uv": [10.5, 10.625, 10.625, 10.75], "texture": "#0"}, + "south": {"uv": [10.625, 10.5, 10.75, 10.625], "texture": "#0"}, + "west": {"uv": [10.625, 10.625, 10.75, 10.75], "texture": "#0"}, + "up": {"uv": [0.125, 10.875, 0, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 0, 10.75, 0.125], "texture": "#0"} + } + }, + { + "from": [10, 10, -15], + "to": [11, 11, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 10, -14]}, + "faces": { + "north": {"uv": [0.125, 10.75, 0.25, 10.875], "texture": "#0"}, + "east": {"uv": [9.75, 1.375, 10, 1.5], "texture": "#0"}, + "south": {"uv": [10.75, 0.125, 10.875, 0.25], "texture": "#0"}, + "west": {"uv": [1.5, 9.75, 1.75, 9.875], "texture": "#0"}, + "up": {"uv": [1, 10, 0.875, 9.75], "texture": "#0"}, + "down": {"uv": [1.875, 9.75, 1.75, 10], "texture": "#0"} + } + }, + { + "from": [9, 11, -14], + "to": [10, 12, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11, -14]}, + "faces": { + "north": {"uv": [0.25, 10.75, 0.375, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 0.25, 10.875, 0.375], "texture": "#0"}, + "south": {"uv": [0.375, 10.75, 0.5, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 0.375, 10.875, 0.5], "texture": "#0"}, + "up": {"uv": [0.625, 10.875, 0.5, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 0.5, 10.75, 0.625], "texture": "#0"} + } + }, + { + "from": [11, 11, -14], + "to": [12, 12, -13], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 11, -14]}, + "faces": { + "north": {"uv": [0.625, 10.75, 0.75, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 0.625, 10.875, 0.75], "texture": "#0"}, + "south": {"uv": [0.75, 10.75, 0.875, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 0.75, 10.875, 0.875], "texture": "#0"}, + "up": {"uv": [1, 10.875, 0.875, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 0.875, 10.75, 1], "texture": "#0"} + } + }, + { + "from": [11, 11, -10], + "to": [12, 12, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 11, -10]}, + "faces": { + "north": {"uv": [1, 10.75, 1.125, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 1, 10.875, 1.125], "texture": "#0"}, + "south": {"uv": [1.125, 10.75, 1.25, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 1.125, 10.875, 1.25], "texture": "#0"}, + "up": {"uv": [1.375, 10.875, 1.25, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 1.25, 10.75, 1.375], "texture": "#0"} + } + }, + { + "from": [11, 9, -10], + "to": [12, 10, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 9, -10]}, + "faces": { + "north": {"uv": [1.375, 10.75, 1.5, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 1.375, 10.875, 1.5], "texture": "#0"}, + "south": {"uv": [1.5, 10.75, 1.625, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 1.5, 10.875, 1.625], "texture": "#0"}, + "up": {"uv": [1.75, 10.875, 1.625, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 1.625, 10.75, 1.75], "texture": "#0"} + } + }, + { + "from": [10, 10, -10], + "to": [11, 11, -8], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 10, -9]}, + "faces": { + "north": {"uv": [1.75, 10.75, 1.875, 10.875], "texture": "#0"}, + "east": {"uv": [9.75, 1.75, 10, 1.875], "texture": "#0"}, + "south": {"uv": [10.75, 1.75, 10.875, 1.875], "texture": "#0"}, + "west": {"uv": [9.75, 1.875, 10, 2], "texture": "#0"}, + "up": {"uv": [2, 10, 1.875, 9.75], "texture": "#0"}, + "down": {"uv": [9.875, 2, 9.75, 2.25], "texture": "#0"} + } + }, + { + "from": [9, 11, -10], + "to": [10, 12, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 11, -10]}, + "faces": { + "north": {"uv": [1.875, 10.75, 2, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 1.875, 10.875, 2], "texture": "#0"}, + "south": {"uv": [2, 10.75, 2.125, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 2, 10.875, 2.125], "texture": "#0"}, + "up": {"uv": [2.25, 10.875, 2.125, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 2.125, 10.75, 2.25], "texture": "#0"} + } + }, + { + "from": [9, 9, -10], + "to": [10, 10, -9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 9, -10]}, + "faces": { + "north": {"uv": [2.25, 10.75, 2.375, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 2.25, 10.875, 2.375], "texture": "#0"}, + "south": {"uv": [2.375, 10.75, 2.5, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 2.375, 10.875, 2.5], "texture": "#0"}, + "up": {"uv": [2.625, 10.875, 2.5, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 2.5, 10.75, 2.625], "texture": "#0"} + } + }, + { + "from": [12, 10, -12], + "to": [14, 11, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 10, -12]}, + "faces": { + "north": {"uv": [2.125, 9.75, 2.375, 9.875], "texture": "#0"}, + "east": {"uv": [2.625, 10.75, 2.75, 10.875], "texture": "#0"}, + "south": {"uv": [9.75, 2.25, 10, 2.375], "texture": "#0"}, + "west": {"uv": [10.75, 2.625, 10.875, 2.75], "texture": "#0"}, + "up": {"uv": [10, 2.5, 9.75, 2.375], "texture": "#0"}, + "down": {"uv": [10, 2.5, 9.75, 2.625], "texture": "#0"} + } + }, + { + "from": [11, 8, -11], + "to": [12, 9, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 8, -11]}, + "faces": { + "north": {"uv": [2.75, 10.75, 2.875, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 2.75, 10.875, 2.875], "texture": "#0"}, + "south": {"uv": [2.875, 10.75, 3, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 2.875, 10.875, 3], "texture": "#0"}, + "up": {"uv": [3.125, 10.875, 3, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 3, 10.75, 3.125], "texture": "#0"} + } + }, + { + "from": [11, 8, -13], + "to": [12, 9, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 8, -13]}, + "faces": { + "north": {"uv": [3.125, 10.75, 3.25, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 3.125, 10.875, 3.25], "texture": "#0"}, + "south": {"uv": [3.25, 10.75, 3.375, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 3.25, 10.875, 3.375], "texture": "#0"}, + "up": {"uv": [3.5, 10.875, 3.375, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 3.375, 10.75, 3.5], "texture": "#0"} + } + }, + { + "from": [9, 8, -13], + "to": [10, 9, -12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -13]}, + "faces": { + "north": {"uv": [3.5, 10.75, 3.625, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 3.5, 10.875, 3.625], "texture": "#0"}, + "south": {"uv": [3.625, 10.75, 3.75, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 3.625, 10.875, 3.75], "texture": "#0"}, + "up": {"uv": [3.875, 10.875, 3.75, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 3.75, 10.75, 3.875], "texture": "#0"} + } + }, + { + "from": [9, 8, -11], + "to": [10, 9, -10], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, -11]}, + "faces": { + "north": {"uv": [3.875, 10.75, 4, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 3.875, 10.875, 4], "texture": "#0"}, + "south": {"uv": [4, 10.75, 4.125, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 4, 10.875, 4.125], "texture": "#0"}, + "up": {"uv": [4.25, 10.875, 4.125, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 4.125, 10.75, 4.25], "texture": "#0"} + } + }, + { + "from": [10, 7, -12], + "to": [11, 9, -11], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 7, -12]}, + "faces": { + "north": {"uv": [2.75, 9.75, 2.875, 10], "texture": "#0"}, + "east": {"uv": [2.875, 9.75, 3, 10], "texture": "#0"}, + "south": {"uv": [3, 9.75, 3.125, 10], "texture": "#0"}, + "west": {"uv": [3.125, 9.75, 3.25, 10], "texture": "#0"}, + "up": {"uv": [4.375, 10.875, 4.25, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 4.25, 10.75, 4.375], "texture": "#0"} + } + }, + { + "from": [7, 3, 15], + "to": [8, 6, 18], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 3, 16]}, + "faces": { + "north": {"uv": [1.125, 9, 1.25, 9.375], "texture": "#0"}, + "east": {"uv": [7.125, 3, 7.5, 3.375], "texture": "#0"}, + "south": {"uv": [9, 1.125, 9.125, 1.5], "texture": "#0"}, + "west": {"uv": [7.125, 3.375, 7.5, 3.75], "texture": "#0"}, + "up": {"uv": [1.375, 9.375, 1.25, 9], "texture": "#0"}, + "down": {"uv": [9.125, 1.875, 9, 2.25], "texture": "#0"} + } + }, + { + "from": [7, 2, 18], + "to": [8, 7, 19], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 3, 18]}, + "faces": { + "north": {"uv": [8.125, 3.5, 8.25, 4.125], "texture": "#0"}, + "east": {"uv": [8.125, 4.125, 8.25, 4.75], "texture": "#0"}, + "south": {"uv": [8.125, 5, 8.25, 5.625], "texture": "#0"}, + "west": {"uv": [5.25, 8.125, 5.375, 8.75], "texture": "#0"}, + "up": {"uv": [4.5, 10.875, 4.375, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 4.375, 10.75, 4.5], "texture": "#0"} + } + }, + { + "from": [7, -1, 19], + "to": [8, 10, 20], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 3, 19]}, + "faces": { + "north": {"uv": [2.5, 6.25, 2.625, 7.625], "texture": "#0"}, + "east": {"uv": [2.625, 6.25, 2.75, 7.625], "texture": "#0"}, + "south": {"uv": [2.75, 6.25, 2.875, 7.625], "texture": "#0"}, + "west": {"uv": [2.875, 6.25, 3, 7.625], "texture": "#0"}, + "up": {"uv": [4.625, 10.875, 4.5, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 4.5, 10.75, 4.625], "texture": "#0"} + } + }, + { + "from": [7, 0, 20], + "to": [8, 9, 21], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 3, 20]}, + "faces": { + "north": {"uv": [6, 6.625, 6.125, 7.75], "texture": "#0"}, + "east": {"uv": [5.25, 7, 5.375, 8.125], "texture": "#0"}, + "south": {"uv": [7, 7.125, 7.125, 8.25], "texture": "#0"}, + "west": {"uv": [7.125, 7.125, 7.25, 8.25], "texture": "#0"}, + "up": {"uv": [4.75, 10.875, 4.625, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 4.625, 10.75, 4.75], "texture": "#0"} + } + }, + { + "from": [7, 2, 21], + "to": [8, 7, 22], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 3, 21]}, + "faces": { + "north": {"uv": [7.25, 8.125, 7.375, 8.75], "texture": "#0"}, + "east": {"uv": [8.125, 7.75, 8.25, 8.375], "texture": "#0"}, + "south": {"uv": [8.25, 0, 8.375, 0.625], "texture": "#0"}, + "west": {"uv": [8.25, 0.75, 8.375, 1.375], "texture": "#0"}, + "up": {"uv": [4.875, 10.875, 4.75, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 4.75, 10.75, 4.875], "texture": "#0"} + } + }, + { + "from": [7, 3, 22], + "to": [8, 6, 23], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 3, 22]}, + "faces": { + "north": {"uv": [2.125, 9, 2.25, 9.375], "texture": "#0"}, + "east": {"uv": [2.25, 9, 2.375, 9.375], "texture": "#0"}, + "south": {"uv": [2.375, 9, 2.5, 9.375], "texture": "#0"}, + "west": {"uv": [9, 2.875, 9.125, 3.25], "texture": "#0"}, + "up": {"uv": [5, 10.875, 4.875, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 4.875, 10.75, 5], "texture": "#0"} + } + }, + { + "from": [7, 4, 23], + "to": [8, 5, 24], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 3, 23]}, + "faces": { + "north": {"uv": [5, 10.75, 5.125, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 5, 10.875, 5.125], "texture": "#0"}, + "south": {"uv": [5.125, 10.75, 5.25, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 5.125, 10.875, 5.25], "texture": "#0"}, + "up": {"uv": [5.375, 10.875, 5.25, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 5.25, 10.75, 5.375], "texture": "#0"} + } + }, + { + "from": [8, 4, 18], + "to": [9, 5, 23], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 3, 23]}, + "faces": { + "north": {"uv": [5.375, 10.75, 5.5, 10.875], "texture": "#0"}, + "east": {"uv": [7.875, 6, 8.5, 6.125], "texture": "#0"}, + "south": {"uv": [10.75, 5.375, 10.875, 5.5], "texture": "#0"}, + "west": {"uv": [8, 1.5, 8.625, 1.625], "texture": "#0"}, + "up": {"uv": [8.375, 2.875, 8.25, 2.25], "texture": "#0"}, + "down": {"uv": [3.5, 8.25, 3.375, 8.875], "texture": "#0"} + } + }, + { + "from": [8, 5, 19], + "to": [9, 6, 22], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 4, 23]}, + "faces": { + "north": {"uv": [5.5, 10.75, 5.625, 10.875], "texture": "#0"}, + "east": {"uv": [9, 0.375, 9.375, 0.5], "texture": "#0"}, + "south": {"uv": [10.75, 5.5, 10.875, 5.625], "texture": "#0"}, + "west": {"uv": [9, 0.5, 9.375, 0.625], "texture": "#0"}, + "up": {"uv": [3.375, 9.375, 3.25, 9], "texture": "#0"}, + "down": {"uv": [3.5, 9, 3.375, 9.375], "texture": "#0"} + } + }, + { + "from": [8, 3, 19], + "to": [9, 4, 22], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 2, 23]}, + "faces": { + "north": {"uv": [5.625, 10.75, 5.75, 10.875], "texture": "#0"}, + "east": {"uv": [9, 1.5, 9.375, 1.625], "texture": "#0"}, + "south": {"uv": [10.75, 5.625, 10.875, 5.75], "texture": "#0"}, + "west": {"uv": [9, 1.625, 9.375, 1.75], "texture": "#0"}, + "up": {"uv": [3.625, 9.375, 3.5, 9], "texture": "#0"}, + "down": {"uv": [9.125, 3.625, 9, 4], "texture": "#0"} + } + }, + { + "from": [8, 2, 19], + "to": [9, 3, 21], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 23]}, + "faces": { + "north": {"uv": [5.75, 10.75, 5.875, 10.875], "texture": "#0"}, + "east": {"uv": [9.75, 2.625, 10, 2.75], "texture": "#0"}, + "south": {"uv": [10.75, 5.75, 10.875, 5.875], "texture": "#0"}, + "west": {"uv": [9.75, 3.25, 10, 3.375], "texture": "#0"}, + "up": {"uv": [3.5, 10, 3.375, 9.75], "texture": "#0"}, + "down": {"uv": [3.625, 9.75, 3.5, 10], "texture": "#0"} + } + }, + { + "from": [8, 6, 19], + "to": [9, 7, 21], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 5, 23]}, + "faces": { + "north": {"uv": [5.875, 10.75, 6, 10.875], "texture": "#0"}, + "east": {"uv": [9.75, 3.375, 10, 3.5], "texture": "#0"}, + "south": {"uv": [10.75, 5.875, 10.875, 6], "texture": "#0"}, + "west": {"uv": [9.75, 3.625, 10, 3.75], "texture": "#0"}, + "up": {"uv": [3.875, 10, 3.75, 9.75], "texture": "#0"}, + "down": {"uv": [4, 9.75, 3.875, 10], "texture": "#0"} + } + }, + { + "from": [6, 2, 19], + "to": [7, 3, 21], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 1, 23]}, + "faces": { + "north": {"uv": [6, 10.75, 6.125, 10.875], "texture": "#0"}, + "east": {"uv": [9.75, 3.75, 10, 3.875], "texture": "#0"}, + "south": {"uv": [10.75, 6, 10.875, 6.125], "texture": "#0"}, + "west": {"uv": [4, 9.75, 4.25, 9.875], "texture": "#0"}, + "up": {"uv": [9.875, 4.375, 9.75, 4.125], "texture": "#0"}, + "down": {"uv": [9.875, 4.375, 9.75, 4.625], "texture": "#0"} + } + }, + { + "from": [6, 3, 19], + "to": [7, 4, 22], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 2, 23]}, + "faces": { + "north": {"uv": [6.125, 10.75, 6.25, 10.875], "texture": "#0"}, + "east": {"uv": [9, 2.25, 9.375, 2.375], "texture": "#0"}, + "south": {"uv": [10.75, 6.125, 10.875, 6.25], "texture": "#0"}, + "west": {"uv": [9, 2.375, 9.375, 2.5], "texture": "#0"}, + "up": {"uv": [4.625, 9.375, 4.5, 9], "texture": "#0"}, + "down": {"uv": [4.75, 9, 4.625, 9.375], "texture": "#0"} + } + }, + { + "from": [6, 4, 18], + "to": [7, 5, 23], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 3, 23]}, + "faces": { + "north": {"uv": [6.25, 10.75, 6.375, 10.875], "texture": "#0"}, + "east": {"uv": [8, 1.625, 8.625, 1.75], "texture": "#0"}, + "south": {"uv": [10.75, 6.25, 10.875, 6.375], "texture": "#0"}, + "west": {"uv": [8.25, 2.875, 8.875, 3], "texture": "#0"}, + "up": {"uv": [3.625, 8.875, 3.5, 8.25], "texture": "#0"}, + "down": {"uv": [8.375, 3.5, 8.25, 4.125], "texture": "#0"} + } + }, + { + "from": [6, 5, 19], + "to": [7, 6, 22], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 4, 23]}, + "faces": { + "north": {"uv": [6.375, 10.75, 6.5, 10.875], "texture": "#0"}, + "east": {"uv": [9, 2.625, 9.375, 2.75], "texture": "#0"}, + "south": {"uv": [10.75, 6.375, 10.875, 6.5], "texture": "#0"}, + "west": {"uv": [9, 3.25, 9.375, 3.375], "texture": "#0"}, + "up": {"uv": [9.125, 5, 9, 4.625], "texture": "#0"}, + "down": {"uv": [4.875, 9, 4.75, 9.375], "texture": "#0"} + } + }, + { + "from": [6, 6, 19], + "to": [7, 7, 21], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 5, 23]}, + "faces": { + "north": {"uv": [6.5, 10.75, 6.625, 10.875], "texture": "#0"}, + "east": {"uv": [9.75, 4.625, 10, 4.75], "texture": "#0"}, + "south": {"uv": [10.75, 6.5, 10.875, 6.625], "texture": "#0"}, + "west": {"uv": [9.75, 4.75, 10, 4.875], "texture": "#0"}, + "up": {"uv": [5, 10, 4.875, 9.75], "texture": "#0"}, + "down": {"uv": [5.125, 9.75, 5, 10], "texture": "#0"} + } + }, + { + "from": [7, 8, 18], + "to": [8, 11, 19], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 3, 18]}, + "faces": { + "north": {"uv": [9, 5.125, 9.125, 5.5], "texture": "#0"}, + "east": {"uv": [6.125, 9, 6.25, 9.375], "texture": "#0"}, + "south": {"uv": [9, 6.125, 9.125, 6.5], "texture": "#0"}, + "west": {"uv": [6.25, 9, 6.375, 9.375], "texture": "#0"}, + "up": {"uv": [6.75, 10.875, 6.625, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 6.625, 10.75, 6.75], "texture": "#0"} + } + }, + { + "from": [7, -2, 18], + "to": [8, 1, 19], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -7, 18]}, + "faces": { + "north": {"uv": [9, 6.5, 9.125, 6.875], "texture": "#0"}, + "east": {"uv": [6.875, 9, 7, 9.375], "texture": "#0"}, + "south": {"uv": [9, 6.875, 9.125, 7.25], "texture": "#0"}, + "west": {"uv": [7, 9, 7.125, 9.375], "texture": "#0"}, + "up": {"uv": [6.875, 10.875, 6.75, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 6.75, 10.75, 6.875], "texture": "#0"} + } + }, + { + "from": [7, -3, 17], + "to": [8, 0, 18], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -8, 17]}, + "faces": { + "north": {"uv": [7.125, 9, 7.25, 9.375], "texture": "#0"}, + "east": {"uv": [9, 7.25, 9.125, 7.625], "texture": "#0"}, + "south": {"uv": [7.625, 9, 7.75, 9.375], "texture": "#0"}, + "west": {"uv": [8.25, 9, 8.375, 9.375], "texture": "#0"}, + "up": {"uv": [7, 10.875, 6.875, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 6.875, 10.75, 7], "texture": "#0"} + } + }, + { + "from": [7, 9, 17], + "to": [8, 13, 18], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 4, 17]}, + "faces": { + "north": {"uv": [8.375, 5, 8.5, 5.5], "texture": "#0"}, + "east": {"uv": [5.375, 8.375, 5.5, 8.875], "texture": "#0"}, + "south": {"uv": [5.5, 8.375, 5.625, 8.875], "texture": "#0"}, + "west": {"uv": [5.625, 8.375, 5.75, 8.875], "texture": "#0"}, + "up": {"uv": [7.125, 10.875, 7, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 7, 10.75, 7.125], "texture": "#0"} + } + }, + { + "from": [7, 11, 16], + "to": [8, 14, 17], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 4, 16]}, + "faces": { + "north": {"uv": [9, 8.375, 9.125, 8.75], "texture": "#0"}, + "east": {"uv": [8.625, 9, 8.75, 9.375], "texture": "#0"}, + "south": {"uv": [8.75, 9, 8.875, 9.375], "texture": "#0"}, + "west": {"uv": [9, 8.75, 9.125, 9.125], "texture": "#0"}, + "up": {"uv": [7.25, 10.875, 7.125, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 7.125, 10.75, 7.25], "texture": "#0"} + } + }, + { + "from": [8, 3, 14], + "to": [9, 6, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 3, 14]}, + "faces": { + "north": {"uv": [8.875, 9, 9, 9.375], "texture": "#0"}, + "east": {"uv": [0.375, 9.125, 0.5, 9.5], "texture": "#0"}, + "south": {"uv": [0.5, 9.125, 0.625, 9.5], "texture": "#0"}, + "west": {"uv": [0.625, 9.125, 0.75, 9.5], "texture": "#0"}, + "up": {"uv": [7.375, 10.875, 7.25, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 7.25, 10.75, 7.375], "texture": "#0"} + } + }, + { + "from": [8, 4, 15], + "to": [9, 5, 17], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 3, 15]}, + "faces": { + "north": {"uv": [7.375, 10.75, 7.5, 10.875], "texture": "#0"}, + "east": {"uv": [9.75, 4.875, 10, 5], "texture": "#0"}, + "south": {"uv": [10.75, 7.375, 10.875, 7.5], "texture": "#0"}, + "west": {"uv": [5.25, 9.75, 5.5, 9.875], "texture": "#0"}, + "up": {"uv": [5.625, 10, 5.5, 9.75], "texture": "#0"}, + "down": {"uv": [9.875, 5.5, 9.75, 5.75], "texture": "#0"} + } + }, + { + "from": [6, 4, 15], + "to": [7, 5, 17], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 3, 15]}, + "faces": { + "north": {"uv": [7.5, 10.75, 7.625, 10.875], "texture": "#0"}, + "east": {"uv": [5.625, 9.75, 5.875, 9.875], "texture": "#0"}, + "south": {"uv": [10.75, 7.5, 10.875, 7.625], "texture": "#0"}, + "west": {"uv": [9.75, 5.875, 10, 6], "texture": "#0"}, + "up": {"uv": [6.125, 10, 6, 9.75], "texture": "#0"}, + "down": {"uv": [6.25, 9.75, 6.125, 10], "texture": "#0"} + } + }, + { + "from": [6, 3, 14], + "to": [7, 6, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 3, 14]}, + "faces": { + "north": {"uv": [9.125, 1, 9.25, 1.375], "texture": "#0"}, + "east": {"uv": [9.125, 1.875, 9.25, 2.25], "texture": "#0"}, + "south": {"uv": [9.125, 2.75, 9.25, 3.125], "texture": "#0"}, + "west": {"uv": [9.125, 3.625, 9.25, 4], "texture": "#0"}, + "up": {"uv": [7.75, 10.875, 7.625, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 7.625, 10.75, 7.75], "texture": "#0"} + } + }, + { + "from": [7, 17, 10], + "to": [8, 20, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, 12]}, + "faces": { + "north": {"uv": [9.125, 4.625, 9.25, 5], "texture": "#0"}, + "east": {"uv": [6, 1, 6.5, 1.375], "texture": "#0"}, + "south": {"uv": [9.125, 5.125, 9.25, 5.5], "texture": "#0"}, + "west": {"uv": [6.125, 2.5, 6.625, 2.875], "texture": "#0"}, + "up": {"uv": [5.875, 8.875, 5.75, 8.375], "texture": "#0"}, + "down": {"uv": [6, 8.375, 5.875, 8.875], "texture": "#0"} + } + }, + { + "from": [7, 16, 14], + "to": [8, 21, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, 14]}, + "faces": { + "north": {"uv": [3.875, 8.25, 4, 8.875], "texture": "#0"}, + "east": {"uv": [8.25, 4.125, 8.375, 4.75], "texture": "#0"}, + "south": {"uv": [4.625, 8.25, 4.75, 8.875], "texture": "#0"}, + "west": {"uv": [4.875, 8.25, 5, 8.875], "texture": "#0"}, + "up": {"uv": [7.875, 10.875, 7.75, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 7.75, 10.75, 7.875], "texture": "#0"} + } + }, + { + "from": [7, 13, 15], + "to": [8, 24, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, 15]}, + "faces": { + "north": {"uv": [3, 6.25, 3.125, 7.625], "texture": "#0"}, + "east": {"uv": [0.625, 6.375, 0.75, 7.75], "texture": "#0"}, + "south": {"uv": [0.75, 6.375, 0.875, 7.75], "texture": "#0"}, + "west": {"uv": [0.875, 6.375, 1, 7.75], "texture": "#0"}, + "up": {"uv": [8, 10.875, 7.875, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 7.875, 10.75, 8], "texture": "#0"} + } + }, + { + "from": [7, 14, 16], + "to": [8, 23, 17], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, 16]}, + "faces": { + "north": {"uv": [0, 7.25, 0.125, 8.375], "texture": "#0"}, + "east": {"uv": [0.125, 7.25, 0.25, 8.375], "texture": "#0"}, + "south": {"uv": [0.25, 7.25, 0.375, 8.375], "texture": "#0"}, + "west": {"uv": [3.25, 7.25, 3.375, 8.375], "texture": "#0"}, + "up": {"uv": [8.125, 10.875, 8, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 8, 10.75, 8.125], "texture": "#0"} + } + }, + { + "from": [7, 16, 17], + "to": [8, 21, 18], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, 17]}, + "faces": { + "north": {"uv": [5, 8.25, 5.125, 8.875], "texture": "#0"}, + "east": {"uv": [8.25, 5, 8.375, 5.625], "texture": "#0"}, + "south": {"uv": [5.125, 8.25, 5.25, 8.875], "texture": "#0"}, + "west": {"uv": [6.625, 8.25, 6.75, 8.875], "texture": "#0"}, + "up": {"uv": [8.25, 10.875, 8.125, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 8.125, 10.75, 8.25], "texture": "#0"} + } + }, + { + "from": [7, 17, 18], + "to": [8, 20, 19], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, 18]}, + "faces": { + "north": {"uv": [5.25, 9.125, 5.375, 9.5], "texture": "#0"}, + "east": {"uv": [6, 9.125, 6.125, 9.5], "texture": "#0"}, + "south": {"uv": [9.125, 6.125, 9.25, 6.5], "texture": "#0"}, + "west": {"uv": [6.375, 9.125, 6.5, 9.5], "texture": "#0"}, + "up": {"uv": [8.375, 10.875, 8.25, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 8.25, 10.75, 8.375], "texture": "#0"} + } + }, + { + "from": [7, 18, 19], + "to": [8, 19, 20], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, 19]}, + "faces": { + "north": {"uv": [8.375, 10.75, 8.5, 10.875], "texture": "#0"}, + "east": {"uv": [10.75, 8.375, 10.875, 8.5], "texture": "#0"}, + "south": {"uv": [8.5, 10.75, 8.625, 10.875], "texture": "#0"}, + "west": {"uv": [10.75, 8.5, 10.875, 8.625], "texture": "#0"}, + "up": {"uv": [8.75, 10.875, 8.625, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 8.625, 10.75, 8.75], "texture": "#0"} + } + }, + { + "from": [8, 18, 14], + "to": [9, 19, 19], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 17, 19]}, + "faces": { + "north": {"uv": [8.75, 10.75, 8.875, 10.875], "texture": "#0"}, + "east": {"uv": [8.25, 3, 8.875, 3.125], "texture": "#0"}, + "south": {"uv": [10.75, 8.75, 10.875, 8.875], "texture": "#0"}, + "west": {"uv": [8.25, 3.125, 8.875, 3.25], "texture": "#0"}, + "up": {"uv": [6.875, 8.875, 6.75, 8.25], "texture": "#0"}, + "down": {"uv": [7, 8.25, 6.875, 8.875], "texture": "#0"} + } + }, + { + "from": [8, 19, 15], + "to": [9, 20, 18], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 18, 19]}, + "faces": { + "north": {"uv": [8.875, 10.75, 9, 10.875], "texture": "#0"}, + "east": {"uv": [9, 4.125, 9.375, 4.25], "texture": "#0"}, + "south": {"uv": [10.75, 8.875, 10.875, 9], "texture": "#0"}, + "west": {"uv": [9, 4.25, 9.375, 4.375], "texture": "#0"}, + "up": {"uv": [6.625, 9.5, 6.5, 9.125], "texture": "#0"}, + "down": {"uv": [9.25, 6.5, 9.125, 6.875], "texture": "#0"} + } + }, + { + "from": [8, 17, 15], + "to": [9, 18, 18], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 16, 19]}, + "faces": { + "north": {"uv": [9, 10.75, 9.125, 10.875], "texture": "#0"}, + "east": {"uv": [9, 5.5, 9.375, 5.625], "texture": "#0"}, + "south": {"uv": [10.75, 9, 10.875, 9.125], "texture": "#0"}, + "west": {"uv": [9, 5.625, 9.375, 5.75], "texture": "#0"}, + "up": {"uv": [9.25, 7.25, 9.125, 6.875], "texture": "#0"}, + "down": {"uv": [7.375, 9.125, 7.25, 9.5], "texture": "#0"} + } + }, + { + "from": [8, 16, 15], + "to": [9, 17, 17], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 15, 19]}, + "faces": { + "north": {"uv": [9.125, 10.75, 9.25, 10.875], "texture": "#0"}, + "east": {"uv": [9.75, 6, 10, 6.125], "texture": "#0"}, + "south": {"uv": [10.75, 9.125, 10.875, 9.25], "texture": "#0"}, + "west": {"uv": [6.25, 9.75, 6.5, 9.875], "texture": "#0"}, + "up": {"uv": [6.625, 10, 6.5, 9.75], "texture": "#0"}, + "down": {"uv": [9.875, 6.5, 9.75, 6.75], "texture": "#0"} + } + }, + { + "from": [8, 20, 15], + "to": [9, 21, 17], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 19, 19]}, + "faces": { + "north": {"uv": [9.25, 10.75, 9.375, 10.875], "texture": "#0"}, + "east": {"uv": [6.625, 9.75, 6.875, 9.875], "texture": "#0"}, + "south": {"uv": [10.75, 9.25, 10.875, 9.375], "texture": "#0"}, + "west": {"uv": [9.75, 6.875, 10, 7], "texture": "#0"}, + "up": {"uv": [9.875, 7.25, 9.75, 7], "texture": "#0"}, + "down": {"uv": [7.375, 9.75, 7.25, 10], "texture": "#0"} + } + }, + { + "from": [6, 16, 15], + "to": [7, 17, 17], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 15, 19]}, + "faces": { + "north": {"uv": [9.375, 10.75, 9.5, 10.875], "texture": "#0"}, + "east": {"uv": [9.75, 7.25, 10, 7.375], "texture": "#0"}, + "south": {"uv": [10.75, 9.375, 10.875, 9.5], "texture": "#0"}, + "west": {"uv": [9.75, 7.375, 10, 7.5], "texture": "#0"}, + "up": {"uv": [7.875, 10, 7.75, 9.75], "texture": "#0"}, + "down": {"uv": [8, 9.75, 7.875, 10], "texture": "#0"} + } + }, + { + "from": [6, 17, 15], + "to": [7, 18, 18], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 16, 19]}, + "faces": { + "north": {"uv": [9.5, 10.75, 9.625, 10.875], "texture": "#0"}, + "east": {"uv": [9.125, 0, 9.5, 0.125], "texture": "#0"}, + "south": {"uv": [10.75, 9.5, 10.875, 9.625], "texture": "#0"}, + "west": {"uv": [9.125, 0.125, 9.5, 0.25], "texture": "#0"}, + "up": {"uv": [9.25, 7.625, 9.125, 7.25], "texture": "#0"}, + "down": {"uv": [7.875, 9.125, 7.75, 9.5], "texture": "#0"} + } + }, + { + "from": [6, 18, 14], + "to": [7, 19, 19], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 17, 19]}, + "faces": { + "north": {"uv": [9.625, 10.75, 9.75, 10.875], "texture": "#0"}, + "east": {"uv": [8.25, 7.75, 8.875, 7.875], "texture": "#0"}, + "south": {"uv": [10.75, 9.625, 10.875, 9.75], "texture": "#0"}, + "west": {"uv": [8.25, 7.875, 8.875, 8], "texture": "#0"}, + "up": {"uv": [7.125, 8.875, 7, 8.25], "texture": "#0"}, + "down": {"uv": [7.25, 8.25, 7.125, 8.875], "texture": "#0"} + } + }, + { + "from": [6, 19, 15], + "to": [7, 20, 18], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 18, 19]}, + "faces": { + "north": {"uv": [9.75, 10.75, 9.875, 10.875], "texture": "#0"}, + "east": {"uv": [9.125, 1.375, 9.5, 1.5], "texture": "#0"}, + "south": {"uv": [10.75, 9.75, 10.875, 9.875], "texture": "#0"}, + "west": {"uv": [9.125, 3.125, 9.5, 3.25], "texture": "#0"}, + "up": {"uv": [8, 9.5, 7.875, 9.125], "texture": "#0"}, + "down": {"uv": [8.125, 9.125, 8, 9.5], "texture": "#0"} + } + }, + { + "from": [6, 20, 15], + "to": [7, 21, 17], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 19, 19]}, + "faces": { + "north": {"uv": [9.875, 10.75, 10, 10.875], "texture": "#0"}, + "east": {"uv": [9.75, 7.5, 10, 7.625], "texture": "#0"}, + "south": {"uv": [10.75, 9.875, 10.875, 10], "texture": "#0"}, + "west": {"uv": [9.75, 7.875, 10, 8], "texture": "#0"}, + "up": {"uv": [8.125, 10, 8, 9.75], "texture": "#0"}, + "down": {"uv": [8.25, 9.75, 8.125, 10], "texture": "#0"} + } + }, + { + "from": [7, 22, 14], + "to": [8, 25, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 17, 14]}, + "faces": { + "north": {"uv": [8.125, 9.125, 8.25, 9.5], "texture": "#0"}, + "east": {"uv": [8.375, 9.125, 8.5, 9.5], "texture": "#0"}, + "south": {"uv": [9.125, 8.375, 9.25, 8.75], "texture": "#0"}, + "west": {"uv": [8.5, 9.125, 8.625, 9.5], "texture": "#0"}, + "up": {"uv": [10.125, 10.875, 10, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 10, 10.75, 10.125], "texture": "#0"} + } + }, + { + "from": [7, 12, 14], + "to": [8, 15, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 7, 14]}, + "faces": { + "north": {"uv": [9.125, 8.75, 9.25, 9.125], "texture": "#0"}, + "east": {"uv": [9, 9.125, 9.125, 9.5], "texture": "#0"}, + "south": {"uv": [9.125, 9.125, 9.25, 9.5], "texture": "#0"}, + "west": {"uv": [9.25, 0.625, 9.375, 1], "texture": "#0"}, + "up": {"uv": [10.25, 10.875, 10.125, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 10.125, 10.75, 10.25], "texture": "#0"} + } + }, + { + "from": [7, 11, 13], + "to": [8, 14, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 6, 13]}, + "faces": { + "north": {"uv": [0.75, 9.25, 0.875, 9.625], "texture": "#0"}, + "east": {"uv": [9.25, 1, 9.375, 1.375], "texture": "#0"}, + "south": {"uv": [1.375, 9.25, 1.5, 9.625], "texture": "#0"}, + "west": {"uv": [1.5, 9.25, 1.625, 9.625], "texture": "#0"}, + "up": {"uv": [10.375, 10.875, 10.25, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 10.25, 10.75, 10.375], "texture": "#0"} + } + }, + { + "from": [7, 23, 13], + "to": [8, 26, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 18, 13]}, + "faces": { + "north": {"uv": [1.625, 9.25, 1.75, 9.625], "texture": "#0"}, + "east": {"uv": [1.75, 9.25, 1.875, 9.625], "texture": "#0"}, + "south": {"uv": [9.25, 1.75, 9.375, 2.125], "texture": "#0"}, + "west": {"uv": [1.875, 9.25, 2, 9.625], "texture": "#0"}, + "up": {"uv": [10.5, 10.875, 10.375, 10.75], "texture": "#0"}, + "down": {"uv": [10.875, 10.375, 10.75, 10.5], "texture": "#0"} + } + }, + { + "from": [8, 17, 9], + "to": [9, 20, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 17, 10]}, + "faces": { + "north": {"uv": [2, 9.25, 2.125, 9.625], "texture": "#0"}, + "east": {"uv": [7.625, 5, 7.875, 5.375], "texture": "#0"}, + "south": {"uv": [2.5, 9.25, 2.625, 9.625], "texture": "#0"}, + "west": {"uv": [7.625, 5.375, 7.875, 5.75], "texture": "#0"}, + "up": {"uv": [9.875, 8.5, 9.75, 8.25], "texture": "#0"}, + "down": {"uv": [8.5, 9.75, 8.375, 10], "texture": "#0"} + } + }, + { + "from": [8, 18, 11], + "to": [9, 19, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 17, 11]}, + "faces": { + "north": {"uv": [10.5, 10.75, 10.625, 10.875], "texture": "#0"}, + "east": {"uv": [8.5, 9.75, 8.75, 9.875], "texture": "#0"}, + "south": {"uv": [10.75, 10.5, 10.875, 10.625], "texture": "#0"}, + "west": {"uv": [9.75, 8.5, 10, 8.625], "texture": "#0"}, + "up": {"uv": [8.875, 10, 8.75, 9.75], "texture": "#0"}, + "down": {"uv": [9.125, 9.75, 9, 10], "texture": "#0"} + } + }, + { + "from": [6, 18, 11], + "to": [7, 19, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 17, 11]}, + "faces": { + "north": {"uv": [10.625, 10.75, 10.75, 10.875], "texture": "#0"}, + "east": {"uv": [9.75, 8.625, 10, 8.75], "texture": "#0"}, + "south": {"uv": [10.75, 10.625, 10.875, 10.75], "texture": "#0"}, + "west": {"uv": [9.75, 9, 10, 9.125], "texture": "#0"}, + "up": {"uv": [9.25, 10, 9.125, 9.75], "texture": "#0"}, + "down": {"uv": [9.875, 9.125, 9.75, 9.375], "texture": "#0"} + } + }, + { + "from": [6, 17, 9], + "to": [7, 20, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 17, 10]}, + "faces": { + "north": {"uv": [2.625, 9.25, 2.75, 9.625], "texture": "#0"}, + "east": {"uv": [7.625, 5.75, 7.875, 6.125], "texture": "#0"}, + "south": {"uv": [2.75, 9.25, 2.875, 9.625], "texture": "#0"}, + "west": {"uv": [6.125, 7.625, 6.375, 8], "texture": "#0"}, + "up": {"uv": [9.625, 10, 9.5, 9.75], "texture": "#0"}, + "down": {"uv": [9.75, 9.75, 9.625, 10], "texture": "#0"} + } + }, + { + "from": [7, 22, 8], + "to": [8, 27, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 23, 8]}, + "faces": { + "north": {"uv": [8.25, 8, 8.375, 8.625], "texture": "#0"}, + "east": {"uv": [0, 8.375, 0.125, 9], "texture": "#0"}, + "south": {"uv": [8.375, 0, 8.5, 0.625], "texture": "#0"}, + "west": {"uv": [0.125, 8.375, 0.25, 9], "texture": "#0"}, + "up": {"uv": [10.875, 10.875, 10.75, 10.75], "texture": "#0"}, + "down": {"uv": [0.125, 10.875, 0, 11], "texture": "#0"} + } + }, + { + "from": [7, 22, 9], + "to": [8, 30, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 23, 9]}, + "faces": { + "north": {"uv": [7.25, 7.125, 7.375, 8.125], "texture": "#0"}, + "east": {"uv": [7.375, 1.375, 7.5, 2.375], "texture": "#0"}, + "south": {"uv": [7.375, 4.25, 7.5, 5.25], "texture": "#0"}, + "west": {"uv": [4.5, 7.375, 4.625, 8.375], "texture": "#0"}, + "up": {"uv": [11, 0.125, 10.875, 0], "texture": "#0"}, + "down": {"uv": [0.25, 10.875, 0.125, 11], "texture": "#0"} + } + }, + { + "from": [7, 22, 10], + "to": [8, 29, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 23, 10]}, + "faces": { + "north": {"uv": [7.5, 4.375, 7.625, 5.25], "texture": "#0"}, + "east": {"uv": [7.5, 5.25, 7.625, 6.125], "texture": "#0"}, + "south": {"uv": [7.5, 6.125, 7.625, 7], "texture": "#0"}, + "west": {"uv": [7.5, 7, 7.625, 7.875], "texture": "#0"}, + "up": {"uv": [11, 0.25, 10.875, 0.125], "texture": "#0"}, + "down": {"uv": [0.375, 10.875, 0.25, 11], "texture": "#0"} + } + }, + { + "from": [7, 22, 11], + "to": [8, 27, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 23, 11]}, + "faces": { + "north": {"uv": [0.25, 8.375, 0.375, 9], "texture": "#0"}, + "east": {"uv": [0.375, 8.375, 0.5, 9], "texture": "#0"}, + "south": {"uv": [0.5, 8.375, 0.625, 9], "texture": "#0"}, + "west": {"uv": [0.625, 8.375, 0.75, 9], "texture": "#0"}, + "up": {"uv": [11, 0.375, 10.875, 0.25], "texture": "#0"}, + "down": {"uv": [0.5, 10.875, 0.375, 11], "texture": "#0"} + } + }, + { + "from": [7, 23, 12], + "to": [8, 26, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 23, 12]}, + "faces": { + "north": {"uv": [9.25, 2.75, 9.375, 3.125], "texture": "#0"}, + "east": {"uv": [2.875, 9.25, 3, 9.625], "texture": "#0"}, + "south": {"uv": [3, 9.25, 3.125, 9.625], "texture": "#0"}, + "west": {"uv": [3.125, 9.25, 3.25, 9.625], "texture": "#0"}, + "up": {"uv": [11, 0.5, 10.875, 0.375], "texture": "#0"}, + "down": {"uv": [0.625, 10.875, 0.5, 11], "texture": "#0"} + } + }, + { + "from": [8, 24, 8], + "to": [9, 25, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 23, 13]}, + "faces": { + "north": {"uv": [10.875, 0.5, 11, 0.625], "texture": "#0"}, + "east": {"uv": [7.625, 6.125, 8.375, 6.25], "texture": "#0"}, + "south": {"uv": [0.625, 10.875, 0.75, 11], "texture": "#0"}, + "west": {"uv": [7.625, 6.25, 8.375, 6.375], "texture": "#0"}, + "up": {"uv": [4.875, 8.375, 4.75, 7.625], "texture": "#0"}, + "down": {"uv": [6.5, 7.625, 6.375, 8.375], "texture": "#0"} + } + }, + { + "from": [8, 25, 9], + "to": [9, 26, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 24, 13]}, + "faces": { + "north": {"uv": [10.875, 0.625, 11, 0.75], "texture": "#0"}, + "east": {"uv": [9.125, 7.625, 9.5, 7.75], "texture": "#0"}, + "south": {"uv": [0.75, 10.875, 0.875, 11], "texture": "#0"}, + "west": {"uv": [9.25, 2.125, 9.625, 2.25], "texture": "#0"}, + "up": {"uv": [9.375, 3.75, 9.25, 3.375], "texture": "#0"}, + "down": {"uv": [3.75, 9.25, 3.625, 9.625], "texture": "#0"} + } + }, + { + "from": [8, 23, 9], + "to": [9, 24, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 22, 13]}, + "faces": { + "north": {"uv": [10.875, 0.75, 11, 0.875], "texture": "#0"}, + "east": {"uv": [9.25, 2.5, 9.625, 2.625], "texture": "#0"}, + "south": {"uv": [0.875, 10.875, 1, 11], "texture": "#0"}, + "west": {"uv": [3.75, 9.25, 4.125, 9.375], "texture": "#0"}, + "up": {"uv": [9.375, 4.125, 9.25, 3.75], "texture": "#0"}, + "down": {"uv": [4.25, 9.25, 4.125, 9.625], "texture": "#0"} + } + }, + { + "from": [8, 22, 9], + "to": [9, 23, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 21, 13]}, + "faces": { + "north": {"uv": [10.875, 0.875, 11, 1], "texture": "#0"}, + "east": {"uv": [9.75, 9.375, 10, 9.5], "texture": "#0"}, + "south": {"uv": [1, 10.875, 1.125, 11], "texture": "#0"}, + "west": {"uv": [9.75, 9.75, 10, 9.875], "texture": "#0"}, + "up": {"uv": [0.125, 10.125, 0, 9.875], "texture": "#0"}, + "down": {"uv": [10, 0.25, 9.875, 0.5], "texture": "#0"} + } + }, + { + "from": [8, 26, 9], + "to": [9, 27, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 25, 13]}, + "faces": { + "north": {"uv": [10.875, 1, 11, 1.125], "texture": "#0"}, + "east": {"uv": [9.875, 0.5, 10.125, 0.625], "texture": "#0"}, + "south": {"uv": [1.125, 10.875, 1.25, 11], "texture": "#0"}, + "west": {"uv": [9.875, 0.625, 10.125, 0.75], "texture": "#0"}, + "up": {"uv": [10, 1, 9.875, 0.75], "texture": "#0"}, + "down": {"uv": [1.125, 9.875, 1, 10.125], "texture": "#0"} + } + }, + { + "from": [6, 22, 9], + "to": [7, 23, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 21, 13]}, + "faces": { + "north": {"uv": [10.875, 1.125, 11, 1.25], "texture": "#0"}, + "east": {"uv": [9.875, 1, 10.125, 1.125], "texture": "#0"}, + "south": {"uv": [1.25, 10.875, 1.375, 11], "texture": "#0"}, + "west": {"uv": [1.125, 9.875, 1.375, 10], "texture": "#0"}, + "up": {"uv": [1.5, 10.125, 1.375, 9.875], "texture": "#0"}, + "down": {"uv": [1.625, 9.875, 1.5, 10.125], "texture": "#0"} + } + }, + { + "from": [6, 23, 9], + "to": [7, 24, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 22, 13]}, + "faces": { + "north": {"uv": [10.875, 1.25, 11, 1.375], "texture": "#0"}, + "east": {"uv": [9.25, 4.375, 9.625, 4.5], "texture": "#0"}, + "south": {"uv": [1.375, 10.875, 1.5, 11], "texture": "#0"}, + "west": {"uv": [9.25, 4.5, 9.625, 4.625], "texture": "#0"}, + "up": {"uv": [4.375, 9.625, 4.25, 9.25], "texture": "#0"}, + "down": {"uv": [4.5, 9.25, 4.375, 9.625], "texture": "#0"} + } + }, + { + "from": [6, 24, 8], + "to": [7, 25, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 23, 13]}, + "faces": { + "north": {"uv": [10.875, 1.375, 11, 1.5], "texture": "#0"}, + "east": {"uv": [7.625, 6.375, 8.375, 6.5], "texture": "#0"}, + "south": {"uv": [1.5, 10.875, 1.625, 11], "texture": "#0"}, + "west": {"uv": [7.625, 6.5, 8.375, 6.625], "texture": "#0"}, + "up": {"uv": [6.625, 8.375, 6.5, 7.625], "texture": "#0"}, + "down": {"uv": [7.75, 6.625, 7.625, 7.375], "texture": "#0"} + } + }, + { + "from": [6, 25, 9], + "to": [7, 26, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 24, 13]}, + "faces": { + "north": {"uv": [10.875, 1.5, 11, 1.625], "texture": "#0"}, + "east": {"uv": [9.25, 4.625, 9.625, 4.75], "texture": "#0"}, + "south": {"uv": [1.625, 10.875, 1.75, 11], "texture": "#0"}, + "west": {"uv": [9.25, 4.75, 9.625, 4.875], "texture": "#0"}, + "up": {"uv": [5, 9.625, 4.875, 9.25], "texture": "#0"}, + "down": {"uv": [9.375, 4.875, 9.25, 5.25], "texture": "#0"} + } + }, + { + "from": [6, 26, 9], + "to": [7, 27, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 25, 13]}, + "faces": { + "north": {"uv": [10.875, 1.625, 11, 1.75], "texture": "#0"}, + "east": {"uv": [9.875, 1.5, 10.125, 1.625], "texture": "#0"}, + "south": {"uv": [1.75, 10.875, 1.875, 11], "texture": "#0"}, + "west": {"uv": [9.875, 1.625, 10.125, 1.75], "texture": "#0"}, + "up": {"uv": [1.75, 10.125, 1.625, 9.875], "texture": "#0"}, + "down": {"uv": [2.125, 9.875, 2, 10.125], "texture": "#0"} + } + }, + { + "from": [7, 28, 8], + "to": [8, 31, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 23, 8]}, + "faces": { + "north": {"uv": [5, 9.25, 5.125, 9.625], "texture": "#0"}, + "east": {"uv": [5.125, 9.25, 5.25, 9.625], "texture": "#0"}, + "south": {"uv": [5.375, 9.25, 5.5, 9.625], "texture": "#0"}, + "west": {"uv": [5.5, 9.25, 5.625, 9.625], "texture": "#0"}, + "up": {"uv": [11, 1.875, 10.875, 1.75], "texture": "#0"}, + "down": {"uv": [2, 10.875, 1.875, 11], "texture": "#0"} + } + }, + { + "from": [7, 29, 7], + "to": [8, 32, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 24, 7]}, + "faces": { + "north": {"uv": [5.625, 9.25, 5.75, 9.625], "texture": "#0"}, + "east": {"uv": [5.75, 9.25, 5.875, 9.625], "texture": "#0"}, + "south": {"uv": [9.25, 5.75, 9.375, 6.125], "texture": "#0"}, + "west": {"uv": [5.875, 9.25, 6, 9.625], "texture": "#0"}, + "up": {"uv": [11, 2, 10.875, 1.875], "texture": "#0"}, + "down": {"uv": [2.125, 10.875, 2, 11], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [0, 180, 0], + "translation": [-0.25, 10, 1.25], + "scale": [0.6, 0.6, 0.6] + }, + "thirdperson_lefthand": { + "translation": [-0.25, 10, 1.25], + "scale": [0.6, 0.6, 0.6] + }, + "firstperson_righthand": { + "rotation": [-30, 180, 0], + "translation": [2.5, 3, -5], + "scale": [0.6, 0.6, 0.6] + } + }, + "groups": [ + { + "name": "group", + "origin": [7, 0, 9], + "color": 0, + "children": [ + { + "name": "Ring", + "origin": [7, 0, 9], + "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] + }, + { + "name": "Handel", + "origin": [7, -2, 7], + "color": 0, + "children": [35, 36, 37, 38, 39] + }, + { + "name": "Safe Gaurd", + "origin": [14, 10, 7], + "color": 0, + "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] + }, + { + "name": "Blade Full", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "Blade", + "origin": [7, 24, 21], + "color": 0, + "children": [70, 71, 72, 73, 74, 75, 76, 77, 78, 79] + }, + { + "name": "Blade", + "origin": [7, 24, 21], + "color": 0, + "children": [80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100] + }, + { + "name": "Blade", + "origin": [7, 24, 21], + "color": 0, + "children": [101, 102, 103, 104, 105, 106, 107, 108, 109, 110] + }, + { + "name": "Blade", + "origin": [7, 24, 21], + "color": 0, + "children": [111, 112, 113, 114, 115, 116, 117, 118, 119, 120] + } + ] + }, + { + "name": "Chain", + "origin": [5, 26, -1], + "color": 0, + "children": [ + { + "name": "Chains", + "origin": [5, 26, -1], + "color": 0, + "children": [ + { + "name": "Chain1", + "origin": [5, 30, -1], + "color": 0, + "children": [121, 122, 123] + }, + { + "name": "Chain1", + "origin": [5, 30, -1], + "color": 0, + "children": [124, 125, 126] + }, + { + "name": "Chain1", + "origin": [5, 30, -1], + "color": 0, + "children": [127, 128, 129] + }, + { + "name": "Chain1", + "origin": [5, 30, -1], + "color": 0, + "children": [130, 131, 132] + }, + { + "name": "Chain1", + "origin": [5, 30, -1], + "color": 0, + "children": [133, 134, 135] + }, + { + "name": "Chain2", + "origin": [5, 26, -1], + "color": 0, + "children": [136, 137, 138] + }, + { + "name": "Chain2", + "origin": [5, 26, -1], + "color": 0, + "children": [139, 140, 141] + }, + { + "name": "Chain2", + "origin": [5, 26, -1], + "color": 0, + "children": [142, 143, 144] + }, + { + "name": "Chain2", + "origin": [5, 26, -1], + "color": 0, + "children": [145, 146, 147] + } + ] + }, + { + "name": "Links", + "origin": [8, 12, 8], + "color": 0, + "children": [148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161] + } + ] + }, + { + "name": "Spike Balls", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "Spike Ball", + "origin": [0, 2, 3], + "color": 0, + "children": [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] + }, + { + "name": "Spike Ball", + "origin": [0, 2, 3], + "color": 0, + "children": [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] + }, + { + "name": "Spike Ball", + "origin": [0, 2, 3], + "color": 0, + "children": [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] + }, + { + "name": "Spike Ball", + "origin": [0, 2, 3], + "color": 0, + "children": [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] + }, + { + "name": "Spike Ball", + "origin": [0, 2, 3], + "color": 0, + "children": [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] + } + ] + }, + { + "name": "Axe Heads", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "Axe Head", + "origin": [5, 3, 14], + "color": 0, + "children": [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] + }, + { + "name": "Axe Head", + "origin": [5, 3, 14], + "color": 0, + "children": [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] + }, + { + "name": "Axe Head", + "origin": [5, 3, 14], + "color": 0, + "children": [368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/textures/item/weapons/diamond/diamond_leviathan_blade.png b/assets/minecraft/textures/item/weapons/diamond/diamond_leviathan_blade.png new file mode 100644 index 0000000..c4c8a45 --- /dev/null +++ b/assets/minecraft/textures/item/weapons/diamond/diamond_leviathan_blade.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f286a93643fc27c12ee9b79b41c250e93de8e4e74174c4d8df1ee5cd1e1ff4 +size 8451 diff --git a/assets/minecraft/textures/item/weapons/netherite/netherite_leviathan_blade.png b/assets/minecraft/textures/item/weapons/netherite/netherite_leviathan_blade.png new file mode 100644 index 0000000..781bf2a --- /dev/null +++ b/assets/minecraft/textures/item/weapons/netherite/netherite_leviathan_blade.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6783ee1970d3423e42ed6921eafe5c4944f112aafbfe27341cf7dc5aff1b72 +size 10658