diff --git a/src/generated/resources/.cache/b69ee8a2655365569b979911c0440daa8c470ac2 b/src/generated/resources/.cache/b69ee8a2655365569b979911c0440daa8c470ac2 index e15235617..9560a4eb3 100644 --- a/src/generated/resources/.cache/b69ee8a2655365569b979911c0440daa8c470ac2 +++ b/src/generated/resources/.cache/b69ee8a2655365569b979911c0440daa8c470ac2 @@ -1,5 +1,8 @@ -// 1.21.1 2025-05-21T21:13:24.0760608 Item Models: superbwarfare +// 1.21.1 2025-05-21T21:19:03.1904953 Item Models: superbwarfare +6c48f5010e7e2b8cd4d3ff85c8de45cf56f53268 assets/superbwarfare/models/item/aa_12.json +fb3a995587b2c253571c3160ff02c2ad8c73ecf8 assets/superbwarfare/models/item/aa_12_base.json 13ca8d5676888ff51f3308d88e4bf67691fa34f8 assets/superbwarfare/models/item/aa_12_blueprint.json +eee5935baee9a6a78e6576735736512f528eb4db assets/superbwarfare/models/item/aa_12_icon.json 0a9bfb695c2b5668863a2de4770f5bfca663c1dc assets/superbwarfare/models/item/agm.json 29ad5daadcdf7c10771fc45b649c527d16325cbb assets/superbwarfare/models/item/aircraft_catapult.json 13ca8d5676888ff51f3308d88e4bf67691fa34f8 assets/superbwarfare/models/item/ak_12_blueprint.json diff --git a/src/generated/resources/assets/superbwarfare/models/item/aa_12.json b/src/generated/resources/assets/superbwarfare/models/item/aa_12.json new file mode 100644 index 000000000..4c828b10a --- /dev/null +++ b/src/generated/resources/assets/superbwarfare/models/item/aa_12.json @@ -0,0 +1,28 @@ +{ + "parent": "minecraft:item/generated", + "base": { + "parent": "superbwarfare:item/aa_12_base" + }, + "gui_light": "front", + "loader": "neoforge:separate_transforms", + "perspectives": { + "fixed": { + "parent": "superbwarfare:lod/aa_12" + }, + "ground": { + "parent": "superbwarfare:lod/aa_12" + }, + "gui": { + "parent": "superbwarfare:item/aa_12_icon" + }, + "head": { + "parent": "superbwarfare:lod/aa_12" + }, + "thirdperson_lefthand": { + "parent": "superbwarfare:lod/aa_12" + }, + "thirdperson_righthand": { + "parent": "superbwarfare:lod/aa_12" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/superbwarfare/models/item/aa_12_base.json b/src/generated/resources/assets/superbwarfare/models/item/aa_12_base.json new file mode 100644 index 000000000..dfcaae0cc --- /dev/null +++ b/src/generated/resources/assets/superbwarfare/models/item/aa_12_base.json @@ -0,0 +1,6 @@ +{ + "parent": "superbwarfare:displaysettings/aa_12.item", + "textures": { + "layer0": "superbwarfare:item/aa_12" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/superbwarfare/models/item/aa_12_icon.json b/src/generated/resources/assets/superbwarfare/models/item/aa_12_icon.json new file mode 100644 index 000000000..aeac668f9 --- /dev/null +++ b/src/generated/resources/assets/superbwarfare/models/item/aa_12_icon.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "superbwarfare:item/aa_12_icon" + } +} \ No newline at end of file diff --git a/src/main/java/com/atsuishio/superbwarfare/client/model/item/Aa12ItemModel.java b/src/main/java/com/atsuishio/superbwarfare/client/model/item/Aa12ItemModel.java index 08de19b6f..f22197925 100644 --- a/src/main/java/com/atsuishio/superbwarfare/client/model/item/Aa12ItemModel.java +++ b/src/main/java/com/atsuishio/superbwarfare/client/model/item/Aa12ItemModel.java @@ -19,17 +19,17 @@ public class Aa12ItemModel extends GeoModel { @Override public ResourceLocation getAnimationResource(Aa12Item animatable) { - return Mod.loc("animations/aa12.animation.json"); + return Mod.loc("animations/aa_12.animation.json"); } @Override public ResourceLocation getModelResource(Aa12Item animatable) { - return Mod.loc("geo/aa12.geo.json"); + return Mod.loc("geo/aa_12.geo.json"); } @Override public ResourceLocation getTextureResource(Aa12Item animatable) { - return Mod.loc("textures/item/aa12_new.png"); + return Mod.loc("textures/item/aa_12.png"); } @Override diff --git a/src/main/java/com/atsuishio/superbwarfare/datagen/ModItemModelProvider.java b/src/main/java/com/atsuishio/superbwarfare/datagen/ModItemModelProvider.java index 047358e79..3dab4e34f 100644 --- a/src/main/java/com/atsuishio/superbwarfare/datagen/ModItemModelProvider.java +++ b/src/main/java/com/atsuishio/superbwarfare/datagen/ModItemModelProvider.java @@ -26,7 +26,8 @@ public class ModItemModelProvider extends ItemModelProvider { @Override protected void registerModels() { - // test + // gun + gunItem(ModItems.AA_12); gunItem(ModItems.AURELIA_SCEPTRE); simpleItem(ModItems.EMPTY_PERK, "perk/"); diff --git a/src/main/java/com/atsuishio/superbwarfare/item/gun/shotgun/Aa12Item.java b/src/main/java/com/atsuishio/superbwarfare/item/gun/shotgun/Aa12Item.java index 09bf57adb..190c5e3aa 100644 --- a/src/main/java/com/atsuishio/superbwarfare/item/gun/shotgun/Aa12Item.java +++ b/src/main/java/com/atsuishio/superbwarfare/item/gun/shotgun/Aa12Item.java @@ -54,22 +54,22 @@ public class Aa12Item extends GunItem implements GeoItem { if (this.animationProcedure.equals("empty")) { if (GunData.from(stack).reload.empty()) { - return event.setAndContinue(RawAnimation.begin().thenPlay("animation.aa12.reload_empty")); + return event.setAndContinue(RawAnimation.begin().thenPlay("animation.aa_12.reload_empty")); } if (GunData.from(stack).reload.normal()) { - return event.setAndContinue(RawAnimation.begin().thenPlay("animation.aa12.reload_normal")); + return event.setAndContinue(RawAnimation.begin().thenPlay("animation.aa_12.reload_normal")); } if (player.isSprinting() && player.onGround() && ClientEventHandler.cantSprint == 0 && ClientEventHandler.drawTime < 0.01) { if (ClientEventHandler.tacticalSprint) { - return event.setAndContinue(RawAnimation.begin().thenLoop("animation.aa12.run_fast")); + return event.setAndContinue(RawAnimation.begin().thenLoop("animation.aa_12.run_fast")); } else { - return event.setAndContinue(RawAnimation.begin().thenLoop("animation.aa12.run")); + return event.setAndContinue(RawAnimation.begin().thenLoop("animation.aa_12.run")); } } - return event.setAndContinue(RawAnimation.begin().thenLoop("animation.aa12.idle")); + return event.setAndContinue(RawAnimation.begin().thenLoop("animation.aa_12.idle")); } return PlayState.STOP; } diff --git a/src/main/resources/assets/superbwarfare/animations/aa12.animation.json b/src/main/resources/assets/superbwarfare/animations/aa_12.animation.json similarity index 99% rename from src/main/resources/assets/superbwarfare/animations/aa12.animation.json rename to src/main/resources/assets/superbwarfare/animations/aa_12.animation.json index 22c1783bd..1a4ca5385 100644 --- a/src/main/resources/assets/superbwarfare/animations/aa12.animation.json +++ b/src/main/resources/assets/superbwarfare/animations/aa_12.animation.json @@ -1,7 +1,7 @@ { "format_version": "1.8.0", "animations": { - "animation.aa12.idle": { + "animation.aa_12.idle": { "loop": true, "animation_length": 0.25, "bones": { @@ -12,7 +12,7 @@ } } }, - "animation.aa12.run": { + "animation.aa_12.run": { "loop": true, "animation_length": 0.7917, "bones": { @@ -80,7 +80,7 @@ } } }, - "animation.aa12.run_fast": { + "animation.aa_12.run_fast": { "loop": true, "animation_length": 0.8, "bones": { @@ -157,10 +157,10 @@ } } }, - "animation.aa12.fire": { + "animation.aa_12.fire": { "animation_length": 0.125 }, - "animation.aa12.reload_empty": { + "animation.aa_12.reload_empty": { "loop": "hold_on_last_frame", "animation_length": 4.1167, "bones": { @@ -593,7 +593,7 @@ } } }, - "animation.aa12.reload_normal": { + "animation.aa_12.reload_normal": { "loop": "hold_on_last_frame", "animation_length": 2.9667, "bones": { diff --git a/src/main/resources/assets/superbwarfare/geo/aa12.geo.json b/src/main/resources/assets/superbwarfare/geo/aa_12.geo.json similarity index 99% rename from src/main/resources/assets/superbwarfare/geo/aa12.geo.json rename to src/main/resources/assets/superbwarfare/geo/aa_12.geo.json index 54fd818de..c874a0187 100644 --- a/src/main/resources/assets/superbwarfare/geo/aa12.geo.json +++ b/src/main/resources/assets/superbwarfare/geo/aa_12.geo.json @@ -3,7 +3,7 @@ "minecraft:geometry": [ { "description": { - "identifier": "geometry.aa12", + "identifier": "geometry.aa_12", "texture_width": 256, "texture_height": 256, "visible_bounds_width": 9, diff --git a/src/main/resources/assets/superbwarfare/models/displaysettings/aa12.item.json b/src/main/resources/assets/superbwarfare/models/displaysettings/aa_12.item.json similarity index 100% rename from src/main/resources/assets/superbwarfare/models/displaysettings/aa12.item.json rename to src/main/resources/assets/superbwarfare/models/displaysettings/aa_12.item.json diff --git a/src/main/resources/assets/superbwarfare/models/item/aa_12.json b/src/main/resources/assets/superbwarfare/models/item/aa_12.json deleted file mode 100644 index 7f3ebfa4c..000000000 --- a/src/main/resources/assets/superbwarfare/models/item/aa_12.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "loader": "neoforge:separate_transforms", - "gui_light": "front", - "base": { - "parent": "superbwarfare:item/aa_12_base" - }, - "perspectives": { - "gui": { - "parent": "superbwarfare:item/aa_12_icon" - }, - "thirdperson_righthand": { - "parent": "superbwarfare:item/aa123d" - }, - "thirdperson_lefthand": { - "parent": "superbwarfare:item/aa123d" - }, - "ground": { - "parent": "superbwarfare:item/aa123d" - }, - "fixed": { - "parent": "superbwarfare:item/aa123d" - }, - "head": { - "parent": "superbwarfare:item/aa123d" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/superbwarfare/models/item/aa_12_base.json b/src/main/resources/assets/superbwarfare/models/item/aa_12_base.json deleted file mode 100644 index fd3292bd0..000000000 --- a/src/main/resources/assets/superbwarfare/models/item/aa_12_base.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "superbwarfare:displaysettings/aa12.item", - "textures": { - "layer0": "superbwarfare:item/aa12_new" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/superbwarfare/models/item/aurelia_sceptre.json b/src/main/resources/assets/superbwarfare/models/item/aurelia_sceptre.json deleted file mode 100644 index f504b0e93..000000000 --- a/src/main/resources/assets/superbwarfare/models/item/aurelia_sceptre.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "loader": "neoforge:separate_transforms", - "gui_light": "front", - "base": { - "parent": "superbwarfare:item/aurelia_sceptre_base" - }, - "perspectives": { - "gui": { - "parent": "superbwarfare:item/aurelia_sceptre_icon" - }, - "thirdperson_righthand": { - "parent": "superbwarfare:item/aurelia_sceptre_3d" - }, - "thirdperson_lefthand": { - "parent": "superbwarfare:item/aurelia_sceptre_3d" - }, - "ground": { - "parent": "superbwarfare:item/aurelia_sceptre_3d" - }, - "fixed": { - "parent": "superbwarfare:item/aurelia_sceptre_3d" - }, - "head": { - "parent": "superbwarfare:item/aurelia_sceptre_3d" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/superbwarfare/models/item/aurelia_sceptre_base.json b/src/main/resources/assets/superbwarfare/models/item/aurelia_sceptre_base.json deleted file mode 100644 index a7f3e0bb8..000000000 --- a/src/main/resources/assets/superbwarfare/models/item/aurelia_sceptre_base.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "superbwarfare:displaysettings/aurelia_sceptre.item", - "textures": { - "layer0": "superbwarfare:item/aurelia_sceptre" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/superbwarfare/models/item/aurelia_sceptre_icon.json b/src/main/resources/assets/superbwarfare/models/item/aurelia_sceptre_icon.json deleted file mode 100644 index caee0fcb9..000000000 --- a/src/main/resources/assets/superbwarfare/models/item/aurelia_sceptre_icon.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "superbwarfare:item/aurelia_sceptre_icon" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/superbwarfare/models/item/aa123d.json b/src/main/resources/assets/superbwarfare/models/lod/aa_12.json similarity index 99% rename from src/main/resources/assets/superbwarfare/models/item/aa123d.json rename to src/main/resources/assets/superbwarfare/models/lod/aa_12.json index c770de87d..8e6610a79 100644 --- a/src/main/resources/assets/superbwarfare/models/item/aa123d.json +++ b/src/main/resources/assets/superbwarfare/models/lod/aa_12.json @@ -2,8 +2,8 @@ "credit": "Made with Blockbench", "texture_size": [32, 32], "textures": { - "0": "superbwarfare:item/aa123d", - "particle": "superbwarfare:item/aa123d" + "0": "superbwarfare:item/lod/aa_12", + "particle": "superbwarfare:item/lod/aa_12" }, "elements": [ { diff --git a/src/main/resources/assets/superbwarfare/models/lod/aurelia_sceptre.json b/src/main/resources/assets/superbwarfare/models/lod/aurelia_sceptre.json index 2bcf678fc..9b0950d99 100644 --- a/src/main/resources/assets/superbwarfare/models/lod/aurelia_sceptre.json +++ b/src/main/resources/assets/superbwarfare/models/lod/aurelia_sceptre.json @@ -1,16532 +1,3078 @@ { - "credit": "Made with Blockbench", - "texture_size": [ - 64, - 64 - ], - "textures": { - "0": "superbwarfare:item/aurelia_sceptre_3d", - "particle": "superbwarfare:item/aurelia_sceptre_3d" - }, - "elements": [ - { - "from": [ - 7.5, - 9.6, - 7.5 - ], - "to": [ - 8.5, - 9.8, - 10.8 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 7.5, - 9.69088, - 8.67383 - ] - }, - "faces": { - "north": { - "uv": [ - 1.5, - 7.25, - 1.75, - 7.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 1.75, - 5.25, - 2.5, - 5.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.25, - 1.5, - 7.5, - 1.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 5.25, - 2, - 6, - 2.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 4, - 5.75, - 3.75, - 5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5.5, - 2.25, - 5.25, - 3 - ], - "texture": "#0" - } - } - }, - { - "name": "fugan", - "from": [ - 7.7, - 1.1, - 10 - ], - "to": [ - 8.3, - 9.6, - 10.6 - ], - "rotation": { - "angle": 45, - "axis": "y", - "origin": [ - 8, - 5.35, - 10.3 - ] - }, - "faces": { - "north": { - "uv": [ - 3.5, - 0, - 3.75, - 2 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 3.5, - 2, - 3.75, - 4 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 3.75, - 0, - 4, - 2 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 1, - 3.75, - 1.25, - 5.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.5, - 0.9, - 7.5 - ], - "to": [ - 8.5, - 1.1, - 10.8 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 1.15, - 8.25 - ] - }, - "faces": { - "north": { - "uv": [ - 2.5, - 7.25, - 2.75, - 7.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 2.5, - 5.25, - 3.25, - 5.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2.75, - 7.25, - 3, - 7.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 5.25, - 3, - 6, - 3.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 3.5, - 6, - 3.25, - 5.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5.5, - 3.25, - 5.25, - 4 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.375, - 7.9557, - 8.25072 - ], - "to": [ - 8.3975, - 9.8557, - 8.36322 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8.375, - 8.0557, - 8.32572 - ] - }, - "faces": { - "north": { - "uv": [ - 2.25, - 5.5, - 2.5, - 6 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5.5, - 2.25, - 5.75, - 2.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2.5, - 5.5, - 2.75, - 6 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.375, - 7.97483, - 7.63964 - ], - "to": [ - 8.3975, - 9.87483, - 7.75214 - ], - "rotation": { - "angle": 22.5, - "axis": "x", - "origin": [ - 8.375, - 8.07483, - 7.63964 - ] - }, - "faces": { - "north": { - "uv": [ - 3, - 5.5, - 3.25, - 6 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5.5, - 3.25, - 5.75, - 3.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 3.5, - 5.5, - 3.75, - 6 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.63964, - 7.97483, - 8.375 - ], - "to": [ - 7.75214, - 9.87483, - 8.3975 - ], - "rotation": { - "angle": -22.5, - "axis": "z", - "origin": [ - 7.63964, - 8.07483, - 8.45 - ] - }, - "faces": { - "east": { - "uv": [ - 4.75, - 5.5, - 5, - 6 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5.5, - 4.75, - 5.75, - 5.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 5, - 5.5, - 5.25, - 6 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.25072, - 7.9557, - 8.375 - ], - "to": [ - 8.36322, - 9.8557, - 8.3975 - ], - "rotation": { - "angle": 22.5, - "axis": "z", - "origin": [ - 8.32572, - 8.0557, - 8.45 - ] - }, - "faces": { - "east": { - "uv": [ - 5.5, - 5.25, - 5.75, - 5.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5.75, - 0, - 6, - 0.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 5.75, - 0.5, - 6, - 1 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.6025, - 7.9557, - 8.25072 - ], - "to": [ - 7.625, - 9.8557, - 8.36322 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 7.625, - 8.0557, - 8.32572 - ] - }, - "faces": { - "north": { - "uv": [ - 1, - 5.75, - 1.25, - 6.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 1.25, - 5.75, - 1.5, - 6.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 1.5, - 5.75, - 1.75, - 6.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.6025, - 7.97483, - 7.63964 - ], - "to": [ - 7.625, - 9.87483, - 7.75214 - ], - "rotation": { - "angle": 22.5, - "axis": "x", - "origin": [ - 7.625, - 8.07483, - 7.63964 - ] - }, - "faces": { - "north": { - "uv": [ - 5.75, - 1.5, - 6, - 2 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5.75, - 3.25, - 6, - 3.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 3.75, - 5.75, - 4, - 6.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.63964, - 7.97483, - 7.6025 - ], - "to": [ - 7.75214, - 9.87483, - 7.625 - ], - "rotation": { - "angle": -22.5, - "axis": "z", - "origin": [ - 7.63964, - 8.07483, - 7.55 - ] - }, - "faces": { - "north": { - "uv": [ - 5.75, - 3.75, - 6, - 4.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5.75, - 4.25, - 6, - 4.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 5.75, - 5.25, - 6, - 5.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.25072, - 7.9557, - 7.6025 - ], - "to": [ - 8.36322, - 9.8557, - 7.625 - ], - "rotation": { - "angle": 22.5, - "axis": "z", - "origin": [ - 8.32572, - 8.0557, - 7.55 - ] - }, - "faces": { - "north": { - "uv": [ - 5.5, - 5.75, - 5.75, - 6.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5.75, - 5.75, - 6, - 6.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6, - 0.5, - 6.25, - 1 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.95, - 7.9, - 8.8 - ], - "to": [ - 8.05, - 15.7, - 8.9 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 10.4, - 8 - ] - }, - "faces": { - "north": { - "uv": [ - 1.25, - 3.75, - 1.5, - 5.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 1.5, - 3.75, - 1.75, - 5.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 1.75, - 3.75, - 2, - 5.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 2, - 3.75, - 2.25, - 5.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.5, - 9.9, - 7.5 - ], - "to": [ - 8.5, - 10.9, - 8.5 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 10.4, - 8 - ] - }, - "faces": { - "north": { - "uv": [ - 6, - 7.25, - 6.25, - 7.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6.25, - 7.25, - 6.5, - 7.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.25, - 6.25, - 7.5, - 6.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.25, - 6.5, - 7.5, - 6.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.25, - 7.5, - 7, - 7.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.5, - 7.25, - 7.25, - 7.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.4375, - 7.9, - 7.4375 - ], - "to": [ - 8.5625, - 8, - 8.5625 - ], - "rotation": { - "angle": 45, - "axis": "y", - "origin": [ - 8, - 8.15, - 8 - ] - }, - "faces": { - "north": { - "uv": [ - 0, - 7.5, - 0.25, - 7.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 0.25, - 7.5, - 0.5, - 7.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 0.5, - 7.5, - 0.75, - 7.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.5, - 0.5, - 7.75, - 0.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 1, - 7.75, - 0.75, - 7.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.25, - 7.6, - 7.25 - ], - "to": [ - 8.75, - 7.9, - 8.75 - ], - "rotation": { - "angle": 45, - "axis": "y", - "origin": [ - 8, - 7.85, - 8 - ] - }, - "faces": { - "north": { - "uv": [ - 5.5, - 2.75, - 6, - 3 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6, - 1, - 6.5, - 1.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6, - 1.25, - 6.5, - 1.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6, - 1.5, - 6.5, - 1.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 5.25, - 0.5, - 4.75, - 0 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5.25, - 0.5, - 4.75, - 1 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.25, - 7.6, - 7.25 - ], - "to": [ - 8.75, - 7.9, - 8.75 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 7.85, - 8 - ] - }, - "faces": { - "north": { - "uv": [ - 6, - 1.75, - 6.5, - 2 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6, - 2, - 6.5, - 2.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2.25, - 6, - 2.75, - 6.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6, - 2.25, - 6.5, - 2.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 5.25, - 1.5, - 4.75, - 1 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5.25, - 1.5, - 4.75, - 2 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.925, - 2.1, - 7.1 - ], - "to": [ - 8.075, - 7.6, - 7.25 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8.3, - 0.5, - 7.475 - ] - }, - "faces": { - "north": { - "uv": [ - 3.75, - 2, - 4, - 3.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 2.25, - 3.75, - 2.5, - 5.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2.5, - 3.75, - 2.75, - 5.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 2.75, - 3.75, - 3, - 5.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.75, - 2.1, - 7.925 - ], - "to": [ - 8.9, - 7.6, - 8.075 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 9.125, - 0.5, - 8.3 - ] - }, - "faces": { - "north": { - "uv": [ - 3, - 3.75, - 3.25, - 5.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 3.25, - 3.75, - 3.5, - 5.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 3.75, - 3.5, - 4, - 5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 4, - 0, - 4.25, - 1.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.175, - 2.1, - 7.925 - ], - "to": [ - 7.325, - 7.6, - 8.075 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 7.55, - 0.5, - 8.3 - ] - }, - "faces": { - "north": { - "uv": [ - 4, - 1.5, - 4.25, - 3 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4, - 3, - 4.25, - 4.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 3.5, - 4, - 3.75, - 5.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 4.25, - 0, - 4.5, - 1.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.925, - 2.1, - 8.75 - ], - "to": [ - 8.075, - 7.6, - 8.9 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8.3, - 0.5, - 9.125 - ] - }, - "faces": { - "north": { - "uv": [ - 4.25, - 1.5, - 4.5, - 3 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4.25, - 3, - 4.5, - 4.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 4.5, - 0, - 4.75, - 1.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 4.5, - 1.5, - 4.75, - 3 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.625, - 2.1, - 7.625 - ], - "to": [ - 8.375, - 7.6, - 8.375 - ], - "rotation": { - "angle": 45, - "axis": "y", - "origin": [ - 8, - 0.5, - 8 - ] - }, - "faces": { - "north": { - "uv": [ - 4.5, - 3, - 4.75, - 4.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4, - 4.5, - 4.25, - 6 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 4.25, - 4.5, - 4.5, - 6 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 4.5, - 4.5, - 4.75, - 6 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.25, - 1.6, - 7.25 - ], - "to": [ - 8.75, - 2.1, - 8.75 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 1.85, - 8 - ] - }, - "faces": { - "north": { - "uv": [ - 6, - 2.5, - 6.5, - 2.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 2.75, - 6, - 3.25, - 6.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6, - 2.75, - 6.5, - 3 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6, - 3, - 6.5, - 3.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 5.25, - 2.5, - 4.75, - 2 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5.25, - 2.5, - 4.75, - 3 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.25, - 1.6, - 7.25 - ], - "to": [ - 8.75, - 2.1, - 8.75 - ], - "rotation": { - "angle": 45, - "axis": "y", - "origin": [ - 8, - 1.85, - 8 - ] - }, - "faces": { - "north": { - "uv": [ - 3.25, - 6, - 3.75, - 6.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6, - 3.25, - 6.5, - 3.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6, - 3.5, - 6.5, - 3.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6, - 3.75, - 6.5, - 4 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 5.25, - 3.5, - 4.75, - 3 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5.25, - 3.5, - 4.75, - 4 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.4375, - 1.4, - 7.4375 - ], - "to": [ - 8.5625, - 1.6, - 8.5625 - ], - "rotation": { - "angle": 45, - "axis": "y", - "origin": [ - 8, - 1.65, - 8 - ] - }, - "faces": { - "north": { - "uv": [ - 2.5, - 7.5, - 2.75, - 7.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.5, - 2.5, - 7.75, - 2.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2.75, - 7.5, - 3, - 7.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.5, - 2.75, - 7.75, - 3 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 3.25, - 7.75, - 3, - 7.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.75, - 3, - 7.5, - 3.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.5, - -0.2, - 7.5 - ], - "to": [ - 8.5, - 0.8, - 8.5 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 1.85, - 8 - ] - }, - "faces": { - "north": { - "uv": [ - 3.25, - 7.5, - 3.5, - 7.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.5, - 3.25, - 7.75, - 3.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 3.5, - 7.5, - 3.75, - 7.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.5, - 3.5, - 7.75, - 3.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 4, - 7.75, - 3.75, - 7.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.75, - 3.75, - 7.5, - 4 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.4375, - -12.2, - 7.4375 - ], - "to": [ - 8.5625, - -12.1, - 8.5625 - ], - "rotation": { - "angle": 45, - "axis": "y", - "origin": [ - 8, - -11.95, - 8 - ] - }, - "faces": { - "north": { - "uv": [ - 4, - 7.5, - 4.25, - 7.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.5, - 4, - 7.75, - 4.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 4.25, - 7.5, - 4.5, - 7.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.5, - 4.25, - 7.75, - 4.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 4.75, - 7.75, - 4.5, - 7.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.25, - -12.7, - 7.25 - ], - "to": [ - 8.75, - -12.2, - 8.75 - ], - "rotation": { - "angle": 45, - "axis": "y", - "origin": [ - 8, - -12.45, - 8 - ] - }, - "faces": { - "north": { - "uv": [ - 4, - 6, - 4.5, - 6.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6, - 4, - 6.5, - 4.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6, - 4.25, - 6.5, - 4.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 4.5, - 6, - 5, - 6.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 5.25, - 4.5, - 4.75, - 4 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5.25, - 4.5, - 4.75, - 5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.8125, - -13.95, - 7.75102 - ], - "to": [ - 8.1875, - -12.55, - 7.92602 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - -13.85, - 7.73852 - ] - }, - "faces": { - "north": { - "uv": [ - 4.75, - 7.5, - 5, - 7.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.5, - 4.75, - 7.75, - 5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5, - 7.5, - 5.25, - 7.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.5, - 5, - 7.75, - 5.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.8125, - -13.95, - 8.07398 - ], - "to": [ - 8.1875, - -12.55, - 8.24898 - ], - "rotation": { - "angle": 22.5, - "axis": "x", - "origin": [ - 8, - -13.85, - 8.26148 - ] - }, - "faces": { - "north": { - "uv": [ - 5.5, - 7.5, - 5.75, - 7.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.5, - 5.5, - 7.75, - 5.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5.75, - 7.5, - 6, - 7.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.5, - 5.75, - 7.75, - 6 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.75, - -14.2, - 7.75 - ], - "to": [ - 8.25, - -12.7, - 8.25 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - -14.2, - 8 - ] - }, - "faces": { - "north": { - "uv": [ - 6, - 4.5, - 6.25, - 5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5, - 6, - 5.25, - 6.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6, - 5, - 6.25, - 5.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 5.25, - 6, - 5.5, - 6.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.6, - -14.5, - 7.6 - ], - "to": [ - 8.4, - -14.2, - 8.4 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - -14.45, - 8 - ] - }, - "faces": { - "north": { - "uv": [ - 6.5, - 7.5, - 6.75, - 7.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.5, - 6.5, - 7.75, - 6.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.75, - 7.5, - 7, - 7.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.5, - 6.75, - 7.75, - 7 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.25, - 7.75, - 7, - 7.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.75, - 7, - 7.5, - 7.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.725, - -14.6, - 7.725 - ], - "to": [ - 8.275, - -14.5, - 8.275 - ], - "rotation": { - "angle": 45, - "axis": "y", - "origin": [ - 8, - -14.55, - 8 - ] - }, - "faces": { - "north": { - "uv": [ - 7.25, - 7.5, - 7.5, - 7.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.5, - 7.25, - 7.75, - 7.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.5, - 7.5, - 7.75, - 7.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 0, - 7.75, - 0.25, - 8 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 0.5, - 7.75, - 0.25, - 8 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.8125, - -15, - 7.8125 - ], - "to": [ - 8.1875, - -14.6, - 8.1875 - ], - "rotation": { - "angle": -45, - "axis": "y", - "origin": [ - 8, - -14.95, - 8 - ] - }, - "faces": { - "north": { - "uv": [ - 7.75, - 0.25, - 8, - 0.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 0.5, - 7.75, - 0.75, - 8 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 0.5, - 8, - 0.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 0.75, - 7.75, - 1, - 8 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 1.25, - 7.75, - 1, - 8 - ], - "texture": "#0" - } - } - }, - { - "name": "zhugan", - "from": [ - 7.625, - -12.1, - 7.625 - ], - "to": [ - 8.375, - 15.5, - 8.375 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - -13.2, - 8 - ] - }, - "faces": { - "north": { - "uv": [ - 0, - 0, - 0.25, - 6.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 0.25, - 0, - 0.5, - 6.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 0.5, - 0, - 0.75, - 6.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 0.75, - 0, - 1, - 6.5 - ], - "texture": "#0" - } - } - }, - { - "name": "zhugan", - "from": [ - 7.05, - 15.9, - 7.05 - ], - "to": [ - 8.95, - 16.1, - 8.95 - ], - "rotation": { - "angle": 22.5, - "axis": "y", - "origin": [ - 8, - 15.8, - 8 - ] - }, - "faces": { - "north": { - "uv": [ - 6, - 5.5, - 6.5, - 5.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6, - 5.75, - 6.5, - 6 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6, - 6, - 6.5, - 6.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6.25, - 0, - 6.75, - 0.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 5.25, - 5.5, - 4.75, - 5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5.75, - 0, - 5.25, - 0.5 - ], - "texture": "#0" - } - } - }, - { - "name": "zhugan", - "from": [ - 7.3, - 15.7, - 7.3 - ], - "to": [ - 8.7, - 15.9, - 8.7 - ], - "rotation": { - "angle": 45, - "axis": "y", - "origin": [ - 8, - 15.8, - 8 - ] - }, - "faces": { - "north": { - "uv": [ - 7.75, - 1.25, - 8, - 1.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 1.5, - 7.75, - 1.75, - 8 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 1.5, - 8, - 1.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 1.75, - 7.75, - 2, - 8 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 2.25, - 7.75, - 2, - 8 - ], - "texture": "#0" - } - } - }, - { - "name": "zhugan", - "from": [ - 7.5, - 15.5, - 7.5 - ], - "to": [ - 8.5, - 15.7, - 8.5 - ], - "rotation": { - "angle": 22.5, - "axis": "y", - "origin": [ - 8, - 15.8, - 8 - ] - }, - "faces": { - "north": { - "uv": [ - 7.75, - 2, - 8, - 2.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 2.25, - 7.75, - 2.5, - 8 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 2.25, - 8, - 2.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 2.5, - 7.75, - 2.75, - 8 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3, - 7.75, - 2.75, - 8 - ], - "texture": "#0" - } - } - }, - { - "name": "zhugan", - "from": [ - 7.5, - 15.5, - 7.5 - ], - "to": [ - 8.5, - 15.7, - 8.5 - ], - "rotation": { - "angle": -22.5, - "axis": "y", - "origin": [ - 8, - -11.6, - 8 - ] - }, - "faces": { - "north": { - "uv": [ - 7.75, - 2.75, - 8, - 3 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 3, - 7.75, - 3.25, - 8 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 3, - 8, - 3.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 3.25, - 7.75, - 3.5, - 8 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3.75, - 7.75, - 3.5, - 8 - ], - "texture": "#0" - } - } - }, - { - "name": "zhugan", - "from": [ - 7.3, - 15.7, - 7.3 - ], - "to": [ - 8.7, - 15.9, - 8.7 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - -11.6, - 8 - ] - }, - "faces": { - "north": { - "uv": [ - 7.75, - 3.5, - 8, - 3.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 3.75, - 7.75, - 4, - 8 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 3.75, - 8, - 4 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 4, - 7.75, - 4.25, - 8 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 4.5, - 7.75, - 4.25, - 8 - ], - "texture": "#0" - } - } - }, - { - "name": "zhugan", - "from": [ - 7.05, - 15.9, - 7.05 - ], - "to": [ - 8.95, - 16.1, - 8.95 - ], - "rotation": { - "angle": -22.5, - "axis": "y", - "origin": [ - 8, - -11.6, - 8 - ] - }, - "faces": { - "north": { - "uv": [ - 6.25, - 0.25, - 6.75, - 0.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6.25, - 0.5, - 6.75, - 0.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.25, - 0.75, - 6.75, - 1 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 1, - 6.25, - 1.5, - 6.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 5.75, - 1, - 5.25, - 0.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5.75, - 1, - 5.25, - 1.5 - ], - "texture": "#0" - } - } - }, - { - "name": "shuimu1", - "from": [ - 7.75, - 14.85955, - 6.10856 - ], - "to": [ - 8.25, - 15.35955, - 6.20856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 7.75, - 4.25, - 8, - 4.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4.5, - 7.75, - 4.75, - 8 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 4.5, - 8, - 4.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 4.75, - 7.75, - 5, - 8 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8, - 5, - 7.75, - 4.75 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5.25, - 7.75, - 5, - 8 - ], - "texture": "#0" - } - } - }, - { - "name": "shuimu2", - "from": [ - 7.55, - 14.65955, - 6.00856 - ], - "to": [ - 8.45, - 15.55955, - 6.10856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 7.75, - 5, - 8, - 5.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5.25, - 7.75, - 5.5, - 8 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 5.25, - 8, - 5.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 5.5, - 7.75, - 5.75, - 8 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8, - 5.75, - 7.75, - 5.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 6, - 7.75, - 5.75, - 8 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.45, - 14.75955, - 5.80856 - ], - "to": [ - 7.65, - 15.65955, - 6.00856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 7.75, - 5.75, - 8, - 6 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6, - 7.75, - 6.25, - 8 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 6, - 8, - 6.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6.25, - 7.75, - 6.5, - 8 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8, - 6.5, - 7.75, - 6.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 6.75, - 7.75, - 6.5, - 8 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.65, - 15.45955, - 5.80856 - ], - "to": [ - 8.55, - 15.65955, - 6.00856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 7.75, - 6.5, - 8, - 6.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6.75, - 7.75, - 7, - 8 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 6.75, - 8, - 7 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7, - 7.75, - 7.25, - 8 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8, - 7.25, - 7.75, - 7 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.5, - 7.75, - 7.25, - 8 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.35, - 14.55955, - 5.80856 - ], - "to": [ - 8.55, - 15.45955, - 6.00856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 7.75, - 7.25, - 8, - 7.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.5, - 7.75, - 7.75, - 8 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 7.5, - 8, - 7.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.75, - 7.75, - 8, - 8 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 0.25, - 8.25, - 0, - 8 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8.25, - 0, - 8, - 0.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.45, - 14.55955, - 5.80856 - ], - "to": [ - 8.35, - 14.75955, - 6.00856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 0.25, - 8, - 0.5, - 8.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8, - 0.25, - 8.25, - 0.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 0.5, - 8, - 0.75, - 8.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8, - 0.5, - 8.25, - 0.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 1, - 8.25, - 0.75, - 8 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8.25, - 0.75, - 8, - 1 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.35, - 14.65955, - 5.60856 - ], - "to": [ - 7.55, - 15.75955, - 5.80856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 1, - 8, - 1.25, - 8.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8, - 1, - 8.25, - 1.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 1.25, - 8, - 1.5, - 8.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8, - 1.25, - 8.25, - 1.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 1.75, - 8.25, - 1.5, - 8 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8.25, - 1.5, - 8, - 1.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.55, - 15.55955, - 5.60856 - ], - "to": [ - 8.65, - 15.75955, - 5.80856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 1.75, - 8, - 2, - 8.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8, - 1.75, - 8.25, - 2 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2, - 8, - 2.25, - 8.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8, - 2, - 8.25, - 2.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 2.5, - 8.25, - 2.25, - 8 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8.25, - 2.25, - 8, - 2.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.45, - 14.45955, - 5.60856 - ], - "to": [ - 8.65, - 15.55955, - 5.80856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 2.5, - 8, - 2.75, - 8.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8, - 2.5, - 8.25, - 2.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2.75, - 8, - 3, - 8.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8, - 2.75, - 8.25, - 3 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 3.25, - 8.25, - 3, - 8 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8.25, - 3, - 8, - 3.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.35, - 14.45955, - 5.60856 - ], - "to": [ - 8.45, - 14.65955, - 5.80856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 3.25, - 8, - 3.5, - 8.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8, - 3.25, - 8.25, - 3.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 3.5, - 8, - 3.75, - 8.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8, - 3.5, - 8.25, - 3.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 4, - 8.25, - 3.75, - 8 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8.25, - 3.75, - 8, - 4 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.65, - 15.45955, - 5.50856 - ], - "to": [ - 8.55, - 15.65955, - 5.60856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 4, - 8, - 4.25, - 8.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8, - 4, - 8.25, - 4.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 4.25, - 8, - 4.5, - 8.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8, - 4.25, - 8.25, - 4.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 4.75, - 8.25, - 4.5, - 8 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8.25, - 4.5, - 8, - 4.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.35, - 14.55955, - 5.50856 - ], - "to": [ - 8.55, - 15.45955, - 5.60856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 4.75, - 8, - 5, - 8.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8, - 4.75, - 8.25, - 5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5, - 8, - 5.25, - 8.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8, - 5, - 8.25, - 5.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 5.5, - 8.25, - 5.25, - 8 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8.25, - 5.25, - 8, - 5.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.45, - 14.55955, - 5.50856 - ], - "to": [ - 8.35, - 14.75955, - 5.60856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 5.5, - 8, - 5.75, - 8.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8, - 5.5, - 8.25, - 5.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5.75, - 8, - 6, - 8.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8, - 5.75, - 8.25, - 6 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 6.25, - 8.25, - 6, - 8 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8.25, - 6, - 8, - 6.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.45, - 14.75955, - 5.50856 - ], - "to": [ - 7.65, - 15.65955, - 5.60856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 6.25, - 8, - 6.5, - 8.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8, - 6.25, - 8.25, - 6.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.5, - 8, - 6.75, - 8.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8, - 6.5, - 8.25, - 6.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7, - 8.25, - 6.75, - 8 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8.25, - 6.75, - 8, - 7 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8, - 14.70955, - 5.00856 - ], - "to": [ - 8.1, - 14.80955, - 5.60856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 7, - 8, - 7.25, - 8.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8, - 7, - 8.25, - 7.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.25, - 8, - 7.5, - 8.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8, - 7.25, - 8.25, - 7.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.75, - 8.25, - 7.5, - 8 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8.25, - 7.5, - 8, - 7.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.7, - 14.75955, - 5.00856 - ], - "to": [ - 7.8, - 14.85955, - 5.60856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 7.75, - 8, - 8, - 8.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8, - 7.75, - 8.25, - 8 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8, - 8, - 8.25, - 8.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 0, - 8.25, - 0.25, - 8.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8.5, - 0.25, - 8.25, - 0 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 0.5, - 8.25, - 0.25, - 8.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.9, - 15.40955, - 5.00856 - ], - "to": [ - 8, - 15.50955, - 5.60856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 8.25, - 0.25, - 8.5, - 0.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 0.5, - 8.25, - 0.75, - 8.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.25, - 0.5, - 8.5, - 0.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 0.75, - 8.25, - 1, - 8.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8.5, - 1, - 8.25, - 0.75 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 1.25, - 8.25, - 1, - 8.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.2, - 15.35955, - 5.00856 - ], - "to": [ - 8.3, - 15.45955, - 5.60856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 8.25, - 1, - 8.5, - 1.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 1.25, - 8.25, - 1.5, - 8.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.25, - 1.25, - 8.5, - 1.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 1.5, - 8.25, - 1.75, - 8.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8.5, - 1.75, - 8.25, - 1.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 2, - 8.25, - 1.75, - 8.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.6, - 15.00955, - 5.00856 - ], - "to": [ - 7.7, - 15.10955, - 5.60856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 8.25, - 1.75, - 8.5, - 2 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 2, - 8.25, - 2.25, - 8.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.25, - 2, - 8.5, - 2.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 2.25, - 8.25, - 2.5, - 8.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8.5, - 2.5, - 8.25, - 2.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 2.75, - 8.25, - 2.5, - 8.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.65, - 15.30955, - 5.00856 - ], - "to": [ - 7.75, - 15.40955, - 5.60856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 8.25, - 2.5, - 8.5, - 2.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 2.75, - 8.25, - 3, - 8.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.25, - 2.75, - 8.5, - 3 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 3, - 8.25, - 3.25, - 8.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8.5, - 3.25, - 8.25, - 3 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3.5, - 8.25, - 3.25, - 8.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.25, - 14.80955, - 5.00856 - ], - "to": [ - 8.35, - 14.90955, - 5.60856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 8.25, - 3.25, - 8.5, - 3.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 3.5, - 8.25, - 3.75, - 8.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.25, - 3.5, - 8.5, - 3.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 3.75, - 8.25, - 4, - 8.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8.5, - 4, - 8.25, - 3.75 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 4.25, - 8.25, - 4, - 8.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.3, - 15.10955, - 5.00856 - ], - "to": [ - 8.4, - 15.20955, - 5.60856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 8.25, - 4, - 8.5, - 4.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4.25, - 8.25, - 4.5, - 8.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.25, - 4.25, - 8.5, - 4.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 4.5, - 8.25, - 4.75, - 8.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8.5, - 4.75, - 8.25, - 4.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5, - 8.25, - 4.75, - 8.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8, - 14.65955, - 4.60856 - ], - "to": [ - 8.1, - 14.75955, - 5.00856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 8.25, - 4.75, - 8.5, - 5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5, - 8.25, - 5.25, - 8.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.25, - 5, - 8.5, - 5.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 5.25, - 8.25, - 5.5, - 8.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8.5, - 5.5, - 8.25, - 5.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5.75, - 8.25, - 5.5, - 8.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.65, - 14.70955, - 4.60856 - ], - "to": [ - 7.75, - 14.80955, - 5.00856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 8.25, - 5.5, - 8.5, - 5.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5.75, - 8.25, - 6, - 8.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.25, - 5.75, - 8.5, - 6 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6, - 8.25, - 6.25, - 8.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8.5, - 6.25, - 8.25, - 6 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 6.5, - 8.25, - 6.25, - 8.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.9, - 15.45955, - 4.60856 - ], - "to": [ - 8, - 15.55955, - 5.00856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 8.25, - 6.25, - 8.5, - 6.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6.5, - 8.25, - 6.75, - 8.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.25, - 6.5, - 8.5, - 6.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6.75, - 8.25, - 7, - 8.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8.5, - 7, - 8.25, - 6.75 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.25, - 8.25, - 7, - 8.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.25, - 15.40955, - 4.60856 - ], - "to": [ - 8.35, - 15.50955, - 5.00856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 8.25, - 7, - 8.5, - 7.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.25, - 8.25, - 7.5, - 8.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.25, - 7.25, - 8.5, - 7.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.5, - 8.25, - 7.75, - 8.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8.5, - 7.75, - 8.25, - 7.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8, - 8.25, - 7.75, - 8.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.55, - 15.00955, - 4.60856 - ], - "to": [ - 7.65, - 15.10955, - 5.00856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 8.25, - 7.75, - 8.5, - 8 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8, - 8.25, - 8.25, - 8.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.25, - 8, - 8.5, - 8.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8.25, - 8.25, - 8.5, - 8.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 0.25, - 8.75, - 0, - 8.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8.75, - 0, - 8.5, - 0.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.6, - 15.35955, - 4.60856 - ], - "to": [ - 7.7, - 15.45955, - 5.00856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 0.25, - 8.5, - 0.5, - 8.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8.5, - 0.25, - 8.75, - 0.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 0.5, - 8.5, - 0.75, - 8.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8.5, - 0.5, - 8.75, - 0.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 1, - 8.75, - 0.75, - 8.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8.75, - 0.75, - 8.5, - 1 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.3, - 14.75955, - 4.60856 - ], - "to": [ - 8.4, - 14.85955, - 5.00856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 1, - 8.5, - 1.25, - 8.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8.5, - 1, - 8.75, - 1.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 1.25, - 8.5, - 1.5, - 8.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8.5, - 1.25, - 8.75, - 1.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 1.75, - 8.75, - 1.5, - 8.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8.75, - 1.5, - 8.5, - 1.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.35, - 15.10955, - 4.60856 - ], - "to": [ - 8.45, - 15.20955, - 5.00856 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8, - 15.08947, - 5.75704 - ] - }, - "faces": { - "north": { - "uv": [ - 1.75, - 8.5, - 2, - 8.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8.5, - 1.75, - 8.75, - 2 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2, - 8.5, - 2.25, - 8.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8.5, - 2, - 8.75, - 2.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 2.5, - 8.75, - 2.25, - 8.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8.75, - 2.25, - 8.5, - 2.5 - ], - "texture": "#0" - } - } - }, - { - "name": "main1", - "from": [ - 7.5, - 16.5, - 7.1 - ], - "to": [ - 8.5, - 17.5, - 8.7 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 17, - 7.9 - ] - }, - "faces": { - "north": { - "uv": [ - 2.5, - 8.5, - 2.75, - 8.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 1.5, - 6.25, - 2, - 6.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.5, - 2.5, - 8.75, - 2.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 2, - 6.25, - 2.5, - 6.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 2.75, - 6.75, - 2.5, - 6.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3, - 6.25, - 2.75, - 6.75 - ], - "texture": "#0" - } - } - }, - { - "name": "main2", - "from": [ - 7.72849, - 17.5, - 7.89184 - ], - "to": [ - 8.22849, - 17.7, - 8.39184 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 7.97849, - 17.6, - 8.14184 - ] - }, - "faces": { - "north": { - "uv": [ - 2.75, - 8.5, - 3, - 8.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8.5, - 2.75, - 8.75, - 3 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 3, - 8.5, - 3.25, - 8.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8.5, - 3, - 8.75, - 3.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 3.5, - 8.75, - 3.25, - 8.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 5.82742, - 16.6, - 7.15391 - ], - "to": [ - 7.02742, - 17.5, - 7.85391 - ], - "rotation": { - "angle": -22.5, - "axis": "y", - "origin": [ - 7.5, - 20.22793, - 9.19277 - ] - }, - "faces": { - "north": { - "uv": [ - 3.5, - 8.5, - 3.75, - 8.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 3.75, - 8.5, - 4, - 8.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8.5, - 3.75, - 8.75, - 4 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 4.25, - 8.75, - 4, - 8.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8.75, - 4, - 8.5, - 4.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 6.86545, - 16.69949, - 6.85 - ], - "to": [ - 8.26545, - 17.39949, - 7.45 - ], - "rotation": { - "angle": -22.5, - "axis": "z", - "origin": [ - 7.5, - 20.32793, - 9.19277 - ] - }, - "faces": { - "north": { - "uv": [ - 4.25, - 8.5, - 4.5, - 8.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 4.5, - 8.5, - 4.75, - 8.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8.5, - 4.5, - 8.75, - 4.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 5, - 8.75, - 4.75, - 8.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8.75, - 4.75, - 8.5, - 5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.40641, - 16.77141, - 6.9 - ], - "to": [ - 8.40641, - 17.32141, - 7.4 - ], - "rotation": { - "angle": -45, - "axis": "z", - "origin": [ - 7.6, - 20.42793, - 9.19277 - ] - }, - "faces": { - "north": { - "uv": [ - 5, - 8.5, - 5.25, - 8.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5.25, - 8.5, - 5.5, - 8.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8.5, - 5.25, - 8.75, - 5.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 5.75, - 8.75, - 5.5, - 8.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8.75, - 5.5, - 8.5, - 5.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 6.9515, - 16.6, - 6.55424 - ], - "to": [ - 7.6515, - 17.5, - 7.95424 - ], - "rotation": { - "angle": -45, - "axis": "y", - "origin": [ - 7.5, - 20.22793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 5.75, - 8.5, - 6, - 8.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8.5, - 5.75, - 8.75, - 6 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8.5, - 6, - 8.75, - 6.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 6.5, - 8.75, - 6.25, - 8.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8.75, - 6.25, - 8.5, - 6.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.6634, - 16.44179, - 7.1 - ], - "to": [ - 8.8634, - 17.14179, - 7.6 - ], - "rotation": { - "angle": 22.5, - "axis": "z", - "origin": [ - 7.5, - 20.22793, - 9.29277 - ] - }, - "faces": { - "north": { - "uv": [ - 6.5, - 8.5, - 6.75, - 8.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8.5, - 6.5, - 8.75, - 6.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.75, - 8.5, - 7, - 8.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.25, - 8.75, - 7, - 8.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8.75, - 7, - 8.5, - 7.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 9.35, - 19.20083, - 4.85511 - ], - "to": [ - 9.75, - 19.60083, - 5.85511 - ], - "rotation": { - "angle": -45, - "axis": "x", - "origin": [ - 7.5, - 20.22793, - 9.29277 - ] - }, - "faces": { - "north": { - "uv": [ - 7.25, - 8.5, - 7.5, - 8.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8.5, - 7.25, - 8.75, - 7.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.5, - 8.5, - 7.75, - 8.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8.5, - 7.5, - 8.75, - 7.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8, - 8.75, - 7.75, - 8.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8.75, - 7.75, - 8.5, - 8 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 9.6, - 16.61431, - 8.19584 - ], - "to": [ - 10, - 17.11431, - 9.99584 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 7.45, - 20.22793, - 9.29277 - ] - }, - "faces": { - "north": { - "uv": [ - 8, - 8.5, - 8.25, - 8.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 3, - 6.25, - 3.5, - 6.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 3.5, - 6.25, - 4, - 6.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 4.25, - 6.75, - 4, - 6.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 4.5, - 6.25, - 4.25, - 6.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 9.65, - 19.78811, - 5.58877 - ], - "to": [ - 9.95, - 21.38811, - 5.98877 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 7.45, - 20.22793, - 9.29277 - ] - }, - "faces": { - "north": { - "uv": [ - 4.5, - 6.25, - 4.75, - 6.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6.25, - 4.5, - 6.5, - 5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 4.75, - 6.25, - 5, - 6.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6.25, - 5, - 6.5, - 5.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8.5, - 8.75, - 8.25, - 8.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.3784, - 16.43473, - 7.15 - ], - "to": [ - 8.6784, - 16.93473, - 7.55 - ], - "rotation": { - "angle": 45, - "axis": "z", - "origin": [ - 7.5, - 20.22793, - 9.29277 - ] - }, - "faces": { - "north": { - "uv": [ - 8.5, - 8.5, - 8.75, - 8.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 0, - 8.75, - 0.25, - 9 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.75, - 0, - 9, - 0.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9, - 0.5, - 8.75, - 0.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 0.75, - 8.75, - 0.5, - 9 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.55, - 17.67025, - 4.50776 - ], - "to": [ - 8.45, - 18.47025, - 6.20776 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 7.5, - 20.22793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 8.75, - 0.5, - 9, - 0.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5.5, - 6.25, - 6, - 6.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6, - 6.25, - 6.5, - 6.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 0.25, - 7, - 0, - 6.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 0.5, - 6.5, - 0.25, - 7 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.35607, - 16.81821, - 6.4 - ], - "to": [ - 9.05607, - 17.01821, - 6.6 - ], - "rotation": { - "angle": -22.5, - "axis": "z", - "origin": [ - 8.70607, - 16.91821, - 6.5 - ] - }, - "faces": { - "north": { - "uv": [ - 8.75, - 0.75, - 9, - 1 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 1, - 8.75, - 1.25, - 9 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.75, - 1, - 9, - 1.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9, - 1.5, - 8.75, - 1.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 1.75, - 8.75, - 1.5, - 9 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.6, - 20.47899, - 13.09422 - ], - "to": [ - 8.4, - 21.57899, - 13.89422 - ], - "rotation": { - "angle": -45, - "axis": "x", - "origin": [ - 7.5, - 20.22793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 8.75, - 1.5, - 9, - 1.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 1.75, - 8.75, - 2, - 9 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.75, - 1.75, - 9, - 2 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 2, - 8.75, - 2.25, - 9 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9, - 2.25, - 8.75, - 2 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 2.5, - 8.75, - 2.25, - 9 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.65, - 22.32989, - 11.63967 - ], - "to": [ - 8.35, - 23.72989, - 12.23967 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 7.5, - 20.22793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 8.75, - 2.25, - 9, - 2.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 2.5, - 8.75, - 2.75, - 9 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.75, - 2.5, - 9, - 2.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 2.75, - 8.75, - 3, - 9 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.65, - 22.07415, - 10.59574 - ], - "to": [ - 8.35, - 23.37415, - 11.19574 - ], - "rotation": { - "angle": 22.5, - "axis": "x", - "origin": [ - 7.5, - 20.22793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 8.75, - 3, - 9, - 3.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 3.25, - 8.75, - 3.5, - 9 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.75, - 3.25, - 9, - 3.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 3.5, - 8.75, - 3.75, - 9 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9, - 3.75, - 8.75, - 3.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.6, - 19.95845, - 11.18785 - ], - "to": [ - 8.4, - 21.35845, - 11.78785 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 7.5, - 20.22793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 8.75, - 3.75, - 9, - 4 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4, - 8.75, - 4.25, - 9 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.75, - 4, - 9, - 4.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 4.25, - 8.75, - 4.5, - 9 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9, - 4.5, - 8.75, - 4.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 6.07157, - 20.47902, - 11.15 - ], - "to": [ - 6.47157, - 21.57902, - 11.45 - ], - "rotation": { - "angle": 22.5, - "axis": "z", - "origin": [ - 7.5, - 20.12793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 8.75, - 4.5, - 9, - 4.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4.75, - 8.75, - 5, - 9 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.75, - 4.75, - 9, - 5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 5, - 8.75, - 5.25, - 9 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9, - 5.25, - 8.75, - 5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 6.25376, - 19.30268, - 11.15 - ], - "to": [ - 8.05376, - 19.90268, - 11.45 - ], - "rotation": { - "angle": -22.5, - "axis": "z", - "origin": [ - 7.5, - 20.22793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 0.5, - 6.5, - 1, - 6.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 1, - 6.5, - 1.5, - 6.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 5.5, - 8.75, - 5.75, - 9 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7, - 1.25, - 6.5, - 1 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7, - 1.25, - 6.5, - 1.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.73034, - 20.67246, - 11 - ], - "to": [ - 9.53034, - 20.87246, - 11.2 - ], - "rotation": { - "angle": -22.5, - "axis": "z", - "origin": [ - 7.5, - 20.22793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 8.75, - 5.5, - 9, - 5.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.75, - 5.75, - 9, - 6 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6, - 8.75, - 6.25, - 9 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9, - 6.25, - 8.75, - 6 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 6.5, - 8.75, - 6.25, - 9 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.6, - 19.25788, - 11.0167 - ], - "to": [ - 8.4, - 21.05788, - 11.7167 - ], - "rotation": { - "angle": 22.5, - "axis": "x", - "origin": [ - 7.5, - 20.22793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 1.5, - 6.5, - 1.75, - 7 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6.5, - 1.5, - 6.75, - 2 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 1.75, - 6.5, - 2, - 7 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 2, - 6.5, - 2.25, - 7 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9, - 6.5, - 8.75, - 6.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.7, - 18.05796, - 10.58596 - ], - "to": [ - 8.3, - 18.55796, - 11.98596 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 7.5, - 20.22793, - 9.09277 - ] - }, - "faces": { - "east": { - "uv": [ - 6.75, - 8.75, - 7, - 9 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.75, - 6.75, - 9, - 7 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7, - 8.75, - 7.25, - 9 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9, - 7.25, - 8.75, - 7 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.5, - 8.75, - 7.25, - 9 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.55, - 16.33635, - 7.33737 - ], - "to": [ - 8.45, - 17.43635, - 8.13737 - ], - "rotation": { - "angle": -45, - "axis": "x", - "origin": [ - 7.5, - 20.22793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 8.75, - 7.25, - 9, - 7.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.5, - 8.75, - 7.75, - 9 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.75, - 7.5, - 9, - 7.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.75, - 8.75, - 8, - 9 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8.25, - 8.75, - 8, - 9 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.55, - 17.39404, - 7.40998 - ], - "to": [ - 8.45, - 18.19404, - 9.20998 - ], - "rotation": { - "angle": -45, - "axis": "x", - "origin": [ - 7.5, - 20.22793, - 9.09277 - ] - }, - "faces": { - "east": { - "uv": [ - 6.5, - 2, - 7, - 2.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.25, - 8.75, - 8.5, - 9 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6.5, - 2.25, - 7, - 2.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 2.5, - 7, - 2.25, - 6.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 6.75, - 2.5, - 6.5, - 3 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 5.77815, - 18.14742, - 9.85 - ], - "to": [ - 6.37815, - 19.94742, - 10.35 - ], - "rotation": { - "angle": 45, - "axis": "z", - "origin": [ - 7.5, - 20.02793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 3, - 6.5, - 3.25, - 7 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6.5, - 3, - 6.75, - 3.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 3.25, - 6.5, - 3.5, - 7 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 3.5, - 6.5, - 3.75, - 7 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9, - 8.5, - 8.75, - 8.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.5, - 16.95796, - 7.28596 - ], - "to": [ - 8.5, - 17.85796, - 8.68596 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 7.5, - 20.22793, - 9.09277 - ] - }, - "faces": { - "east": { - "uv": [ - 8.75, - 8.75, - 9, - 9 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 0, - 9, - 0.25, - 9.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 9, - 0, - 9.25, - 0.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 0.5, - 9.25, - 0.25, - 9 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9.25, - 0.25, - 9, - 0.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.8, - 17.85796, - 8.78596 - ], - "to": [ - 8.2, - 18.95796, - 9.18596 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 7.5, - 20.22793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 0.5, - 9, - 0.75, - 9.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9, - 0.5, - 9.25, - 0.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 0.75, - 9, - 1, - 9.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 9, - 0.75, - 9.25, - 1 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 1.25, - 9.25, - 1, - 9 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.8, - 21.25423, - 12.85391 - ], - "to": [ - 8.2, - 21.65423, - 13.85391 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 7.5, - 20.22793, - 9.09277 - ] - }, - "faces": { - "east": { - "uv": [ - 9, - 1.25, - 9.25, - 1.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 1.5, - 9, - 1.75, - 9.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 9, - 1.5, - 9.25, - 1.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 2, - 9.25, - 1.75, - 9 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9.25, - 1.75, - 9, - 2 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.85097, - 18.80393, - 10.9 - ], - "to": [ - 9.05097, - 19.30393, - 11.3 - ], - "rotation": { - "angle": 22.5, - "axis": "z", - "origin": [ - 7.5, - 20.22793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 2, - 9, - 2.25, - 9.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9, - 2, - 9.25, - 2.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2.25, - 9, - 2.5, - 9.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 2.75, - 9.25, - 2.5, - 9 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9.25, - 2.5, - 9, - 2.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 10.75097, - 20.00393, - 11 - ], - "to": [ - 11.25097, - 20.20393, - 11.2 - ], - "rotation": { - "angle": 22.5, - "axis": "z", - "origin": [ - 7.5, - 20.42793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 2.75, - 9, - 3, - 9.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9, - 2.75, - 9.25, - 3 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 3, - 9, - 3.25, - 9.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 3.5, - 9.25, - 3.25, - 9 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9.25, - 3.25, - 9, - 3.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.50083, - 18.3889, - 10.95 - ], - "to": [ - 10.00083, - 18.7889, - 11.25 - ], - "rotation": { - "angle": 45, - "axis": "z", - "origin": [ - 7.6, - 20.12793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 3.5, - 9, - 3.75, - 9.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9, - 3.5, - 9.25, - 3.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 3.75, - 9, - 4, - 9.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 4.25, - 9.25, - 4, - 9 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9.25, - 4, - 9, - 4.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 9.83034, - 21.67246, - 11 - ], - "to": [ - 10.13034, - 23.37246, - 11.2 - ], - "rotation": { - "angle": -22.5, - "axis": "z", - "origin": [ - 7.5, - 20.42793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 6.5, - 3.5, - 6.75, - 4 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 3.75, - 6.5, - 4, - 7 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.5, - 4, - 6.75, - 4.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6.5, - 4.5, - 6.75, - 5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 4.5, - 9.25, - 4.25, - 9 - ], - "texture": "#0" - } - } - }, - { - "name": "main", - "from": [ - 8, - 16.6, - 8.15 - ], - "to": [ - 9, - 17.5, - 8.85 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 7.6, - 20.22793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 4.5, - 9, - 4.75, - 9.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9, - 4.5, - 9.25, - 4.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 4.75, - 9, - 5, - 9.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 5.25, - 9.25, - 5, - 9 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9.25, - 5, - 9, - 5.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.50928, - 16.37244, - 8.15 - ], - "to": [ - 8.90928, - 17.27244, - 8.85 - ], - "rotation": { - "angle": 22.5, - "axis": "z", - "origin": [ - 7.6, - 20.12793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 5.25, - 9, - 5.5, - 9.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9, - 5.25, - 9.25, - 5.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5.5, - 9, - 5.75, - 9.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 6, - 9.25, - 5.75, - 9 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9.25, - 5.75, - 9, - 6 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.33838, - 16.29693, - 8.2 - ], - "to": [ - 9.63838, - 17.09693, - 8.8 - ], - "rotation": { - "angle": 45, - "axis": "z", - "origin": [ - 7.6, - 20.12793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 5, - 6.5, - 5.5, - 6.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6, - 9, - 6.25, - 9.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.5, - 5, - 7, - 5.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7, - 5.5, - 6.5, - 5.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 6, - 6.5, - 5.5, - 6.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 11.15482, - 20.29011, - 8.25 - ], - "to": [ - 11.75482, - 23.29011, - 8.75 - ], - "rotation": { - "angle": -22.5, - "axis": "z", - "origin": [ - 7.4, - 20.12793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 5.25, - 4, - 5.5, - 4.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5.25, - 4.75, - 5.5, - 5.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 1.75, - 5.5, - 2, - 6.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 2, - 5.5, - 2.25, - 6.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 6.5, - 9.25, - 6.25, - 9 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 9.59293, - 17.6, - 10.61831 - ], - "to": [ - 10.09293, - 18.1, - 12.01831 - ], - "rotation": { - "angle": 45, - "axis": "y", - "origin": [ - 7.5, - 20.22793, - 9.29277 - ] - }, - "faces": { - "east": { - "uv": [ - 9, - 6.5, - 9.25, - 6.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.75, - 9, - 7, - 9.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 9, - 6.75, - 9.25, - 7 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.25, - 9.25, - 7, - 9 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9.25, - 7, - 9, - 7.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 9.86319, - 16.44618, - 9.15 - ], - "to": [ - 10.96319, - 16.84618, - 9.55 - ], - "rotation": { - "angle": 22.5, - "axis": "z", - "origin": [ - 7.5, - 20.02793, - 8.99277 - ] - }, - "faces": { - "north": { - "uv": [ - 7.25, - 9, - 7.5, - 9.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9, - 7.25, - 9.25, - 7.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.5, - 9, - 7.75, - 9.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8, - 9.25, - 7.75, - 9 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9.25, - 7.75, - 9, - 8 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 10.75, - 18.20366, - 7.56605 - ], - "to": [ - 11.05, - 18.50366, - 8.76605 - ], - "rotation": { - "angle": -45, - "axis": "x", - "origin": [ - 7.6, - 20.32793, - 9.29277 - ] - }, - "faces": { - "east": { - "uv": [ - 9, - 8, - 9.25, - 8.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.25, - 9, - 8.5, - 9.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 9, - 8.25, - 9.25, - 8.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8.75, - 9.25, - 8.5, - 9 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9.25, - 8.5, - 9, - 8.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 10.8, - 19.02838, - 10.80377 - ], - "to": [ - 11, - 19.62838, - 11.05377 - ], - "rotation": { - "angle": 22.5, - "axis": "x", - "origin": [ - 7.6, - 20.32793, - 9.29277 - ] - }, - "faces": { - "north": { - "uv": [ - 8.75, - 9, - 9, - 9.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9, - 8.75, - 9.25, - 9 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9, - 9, - 9.25, - 9.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 0, - 9.25, - 0.25, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9.5, - 0.25, - 9.25, - 0 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 9.32081, - 15.58561, - 9.2 - ], - "to": [ - 9.72081, - 15.88561, - 9.5 - ], - "rotation": { - "angle": 45, - "axis": "z", - "origin": [ - 7.66733, - 20.0423, - 8.99277 - ] - }, - "faces": { - "north": { - "uv": [ - 9.25, - 0.25, - 9.5, - 0.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 0.5, - 9.25, - 0.75, - 9.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.25, - 0.5, - 9.5, - 0.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9.5, - 1, - 9.25, - 0.75 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 1.25, - 9.25, - 1, - 9.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 11.15, - 19.45323, - 7.89638 - ], - "to": [ - 11.55, - 19.75323, - 9.09638 - ], - "rotation": { - "angle": -45, - "axis": "x", - "origin": [ - 7.4, - 20.12793, - 9.09277 - ] - }, - "faces": { - "east": { - "uv": [ - 1.25, - 9.25, - 1.5, - 9.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.25, - 1.25, - 9.5, - 1.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 1.5, - 9.25, - 1.75, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9.5, - 1.75, - 9.25, - 1.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 2, - 9.25, - 1.75, - 9.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 11.2, - 19.87306, - 9.4675 - ], - "to": [ - 11.5, - 20.47306, - 9.7175 - ], - "rotation": { - "angle": 22.5, - "axis": "x", - "origin": [ - 7.4, - 20.12793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 9.25, - 1.75, - 9.5, - 2 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 2, - 9.25, - 2.25, - 9.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.25, - 2, - 9.5, - 2.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 2.25, - 9.25, - 2.5, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9.5, - 2.5, - 9.25, - 2.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 10.4, - 18.5424, - 7.49956 - ], - "to": [ - 10.7, - 19.5424, - 7.74956 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 7.6, - 20.12793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 9.25, - 2.5, - 9.5, - 2.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 2.75, - 9.25, - 3, - 9.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.25, - 2.75, - 9.5, - 3 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 3, - 9.25, - 3.25, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9.5, - 3.25, - 9.25, - 3 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3.5, - 9.25, - 3.25, - 9.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 9.44832, - 17.61159, - 8.4 - ], - "to": [ - 9.69832, - 18.41159, - 8.6 - ], - "rotation": { - "angle": 22.5, - "axis": "z", - "origin": [ - 7.5, - 20.22793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 9.25, - 4.75, - 9.5, - 5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5, - 9.25, - 5.25, - 9.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.25, - 5, - 9.5, - 5.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 5.25, - 9.25, - 5.5, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9.5, - 5.5, - 9.25, - 5.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5.75, - 9.25, - 5.5, - 9.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.56545, - 16.79949, - 7.6 - ], - "to": [ - 8.96545, - 17.69949, - 8.4 - ], - "rotation": { - "angle": -22.5, - "axis": "z", - "origin": [ - 7.5, - 20.32793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 9.25, - 3.25, - 9.5, - 3.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.25, - 3.5, - 9.5, - 3.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 3.75, - 9.25, - 4, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9.5, - 4, - 9.25, - 3.75 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 4.25, - 9.25, - 4, - 9.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 3.43382, - 20.86055, - 7.9 - ], - "to": [ - 3.68382, - 21.66055, - 8.1 - ], - "rotation": { - "angle": 22.5, - "axis": "z", - "origin": [ - 7.7, - 20.42793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 9.25, - 4, - 9.5, - 4.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4.25, - 9.25, - 4.5, - 9.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.25, - 4.25, - 9.5, - 4.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 4.5, - 9.25, - 4.75, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9.5, - 4.75, - 9.25, - 4.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 5.63723, - 16.72148, - 7.85 - ], - "to": [ - 7.03723, - 17.02148, - 8.15 - ], - "rotation": { - "angle": -45, - "axis": "z", - "origin": [ - 7.6, - 20.52793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 9.25, - 5.5, - 9.5, - 5.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.25, - 5.75, - 9.5, - 6 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6, - 9.25, - 6.25, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9.5, - 6.25, - 9.25, - 6 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 6.5, - 9.25, - 6.25, - 9.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 5.48151, - 17.22693, - 7.8 - ], - "to": [ - 6.88151, - 17.62693, - 8.2 - ], - "rotation": { - "angle": -22.5, - "axis": "z", - "origin": [ - 7.5, - 20.42793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 9.25, - 6.25, - 9.5, - 6.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.25, - 6.5, - 9.5, - 6.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6.75, - 9.25, - 7, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9.5, - 7, - 9.25, - 6.75 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.25, - 9.25, - 7, - 9.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.18784, - 17.21645, - 7.65 - ], - "to": [ - 8.98784, - 18.01645, - 8.35 - ], - "rotation": { - "angle": -45, - "axis": "z", - "origin": [ - 7.5, - 20.52793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 6.5, - 5.5, - 7, - 5.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.5, - 5.75, - 7, - 6 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.25, - 9.25, - 7.5, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 6.5, - 6.75, - 6, - 6.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7, - 6, - 6.5, - 6.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 4.53472, - 19.51635, - 7.7 - ], - "to": [ - 5.23472, - 21.31635, - 8.3 - ], - "rotation": { - "angle": 22.5, - "axis": "z", - "origin": [ - 7.5, - 20.22793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 6.5, - 6.25, - 6.75, - 6.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6.75, - 0, - 7, - 0.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 0.5, - 6.75, - 0.75, - 7.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6.75, - 0.5, - 7, - 1 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9.5, - 7.5, - 9.25, - 7.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 4.41215, - 19.95845, - 7.7 - ], - "to": [ - 5.01215, - 21.35845, - 8.3 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 7.5, - 20.22793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 9.25, - 7.5, - 9.5, - 7.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.75, - 9.25, - 8, - 9.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.25, - 7.75, - 9.5, - 8 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8, - 9.25, - 8.25, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9.5, - 8.25, - 9.25, - 8 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 5.95, - 18.93754, - 6.63216 - ], - "to": [ - 6.35, - 19.43754, - 8.43216 - ], - "rotation": { - "angle": -45, - "axis": "x", - "origin": [ - 7.5, - 20.32793, - 9.09277 - ] - }, - "faces": { - "east": { - "uv": [ - 0.75, - 6.75, - 1.25, - 7 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.5, - 9.25, - 8.75, - 9.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6.75, - 1.5, - 7.25, - 1.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 1.5, - 7.25, - 1.25, - 6.75 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 2.75, - 6.75, - 2.5, - 7.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 6, - 19.15341, - 9.6778 - ], - "to": [ - 6.3, - 20.75341, - 10.0778 - ], - "rotation": { - "angle": 22.5, - "axis": "x", - "origin": [ - 7.5, - 20.32793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 6.75, - 2.5, - 7, - 3 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 2.75, - 6.75, - 3, - 7.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.75, - 3, - 7, - 3.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6.75, - 3.5, - 7, - 4 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9.5, - 8.75, - 9.25, - 8.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 4.8, - 21.03747, - 7.62443 - ], - "to": [ - 5.1, - 22.03747, - 7.92443 - ], - "rotation": { - "angle": -45, - "axis": "x", - "origin": [ - 7.5, - 20.52793, - 9.09277 - ] - }, - "faces": { - "north": { - "uv": [ - 9.25, - 8.75, - 9.5, - 9 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9, - 9.25, - 9.25, - 9.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.25, - 9, - 9.5, - 9.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 9.25, - 9.25, - 9.5, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 0.25, - 9.75, - 0, - 9.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 6.96569, - 16.9, - 8.4463 - ], - "to": [ - 7.46569, - 17.4, - 9.6463 - ], - "rotation": { - "angle": -22.5, - "axis": "y", - "origin": [ - 7.6, - 20.22793, - 8.99277 - ] - }, - "faces": { - "east": { - "uv": [ - 9.5, - 0.25, - 9.75, - 0.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 0.5, - 9.5, - 0.75, - 9.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 9.5, - 0.5, - 9.75, - 0.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 1, - 9.75, - 0.75, - 9.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9.75, - 0.75, - 9.5, - 1 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.12117, - 17, - 9.41163 - ], - "to": [ - 8.62117, - 17.5, - 10.61163 - ], - "rotation": { - "angle": 45, - "axis": "y", - "origin": [ - 7.5, - 20.22793, - 9.09277 - ] - }, - "faces": { - "east": { - "uv": [ - 9.5, - 1, - 9.75, - 1.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 1.25, - 9.5, - 1.5, - 9.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 9.5, - 1.25, - 9.75, - 1.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 1.75, - 9.75, - 1.5, - 9.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9.75, - 1.5, - 9.5, - 1.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.75, - 15, - 6.35 - ], - "to": [ - 7.95, - 15.2, - 6.55 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 7.85, - 15.2, - 6.35 - ] - }, - "faces": { - "north": { - "uv": [ - 1.75, - 9.5, - 2, - 9.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9.5, - 1.75, - 9.75, - 2 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2, - 9.5, - 2.25, - 9.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 9.5, - 2, - 9.75, - 2.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 2.5, - 9.75, - 2.25, - 9.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9.75, - 2.25, - 9.5, - 2.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.5, - 14.95, - 6.3 - ], - "to": [ - 7.7, - 15.15, - 6.5 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 7.6, - 15.15, - 6.3 - ] - }, - "faces": { - "north": { - "uv": [ - 2.5, - 9.5, - 2.75, - 9.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9.5, - 2.5, - 9.75, - 2.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2.75, - 9.5, - 3, - 9.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 9.5, - 2.75, - 9.75, - 3 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 3.25, - 9.75, - 3, - 9.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9.75, - 3, - 9.5, - 3.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.3, - 14.85, - 6.1 - ], - "to": [ - 7.5, - 15.05, - 6.3 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 7.4, - 15.05, - 6.1 - ] - }, - "faces": { - "north": { - "uv": [ - 3.25, - 9.5, - 3.5, - 9.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9.5, - 3.25, - 9.75, - 3.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 3.5, - 9.5, - 3.75, - 9.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 9.5, - 3.5, - 9.75, - 3.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 4, - 9.75, - 3.75, - 9.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9.75, - 3.75, - 9.5, - 4 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.2, - 14.75, - 5.9 - ], - "to": [ - 7.4, - 14.95, - 6.1 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 7.3, - 14.95, - 5.9 - ] - }, - "faces": { - "north": { - "uv": [ - 4, - 9.5, - 4.25, - 9.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9.5, - 4, - 9.75, - 4.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 4.25, - 9.5, - 4.5, - 9.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 9.5, - 4.25, - 9.75, - 4.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 4.75, - 9.75, - 4.5, - 9.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9.75, - 4.5, - 9.5, - 4.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.15, - 14.65, - 5.65 - ], - "to": [ - 7.35, - 14.85, - 5.85 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 7.25, - 14.85, - 5.65 - ] - }, - "faces": { - "north": { - "uv": [ - 4.75, - 9.5, - 5, - 9.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9.5, - 4.75, - 9.75, - 5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5, - 9.5, - 5.25, - 9.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 9.5, - 5, - 9.75, - 5.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 5.5, - 9.75, - 5.25, - 9.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9.75, - 5.25, - 9.5, - 5.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.15, - 14.55, - 5.4 - ], - "to": [ - 7.35, - 14.75, - 5.6 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 7.25, - 14.75, - 5.4 - ] - }, - "faces": { - "north": { - "uv": [ - 5.5, - 9.5, - 5.75, - 9.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9.5, - 5.5, - 9.75, - 5.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5.75, - 9.5, - 6, - 9.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 9.5, - 5.75, - 9.75, - 6 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 6.25, - 9.75, - 6, - 9.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9.75, - 6, - 9.5, - 6.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.2, - 14.45, - 5.15 - ], - "to": [ - 7.4, - 14.65, - 5.35 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 7.3, - 14.65, - 5.15 - ] - }, - "faces": { - "north": { - "uv": [ - 6.25, - 9.5, - 6.5, - 9.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9.5, - 6.25, - 9.75, - 6.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.5, - 9.5, - 6.75, - 9.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 9.5, - 6.5, - 9.75, - 6.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7, - 9.75, - 6.75, - 9.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9.75, - 6.75, - 9.5, - 7 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.25, - 14.35, - 4.9 - ], - "to": [ - 7.45, - 14.55, - 5.1 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 7.35, - 14.55, - 4.9 - ] - }, - "faces": { - "north": { - "uv": [ - 7, - 9.5, - 7.25, - 9.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9.5, - 7, - 9.75, - 7.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.25, - 9.5, - 7.5, - 9.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 9.5, - 7.25, - 9.75, - 7.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.75, - 9.75, - 7.5, - 9.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9.75, - 7.5, - 9.5, - 7.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.4, - 14.25, - 4.65 - ], - "to": [ - 7.6, - 14.45, - 4.85 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 7.5, - 14.45, - 4.65 - ] - }, - "faces": { - "north": { - "uv": [ - 7.75, - 9.5, - 8, - 9.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9.5, - 7.75, - 9.75, - 8 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8, - 9.5, - 8.25, - 9.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 9.5, - 8, - 9.75, - 8.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8.5, - 9.75, - 8.25, - 9.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9.75, - 8.25, - 9.5, - 8.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.6, - 14.2, - 4.45 - ], - "to": [ - 7.8, - 14.4, - 4.65 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 7.7, - 14.4, - 4.45 - ] - }, - "faces": { - "north": { - "uv": [ - 8.5, - 9.5, - 8.75, - 9.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9.5, - 8.5, - 9.75, - 8.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.75, - 9.5, - 9, - 9.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 9.5, - 8.75, - 9.75, - 9 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9.25, - 9.75, - 9, - 9.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 9.75, - 9, - 9.5, - 9.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.9, - 14.15, - 4.35 - ], - "to": [ - 8.1, - 14.35, - 4.55 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 8, - 14.35, - 4.35 - ] - }, - "faces": { - "north": { - "uv": [ - 9.25, - 9.5, - 9.5, - 9.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9.5, - 9.25, - 9.75, - 9.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.5, - 9.5, - 9.75, - 9.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 0, - 9.75, - 0.25, - 10 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10, - 0.25, - 9.75, - 0 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 0.5, - 9.75, - 0.25, - 10 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.2, - 14.2, - 4.45 - ], - "to": [ - 8.4, - 14.4, - 4.65 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 8.3, - 14.4, - 4.45 - ] - }, - "faces": { - "north": { - "uv": [ - 9.75, - 0.25, - 10, - 0.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 0.5, - 9.75, - 0.75, - 10 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.75, - 0.5, - 10, - 0.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 0.75, - 9.75, - 1, - 10 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10, - 1, - 9.75, - 0.75 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 1.25, - 9.75, - 1, - 10 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.4, - 14.25, - 4.65 - ], - "to": [ - 8.6, - 14.45, - 4.85 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 8.5, - 14.45, - 4.65 - ] - }, - "faces": { - "north": { - "uv": [ - 9.75, - 1, - 10, - 1.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 1.25, - 9.75, - 1.5, - 10 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.75, - 1.25, - 10, - 1.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 1.5, - 9.75, - 1.75, - 10 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10, - 1.75, - 9.75, - 1.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 2, - 9.75, - 1.75, - 10 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.55, - 14.35, - 4.9 - ], - "to": [ - 8.75, - 14.55, - 5.1 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 8.65, - 14.55, - 4.9 - ] - }, - "faces": { - "north": { - "uv": [ - 9.75, - 1.75, - 10, - 2 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 2, - 9.75, - 2.25, - 10 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.75, - 2, - 10, - 2.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 2.25, - 9.75, - 2.5, - 10 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10, - 2.5, - 9.75, - 2.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 2.75, - 9.75, - 2.5, - 10 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.6, - 14.45, - 5.15 - ], - "to": [ - 8.8, - 14.65, - 5.35 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 8.7, - 14.65, - 5.15 - ] - }, - "faces": { - "north": { - "uv": [ - 9.75, - 2.5, - 10, - 2.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 2.75, - 9.75, - 3, - 10 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.75, - 2.75, - 10, - 3 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 3, - 9.75, - 3.25, - 10 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10, - 3.25, - 9.75, - 3 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3.5, - 9.75, - 3.25, - 10 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.65, - 14.55, - 5.4 - ], - "to": [ - 8.85, - 14.75, - 5.6 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 8.75, - 14.75, - 5.4 - ] - }, - "faces": { - "north": { - "uv": [ - 9.75, - 3.25, - 10, - 3.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 3.5, - 9.75, - 3.75, - 10 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.75, - 3.5, - 10, - 3.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 3.75, - 9.75, - 4, - 10 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10, - 4, - 9.75, - 3.75 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 4.25, - 9.75, - 4, - 10 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.65, - 14.65, - 5.65 - ], - "to": [ - 8.85, - 14.85, - 5.85 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 8.75, - 14.85, - 5.65 - ] - }, - "faces": { - "north": { - "uv": [ - 9.75, - 4, - 10, - 4.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4.25, - 9.75, - 4.5, - 10 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.75, - 4.25, - 10, - 4.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 4.5, - 9.75, - 4.75, - 10 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10, - 4.75, - 9.75, - 4.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5, - 9.75, - 4.75, - 10 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.6, - 14.75, - 5.9 - ], - "to": [ - 8.8, - 14.95, - 6.1 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 8.7, - 14.95, - 5.9 - ] - }, - "faces": { - "north": { - "uv": [ - 9.75, - 4.75, - 10, - 5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5, - 9.75, - 5.25, - 10 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.75, - 5, - 10, - 5.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 5.25, - 9.75, - 5.5, - 10 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10, - 5.5, - 9.75, - 5.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5.75, - 9.75, - 5.5, - 10 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.5, - 14.85, - 6.1 - ], - "to": [ - 8.7, - 15.05, - 6.3 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 8.6, - 15.05, - 6.1 - ] - }, - "faces": { - "north": { - "uv": [ - 9.75, - 5.5, - 10, - 5.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 5.75, - 9.75, - 6, - 10 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.75, - 5.75, - 10, - 6 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6, - 9.75, - 6.25, - 10 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10, - 6.25, - 9.75, - 6 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 6.5, - 9.75, - 6.25, - 10 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.3, - 14.95, - 6.3 - ], - "to": [ - 8.5, - 15.15, - 6.5 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 8.4, - 15.15, - 6.3 - ] - }, - "faces": { - "north": { - "uv": [ - 9.75, - 6.25, - 10, - 6.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6.5, - 9.75, - 6.75, - 10 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.75, - 6.5, - 10, - 6.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6.75, - 9.75, - 7, - 10 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10, - 7, - 9.75, - 6.75 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.25, - 9.75, - 7, - 10 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.05, - 15, - 6.35 - ], - "to": [ - 8.25, - 15.2, - 6.55 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 8.15, - 15.2, - 6.35 - ] - }, - "faces": { - "north": { - "uv": [ - 9.75, - 7, - 10, - 7.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.25, - 9.75, - 7.5, - 10 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.75, - 7.25, - 10, - 7.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.5, - 9.75, - 7.75, - 10 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10, - 7.75, - 9.75, - 7.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8, - 9.75, - 7.75, - 10 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.35, - 10.36882, - 7.45402 - ], - "to": [ - 7.45, - 10.86882, - 7.95402 - ], - "rotation": { - "angle": 22.5, - "axis": "x", - "origin": [ - 7.4, - 10.71882, - 7.80402 - ] - }, - "faces": { - "north": { - "uv": [ - 9.75, - 7.75, - 10, - 8 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8, - 9.75, - 8.25, - 10 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.75, - 8, - 10, - 8.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8.25, - 9.75, - 8.5, - 10 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10, - 8.5, - 9.75, - 8.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 8.75, - 9.75, - 8.5, - 10 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.4, - 10.76882, - 7.75402 - ], - "to": [ - 7.5, - 11.26882, - 8.05402 - ], - "rotation": { - "angle": 22.5, - "axis": "x", - "origin": [ - 7.45, - 11.11882, - 8.10402 - ] - }, - "faces": { - "north": { - "uv": [ - 9.75, - 8.5, - 10, - 8.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 8.75, - 9.75, - 9, - 10 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.75, - 8.75, - 10, - 9 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 9, - 9.75, - 9.25, - 10 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10, - 9.25, - 9.75, - 9 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.4, - 10.66882, - 7.85402 - ], - "to": [ - 7.5, - 10.96882, - 8.45402 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 7.45, - 10.61882, - 8.20402 - ] - }, - "faces": { - "east": { - "uv": [ - 9.5, - 9.75, - 9.75, - 10 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.75, - 9.5, - 10, - 9.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 9.75, - 9.75, - 10, - 10 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 0.25, - 10.25, - 0, - 10 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.25, - 0, - 10, - 0.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.4, - 10.26882, - 7.65402 - ], - "to": [ - 7.5, - 10.56882, - 8.25402 - ], - "rotation": { - "angle": 22.5, - "axis": "x", - "origin": [ - 7.45, - 10.21882, - 8.00402 - ] - }, - "faces": { - "east": { - "uv": [ - 10, - 0.25, - 10.25, - 0.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 0.5, - 10, - 0.75, - 10.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10, - 0.5, - 10.25, - 0.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 1, - 10.25, - 0.75, - 10 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.25, - 0.75, - 10, - 1 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.4, - 9.86882, - 7.65402 - ], - "to": [ - 7.5, - 10.46882, - 7.95402 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 7.45, - 10.11882, - 7.60402 - ] - }, - "faces": { - "north": { - "uv": [ - 1, - 10, - 1.25, - 10.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10, - 1, - 10.25, - 1.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 1.25, - 10, - 1.5, - 10.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10, - 1.25, - 10.25, - 1.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.25, - 1.5, - 10, - 1.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.4, - 10.06882, - 7.25402 - ], - "to": [ - 7.5, - 10.66882, - 7.55402 - ], - "rotation": { - "angle": 22.5, - "axis": "x", - "origin": [ - 7.45, - 10.31882, - 7.20402 - ] - }, - "faces": { - "north": { - "uv": [ - 1.75, - 10, - 2, - 10.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10, - 1.75, - 10.25, - 2 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2, - 10, - 2.25, - 10.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10, - 2, - 10.25, - 2.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.25, - 2.25, - 10, - 2.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.4, - 10.36882, - 6.85402 - ], - "to": [ - 7.5, - 10.66882, - 7.45402 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 7.45, - 10.71882, - 7.10402 - ] - }, - "faces": { - "north": { - "uv": [ - 2.5, - 10, - 2.75, - 10.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10, - 2.5, - 10.25, - 2.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10, - 2.75, - 10.25, - 3 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 3.25, - 10.25, - 3, - 10 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.25, - 3, - 10, - 3.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.4, - 10.76882, - 7.05402 - ], - "to": [ - 7.5, - 11.06882, - 7.65402 - ], - "rotation": { - "angle": 22.5, - "axis": "x", - "origin": [ - 7.45, - 11.11882, - 7.30402 - ] - }, - "faces": { - "north": { - "uv": [ - 3.25, - 10, - 3.5, - 10.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10, - 3.25, - 10.25, - 3.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10, - 3.5, - 10.25, - 3.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 4, - 10.25, - 3.75, - 10 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.25, - 3.75, - 10, - 4 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.4, - 10.86882, - 7.35402 - ], - "to": [ - 7.5, - 11.46882, - 7.65402 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 7.45, - 11.21882, - 7.70402 - ] - }, - "faces": { - "north": { - "uv": [ - 4, - 10, - 4.25, - 10.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10, - 4, - 10.25, - 4.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 4.25, - 10, - 4.5, - 10.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10, - 4.25, - 10.25, - 4.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 4.75, - 10.25, - 4.5, - 10 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.39493, - 9.53355, - 8.21798 - ], - "to": [ - 7.46493, - 9.83355, - 8.51798 - ], - "rotation": { - "angle": 22.5, - "axis": "x", - "origin": [ - 7.49993, - 9.69088, - 8.37383 - ] - }, - "faces": { - "north": { - "uv": [ - 4.75, - 10, - 5, - 10.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10, - 4.75, - 10.25, - 5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5, - 10, - 5.25, - 10.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10, - 5, - 10.25, - 5.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 5.5, - 10.25, - 5.25, - 10 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.25, - 5.25, - 10, - 5.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.42993, - 9.82417, - 8.29244 - ], - "to": [ - 7.49993, - 10.12417, - 8.47244 - ], - "rotation": { - "angle": 22.5, - "axis": "x", - "origin": [ - 7.49993, - 9.69088, - 8.37383 - ] - }, - "faces": { - "north": { - "uv": [ - 5.5, - 10, - 5.75, - 10.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10, - 5.5, - 10.25, - 5.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5.75, - 10, - 6, - 10.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10, - 5.75, - 10.25, - 6 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 6.25, - 10.25, - 6, - 10 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.42993, - 9.57256, - 8.43813 - ], - "to": [ - 7.49993, - 9.75256, - 8.79813 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 7.49993, - 9.69088, - 8.37383 - ] - }, - "faces": { - "east": { - "uv": [ - 10, - 6.25, - 10.25, - 6.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.5, - 10, - 6.75, - 10.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10, - 6.5, - 10.25, - 6.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7, - 10.25, - 6.75, - 10 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.25, - 6.75, - 10, - 7 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.42993, - 9.54231, - 8.44365 - ], - "to": [ - 7.49993, - 9.72231, - 8.80365 - ], - "rotation": { - "angle": 22.5, - "axis": "x", - "origin": [ - 7.49993, - 9.69088, - 8.37383 - ] - }, - "faces": { - "east": { - "uv": [ - 10, - 7, - 10.25, - 7.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.25, - 10, - 7.5, - 10.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10, - 7.25, - 10.25, - 7.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.75, - 10.25, - 7.5, - 10 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.25, - 7.5, - 10, - 7.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.42993, - 9.25316, - 8.23073 - ], - "to": [ - 7.49993, - 9.61316, - 8.41073 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 7.49993, - 9.69088, - 8.37383 - ] - }, - "faces": { - "north": { - "uv": [ - 7.75, - 10, - 8, - 10.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10, - 7.75, - 10.25, - 8 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8, - 10, - 8.25, - 10.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10, - 8, - 10.25, - 8.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.25, - 8.25, - 10, - 8.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.42993, - 9.23406, - 8.21723 - ], - "to": [ - 7.49993, - 9.59406, - 8.39723 - ], - "rotation": { - "angle": 22.5, - "axis": "x", - "origin": [ - 7.49993, - 9.69088, - 8.37383 - ] - }, - "faces": { - "north": { - "uv": [ - 8.5, - 10, - 8.75, - 10.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10, - 8.5, - 10.25, - 8.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.75, - 10, - 9, - 10.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10, - 8.75, - 10.25, - 9 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.25, - 9, - 10, - 9.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.42993, - 9.64056, - 7.91133 - ], - "to": [ - 7.49993, - 9.82056, - 8.27133 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 7.49993, - 9.69088, - 8.37383 - ] - }, - "faces": { - "north": { - "uv": [ - 9.25, - 10, - 9.5, - 10.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10, - 9.25, - 10.25, - 9.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10, - 9.5, - 10.25, - 9.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10, - 10.25, - 9.75, - 10 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.25, - 9.75, - 10, - 10 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.42993, - 9.64048, - 7.90897 - ], - "to": [ - 7.49993, - 9.82048, - 8.26897 - ], - "rotation": { - "angle": 22.5, - "axis": "x", - "origin": [ - 7.49993, - 9.69088, - 8.37383 - ] - }, - "faces": { - "north": { - "uv": [ - 10, - 10, - 10.25, - 10.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 0, - 10.25, - 0.25, - 10.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 0.25, - 10.25, - 0.5, - 10.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10.5, - 0.5, - 10.25, - 0.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 0.75, - 10.25, - 0.5, - 10.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.42993, - 9.77996, - 8.29874 - ], - "to": [ - 7.49993, - 10.13996, - 8.47874 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 7.49993, - 9.69088, - 8.37383 - ] - }, - "faces": { - "north": { - "uv": [ - 10.25, - 0.5, - 10.5, - 0.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 0.75, - 10.25, - 1, - 10.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 10.25, - 0.75, - 10.5, - 1 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 1, - 10.25, - 1.25, - 10.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10.5, - 1.25, - 10.25, - 1 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.5, - 10.86807, - 7.84043 - ], - "to": [ - 8.6, - 11.26807, - 8.24043 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8.55, - 10.77034, - 8.21711 - ] - }, - "faces": { - "north": { - "uv": [ - 10.25, - 1.25, - 10.5, - 1.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 1.5, - 10.25, - 1.75, - 10.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10.5, - 2, - 10.25, - 1.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.5, - 10.4438, - 8.26469 - ], - "to": [ - 8.6, - 10.8438, - 8.66469 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8.55, - 10.77034, - 8.21711 - ] - }, - "faces": { - "east": { - "uv": [ - 2.25, - 10.25, - 2.5, - 10.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 10.25, - 2.25, - 10.5, - 2.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 2.5, - 10.25, - 2.75, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3, - 10.25, - 2.75, - 10.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.5, - 10.62122, - 8.09434 - ], - "to": [ - 8.6, - 11.02122, - 8.69434 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 8.55, - 10.77034, - 8.21711 - ] - }, - "faces": { - "east": { - "uv": [ - 3, - 10.25, - 3.25, - 10.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 10.25, - 3, - 10.5, - 3.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 3.25, - 10.25, - 3.5, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 3.75, - 10.25, - 3.5, - 10.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.5, - 10.68519, - 7.97716 - ], - "to": [ - 8.6, - 11.28519, - 8.37716 - ], - "rotation": { - "angle": 22.5, - "axis": "x", - "origin": [ - 8.55, - 10.77034, - 8.21711 - ] - }, - "faces": { - "north": { - "uv": [ - 10.25, - 3.5, - 10.5, - 3.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 3.75, - 10.25, - 4, - 10.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 4, - 10.25, - 4.25, - 10.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10.5, - 4.25, - 10.25, - 4 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.5, - 10.37309, - 7.88165 - ], - "to": [ - 8.55, - 10.67309, - 8.48165 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 8.55, - 10.77034, - 8.21711 - ] - }, - "faces": { - "north": { - "uv": [ - 10.25, - 4.25, - 10.5, - 4.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4.5, - 10.25, - 4.75, - 10.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 10.25, - 4.5, - 10.5, - 4.75 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5.25, - 10.25, - 5, - 10.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.55, - 10.57309, - 7.88165 - ], - "to": [ - 8.6, - 10.77309, - 8.48165 - ], - "rotation": { - "angle": 45, - "axis": "x", - "origin": [ - 8.55, - 10.77034, - 8.21711 - ] - }, - "faces": { - "east": { - "uv": [ - 5.25, - 10.25, - 5.5, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 6, - 10.25, - 5.75, - 10.5 - ], - "texture": "#0" - } - } - }, - { - "name": "shuimu1", - "from": [ - 7.4375, - 20.45052, - 7.81202 - ], - "to": [ - 8.5625, - 20.67552, - 8.93702 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.5, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 10.25, - 5.75, - 10.5, - 6 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6, - 10.25, - 6.25, - 10.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 10.25, - 6, - 10.5, - 6.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6.25, - 10.25, - 6.5, - 10.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10.5, - 6.5, - 10.25, - 6.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 6.75, - 10.25, - 6.5, - 10.5 - ], - "texture": "#0" - } - } - }, - { - "name": "shuimu2", - "from": [ - 6.9875, - 20.22552, - 7.36202 - ], - "to": [ - 9.0125, - 20.45052, - 9.38702 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.5, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 6.75, - 1.75, - 7.25, - 2 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4, - 6.75, - 4.5, - 7 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.75, - 4, - 7.25, - 4.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6.75, - 4.25, - 7.25, - 4.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 1.75, - 5.75, - 1.25, - 5.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5.75, - 1.5, - 5.25, - 2 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 6.7625, - 19.77552, - 7.13702 - ], - "to": [ - 7.2125, - 20.22552, - 9.16202 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.5, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 10.25, - 6.5, - 10.5, - 6.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 4.5, - 6.75, - 5, - 7 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.75, - 10.25, - 7, - 10.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6.75, - 4.5, - 7.25, - 4.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 5.25, - 7.25, - 5, - 6.75 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5.5, - 6.75, - 5.25, - 7.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.2125, - 19.77552, - 7.13702 - ], - "to": [ - 9.2375, - 20.22552, - 7.58702 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.5, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 6.75, - 4.75, - 7.25, - 5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.25, - 6.75, - 10.5, - 7 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5.5, - 6.75, - 6, - 7 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7, - 10.25, - 7.25, - 10.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 6.5, - 7, - 6, - 6.75 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.25, - 6.25, - 6.75, - 6.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.7875, - 19.77552, - 7.58702 - ], - "to": [ - 9.2375, - 20.22552, - 9.61202 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.5, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 10.25, - 7, - 10.5, - 7.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 6.5, - 6.75, - 7, - 7 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.25, - 10.25, - 7.5, - 10.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6.75, - 6.5, - 7.25, - 6.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 0.25, - 7.5, - 0, - 7 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.25, - 0, - 7, - 0.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 6.7625, - 19.77552, - 9.16202 - ], - "to": [ - 8.7875, - 20.22552, - 9.61202 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.5, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 7, - 0.5, - 7.5, - 0.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.25, - 7.25, - 10.5, - 7.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 0.75, - 7, - 1.25, - 7.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7.5, - 10.25, - 7.75, - 10.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.5, - 1, - 7, - 0.75 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.5, - 1, - 7, - 1.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 6.5375, - 19.32552, - 6.91202 - ], - "to": [ - 6.9875, - 19.77552, - 9.38702 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.5, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 10.25, - 7.5, - 10.5, - 7.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7, - 1.25, - 7.5, - 1.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 10.25, - 8, - 10.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 1.5, - 7, - 2, - 7.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 0.5, - 7.5, - 0.25, - 7 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 2.25, - 7, - 2, - 7.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 6.9875, - 19.32552, - 6.91202 - ], - "to": [ - 9.4625, - 19.77552, - 7.36202 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.5, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 7, - 2, - 7.5, - 2.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.25, - 7.75, - 10.5, - 8 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7, - 2.25, - 7.5, - 2.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8, - 10.25, - 8.25, - 10.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.5, - 2.75, - 7, - 2.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.5, - 2.75, - 7, - 3 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 9.0125, - 19.32552, - 7.36202 - ], - "to": [ - 9.4625, - 19.77552, - 9.83702 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.5, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 10.25, - 8, - 10.5, - 8.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 3, - 7, - 3.5, - 7.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.25, - 10.25, - 8.5, - 10.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 7, - 3, - 7.5, - 3.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 2.5, - 7.5, - 2.25, - 7 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.25, - 3.25, - 7, - 3.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 6.5375, - 19.32552, - 9.38702 - ], - "to": [ - 9.0125, - 19.77552, - 9.83702 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.5, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 3.5, - 7, - 4, - 7.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.25, - 8.25, - 10.5, - 8.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7, - 3.75, - 7.5, - 4 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8.5, - 10.25, - 8.75, - 10.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 4.5, - 7.25, - 4, - 7 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 5, - 7, - 4.5, - 7.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.2125, - 19.10052, - 7.13702 - ], - "to": [ - 9.2375, - 19.32552, - 7.58702 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.5, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 7, - 5, - 7.5, - 5.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.25, - 8.5, - 10.5, - 8.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7, - 5.25, - 7.5, - 5.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 8.75, - 10.25, - 9, - 10.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 6, - 7.25, - 5.5, - 7 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.5, - 5.5, - 7, - 5.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.7875, - 19.10052, - 7.58702 - ], - "to": [ - 9.2375, - 19.32552, - 9.61202 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.5, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 10.25, - 8.75, - 10.5, - 9 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7, - 5.75, - 7.5, - 6 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9, - 10.25, - 9.25, - 10.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 6, - 7, - 6.5, - 7.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 6.75, - 7.5, - 6.5, - 7 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7, - 7, - 6.75, - 7.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 6.7625, - 19.10052, - 9.16202 - ], - "to": [ - 8.7875, - 19.32552, - 9.61202 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.5, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 7, - 6, - 7.5, - 6.25 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.25, - 9, - 10.5, - 9.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7, - 6.75, - 7.5, - 7 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 9.25, - 10.25, - 9.5, - 10.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.5, - 7.25, - 7, - 7 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 7.75, - 0, - 7.25, - 0.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 6.7625, - 19.10052, - 7.13702 - ], - "to": [ - 7.2125, - 19.32552, - 9.16202 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.5, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 10.25, - 9.25, - 10.5, - 9.5 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 7.25, - 0.25, - 7.75, - 0.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.5, - 10.25, - 9.75, - 10.5 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 0.5, - 7.25, - 1, - 7.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 1.25, - 7.75, - 1, - 7.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 1.5, - 7.25, - 1.25, - 7.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8, - 18.47552, - 9.04952 - ], - "to": [ - 8.225, - 19.02552, - 9.27452 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.2, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 10.25, - 9.5, - 10.5, - 9.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 9.75, - 10.25, - 10, - 10.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 10.25, - 9.75, - 10.5, - 10 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10, - 10.25, - 10.25, - 10.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10.5, - 10.25, - 10.25, - 10 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.5, - 10.25, - 10.25, - 10.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.325, - 18.77552, - 8.93702 - ], - "to": [ - 7.55, - 19.32552, - 9.16202 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.5, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 0, - 10.5, - 0.25, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 0, - 10.75, - 0.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 0.25, - 10.5, - 0.5, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 0.25, - 10.75, - 0.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 0.75, - 10.75, - 0.5, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 0.5, - 10.5, - 0.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.775, - 18.77552, - 7.47452 - ], - "to": [ - 8, - 19.32552, - 7.69952 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.5, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 0.75, - 10.5, - 1, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 0.75, - 10.75, - 1 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 1, - 10.5, - 1.25, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 1, - 10.75, - 1.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 1.5, - 10.75, - 1.25, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 1.25, - 10.5, - 1.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.45, - 18.77552, - 7.58702 - ], - "to": [ - 8.675, - 19.32552, - 7.81202 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.5, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 1.5, - 10.5, - 1.75, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 1.5, - 10.75, - 1.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 1.75, - 10.5, - 2, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 1.75, - 10.75, - 2 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 2.25, - 10.75, - 2, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 2, - 10.5, - 2.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.1, - 18.77552, - 8.37452 - ], - "to": [ - 7.325, - 19.32552, - 8.59952 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.5, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 2.25, - 10.5, - 2.5, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 2.25, - 10.75, - 2.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 2.5, - 10.5, - 2.75, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 2.5, - 10.75, - 2.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 3, - 10.75, - 2.75, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 2.75, - 10.5, - 3 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.2125, - 18.77552, - 7.69952 - ], - "to": [ - 7.4375, - 19.32552, - 7.92452 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.5, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 3, - 10.5, - 3.25, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 3, - 10.75, - 3.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 3.25, - 10.5, - 3.5, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 3.25, - 10.75, - 3.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 3.75, - 10.75, - 3.5, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 3.5, - 10.5, - 3.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.5625, - 18.77552, - 8.82452 - ], - "to": [ - 8.7875, - 19.32552, - 9.04952 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.5, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 3.75, - 10.5, - 4, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 3.75, - 10.75, - 4 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 4, - 10.5, - 4.25, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 4, - 10.75, - 4.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 4.5, - 10.75, - 4.25, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 4.25, - 10.5, - 4.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.675, - 18.77552, - 8.14952 - ], - "to": [ - 8.9, - 19.32552, - 8.37452 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.5, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 4.5, - 10.5, - 4.75, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 4.5, - 10.75, - 4.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 4.75, - 10.5, - 5, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 4.75, - 10.75, - 5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 5.25, - 10.75, - 5, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 5, - 10.5, - 5.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.2, - 18.17552, - 9.16202 - ], - "to": [ - 8.425, - 18.77552, - 9.38702 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8.2, - 19.6, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 5.25, - 10.5, - 5.5, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 5.25, - 10.75, - 5.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5.5, - 10.5, - 5.75, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 5.5, - 10.75, - 5.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 6, - 10.75, - 5.75, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 5.75, - 10.5, - 6 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.2125, - 18.17552, - 9.04952 - ], - "to": [ - 7.4375, - 18.77552, - 9.27452 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 19.6, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 6, - 10.5, - 6.25, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 6, - 10.75, - 6.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.25, - 10.5, - 6.5, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 6.25, - 10.75, - 6.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 6.75, - 10.75, - 6.5, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 6.5, - 10.5, - 6.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.775, - 18.17552, - 7.36202 - ], - "to": [ - 8, - 18.77552, - 7.58702 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 19.6, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 6.75, - 10.5, - 7, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 6.75, - 10.75, - 7 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7, - 10.5, - 7.25, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 7, - 10.75, - 7.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.5, - 10.75, - 7.25, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 7.25, - 10.5, - 7.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.5625, - 18.17552, - 7.47452 - ], - "to": [ - 8.7875, - 18.77552, - 7.69952 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 19.6, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 7.5, - 10.5, - 7.75, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 7.5, - 10.75, - 7.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 10.5, - 8, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 7.75, - 10.75, - 8 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8.25, - 10.75, - 8, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 8, - 10.5, - 8.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 6.9875, - 18.17552, - 8.37452 - ], - "to": [ - 7.2125, - 18.77552, - 8.59952 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 19.6, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 8.25, - 10.5, - 8.5, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 8.25, - 10.75, - 8.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.5, - 10.5, - 8.75, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 8.5, - 10.75, - 8.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9, - 10.75, - 8.75, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 8.75, - 10.5, - 9 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.1, - 18.17552, - 7.58702 - ], - "to": [ - 7.325, - 18.77552, - 7.81202 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 19.6, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 9, - 10.5, - 9.25, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 9, - 10.75, - 9.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.25, - 10.5, - 9.5, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 9.25, - 10.75, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9.75, - 10.75, - 9.5, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 9.5, - 10.5, - 9.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.675, - 18.17552, - 8.93702 - ], - "to": [ - 8.9, - 18.77552, - 9.16202 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 19.6, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 9.75, - 10.5, - 10, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 9.75, - 10.75, - 10 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 10, - 10.5, - 10.25, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 10, - 10.75, - 10.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10.5, - 10.75, - 10.25, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 10.25, - 10.5, - 10.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.7875, - 18.17552, - 8.14952 - ], - "to": [ - 9.0125, - 18.77552, - 8.37452 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 19.6, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 10.5, - 10.5, - 10.75, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 0, - 10.75, - 0.25, - 11 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 10.75, - 0, - 11, - 0.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 0.25, - 10.75, - 0.5, - 11 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11, - 0.5, - 10.75, - 0.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 0.75, - 10.75, - 0.5, - 11 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.4, - 17.87552, - 9.26202 - ], - "to": [ - 8.625, - 18.17552, - 9.48702 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8.4, - 19.3, - 8.5 - ] - }, - "faces": { - "north": { - "uv": [ - 5.25, - 10.5, - 5.5, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 5.25, - 10.75, - 5.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5.5, - 10.5, - 5.75, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 5.5, - 10.75, - 5.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 6, - 10.75, - 5.75, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 5.75, - 10.5, - 6 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.2125, - 17.37552, - 9.24952 - ], - "to": [ - 7.4375, - 18.17552, - 9.47452 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.8, - 8.6 - ] - }, - "faces": { - "north": { - "uv": [ - 6, - 10.5, - 6.25, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 6, - 10.75, - 6.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.25, - 10.5, - 6.5, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 6.25, - 10.75, - 6.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 6.75, - 10.75, - 6.5, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 6.5, - 10.5, - 6.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.775, - 17.67552, - 7.26202 - ], - "to": [ - 8, - 18.17552, - 7.48702 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 19, - 8.3 - ] - }, - "faces": { - "north": { - "uv": [ - 6.75, - 10.5, - 7, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 6.75, - 10.75, - 7 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7, - 10.5, - 7.25, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 7, - 10.75, - 7.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.5, - 10.75, - 7.25, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 7.25, - 10.5, - 7.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.5625, - 17.67552, - 7.37452 - ], - "to": [ - 8.7875, - 18.17552, - 7.59952 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 19.1, - 8.3 - ] - }, - "faces": { - "north": { - "uv": [ - 7.5, - 10.5, - 7.75, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 7.5, - 10.75, - 7.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 10.5, - 8, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 7.75, - 10.75, - 8 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8.25, - 10.75, - 8, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 8, - 10.5, - 8.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 6.8875, - 17.47552, - 8.37452 - ], - "to": [ - 7.1125, - 18.17552, - 8.59952 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 7.9, - 18.9, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 8.25, - 10.5, - 8.5, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 8.25, - 10.75, - 8.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.5, - 10.5, - 8.75, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 8.5, - 10.75, - 8.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9, - 10.75, - 8.75, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 8.75, - 10.5, - 9 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.1, - 17.67552, - 7.38702 - ], - "to": [ - 7.325, - 18.17552, - 7.61202 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 19.1, - 8.2 - ] - }, - "faces": { - "north": { - "uv": [ - 9, - 10.5, - 9.25, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 9, - 10.75, - 9.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.25, - 10.5, - 9.5, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 9.25, - 10.75, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9.75, - 10.75, - 9.5, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 9.5, - 10.5, - 9.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.875, - 17.67552, - 8.93702 - ], - "to": [ - 9.1, - 18.17552, - 9.16202 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8.2, - 19.1, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 9.75, - 10.5, - 10, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 9.75, - 10.75, - 10 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 10, - 10.5, - 10.25, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 10, - 10.75, - 10.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10.5, - 10.75, - 10.25, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 10.25, - 10.5, - 10.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.8875, - 17.77552, - 8.04952 - ], - "to": [ - 9.1125, - 18.17552, - 8.27452 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8.1, - 19.2, - 8.3 - ] - }, - "faces": { - "north": { - "uv": [ - 10.5, - 10.5, - 10.75, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 0, - 10.75, - 0.25, - 11 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 10.75, - 0, - 11, - 0.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 0.25, - 10.75, - 0.5, - 11 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11, - 0.5, - 10.75, - 0.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 0.75, - 10.75, - 0.5, - 11 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.5, - 16.77552, - 9.36202 - ], - "to": [ - 8.725, - 17.87552, - 9.58702 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8.5, - 18.2, - 8.6 - ] - }, - "faces": { - "north": { - "uv": [ - 5.25, - 10.5, - 5.5, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 5.25, - 10.75, - 5.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 5.5, - 10.5, - 5.75, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 5.5, - 10.75, - 5.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 6, - 10.75, - 5.75, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 5.75, - 10.5, - 6 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.2125, - 16.67552, - 9.44952 - ], - "to": [ - 7.4375, - 17.37552, - 9.67452 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18, - 8.8 - ] - }, - "faces": { - "north": { - "uv": [ - 6, - 10.5, - 6.25, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 6, - 10.75, - 6.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 6.25, - 10.5, - 6.5, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 6.25, - 10.75, - 6.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 6.75, - 10.75, - 6.5, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 6.5, - 10.5, - 6.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.775, - 17.47552, - 6.96202 - ], - "to": [ - 8, - 17.67552, - 7.38702 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.8, - 7.8 - ] - }, - "faces": { - "north": { - "uv": [ - 6.75, - 10.5, - 7, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 6.75, - 10.75, - 7 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7, - 10.5, - 7.25, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 7, - 10.75, - 7.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.5, - 10.75, - 7.25, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 7.25, - 10.5, - 7.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.775, - 17.36354, - 6.39908 - ], - "to": [ - 8, - 17.56354, - 7.02408 - ], - "rotation": { - "angle": -22.5, - "axis": "x", - "origin": [ - 7.8875, - 17.46354, - 6.71158 - ] - }, - "faces": { - "north": { - "uv": [ - 6.75, - 10.5, - 7, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 6.75, - 10.75, - 7 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7, - 10.5, - 7.25, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 7, - 10.75, - 7.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 7.5, - 10.75, - 7.25, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 7.25, - 10.5, - 7.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.5625, - 17.57552, - 6.97452 - ], - "to": [ - 8.7875, - 17.77552, - 7.49952 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 19, - 7.9 - ] - }, - "faces": { - "north": { - "uv": [ - 7.5, - 10.5, - 7.75, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 7.5, - 10.75, - 7.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 10.5, - 8, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 7.75, - 10.75, - 8 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8.25, - 10.75, - 8, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 8, - 10.5, - 8.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.5625, - 16.37552, - 6.87452 - ], - "to": [ - 8.7875, - 17.57552, - 7.09952 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 17.8, - 7.8 - ] - }, - "faces": { - "north": { - "uv": [ - 7.5, - 10.5, - 7.75, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 7.5, - 10.75, - 7.75 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 7.75, - 10.5, - 8, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 7.75, - 10.75, - 8 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 8.25, - 10.75, - 8, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 8, - 10.5, - 8.25 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 6.7875, - 16.67552, - 8.47452 - ], - "to": [ - 7.0125, - 17.47552, - 8.69952 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 7.8, - 18.1, - 8.5 - ] - }, - "faces": { - "north": { - "uv": [ - 8.25, - 10.5, - 8.5, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 8.25, - 10.75, - 8.5 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 8.5, - 10.5, - 8.75, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 8.5, - 10.75, - 8.75 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9, - 10.75, - 8.75, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 8.75, - 10.5, - 9 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.1, - 17.47552, - 6.88702 - ], - "to": [ - 7.325, - 17.67552, - 7.51202 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.9, - 7.7 - ] - }, - "faces": { - "north": { - "uv": [ - 9, - 10.5, - 9.25, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 9, - 10.75, - 9.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.25, - 10.5, - 9.5, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 9.25, - 10.75, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9.75, - 10.75, - 9.5, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 9.5, - 10.5, - 9.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 7.1, - 16.87552, - 6.68702 - ], - "to": [ - 7.325, - 17.57552, - 6.91202 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8, - 18.3, - 7.5 - ] - }, - "faces": { - "north": { - "uv": [ - 9, - 10.5, - 9.25, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 9, - 10.75, - 9.25 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 9.25, - 10.5, - 9.5, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 9.25, - 10.75, - 9.5 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 9.75, - 10.75, - 9.5, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 9.5, - 10.5, - 9.75 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 9.075, - 17.17552, - 8.93702 - ], - "to": [ - 9.3, - 17.67552, - 9.16202 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8.4, - 18.6, - 8.4 - ] - }, - "faces": { - "north": { - "uv": [ - 9.75, - 10.5, - 10, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 10.5, - 9.75, - 10.75, - 10 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 10, - 10.5, - 10.25, - 10.75 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 10.5, - 10, - 10.75, - 10.25 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 10.5, - 10.75, - 10.25, - 10.5 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 10.75, - 10.25, - 10.5, - 10.5 - ], - "texture": "#0" - } - } - }, - { - "from": [ - 8.9875, - 16.67552, - 7.94952 - ], - "to": [ - 9.2125, - 17.77552, - 8.17452 - ], - "rotation": { - "angle": 0, - "axis": "y", - "origin": [ - 8.2, - 18.1, - 8.2 - ] - }, - "faces": { - "north": { - "uv": [ - 10.5, - 10.5, - 10.75, - 10.75 - ], - "texture": "#0" - }, - "east": { - "uv": [ - 0, - 10.75, - 0.25, - 11 - ], - "texture": "#0" - }, - "south": { - "uv": [ - 10.75, - 0, - 11, - 0.25 - ], - "texture": "#0" - }, - "west": { - "uv": [ - 0.25, - 10.75, - 0.5, - 11 - ], - "texture": "#0" - }, - "up": { - "uv": [ - 11, - 0.5, - 10.75, - 0.25 - ], - "texture": "#0" - }, - "down": { - "uv": [ - 0.75, - 10.75, - 0.5, - 11 - ], - "texture": "#0" - } - } - } - ], - "gui_light": "front", - "display": { - "thirdperson_righthand": { - "translation": [ - 0, - 0.5, - -1.5 - ] - }, - "thirdperson_lefthand": { - "translation": [ - 0, - 0, - -1.5 - ] - }, - "firstperson_righthand": { - "translation": [ - 0, - 0, - -1.5 - ] - }, - "firstperson_lefthand": { - "translation": [ - 0, - 0, - -1.5 - ] - }, - "ground": { - "rotation": [ - 180, - 180, - 90 - ], - "translation": [ - 2.5, - 1.5, - -1 - ] - }, - "gui": { - "rotation": [ - 90, - 45, - -90 - ], - "translation": [ - 0.5, - 1, - 0 - ], - "scale": [ - 0.5, - 0.5, - 0.5 - ] - }, - "fixed": { - "rotation": [ - -90, - 45, - 90 - ], - "translation": [ - -2, - 0.5, - 0 - ], - "scale": [ - 0.7, - 0.7, - 0.7 - ] - } - }, - "groups": [ - { - "name": "group", - "origin": [ - 8, - 8, - 8 - ], - "color": 0, - "children": [ - { - "name": "bashou", - "origin": [ - 8, - 0.35, - 8 - ], - "color": 0, - "children": [ - 0, - 1, - 2 - ] - }, - { - "name": "zhongduan", - "origin": [ - 8, - 15.85, - 8 - ], - "color": 0, - "children": [ - { - "name": "hua1", - "origin": [ - 8.5, - 15.7, - 7.6 - ], - "color": 0, - "children": [ - 3, - 4 - ] - }, - { - "name": "hua2", - "origin": [ - 8.5, - 15.7, - 7.6 - ], - "color": 0, - "children": [ - 5, - 6 - ] - }, - { - "name": "hua3", - "origin": [ - 8.5, - 15.7, - 7.6 - ], - "color": 0, - "children": [ - 7, - 8 - ] - }, - { - "name": "hua4", - "origin": [ - 8.5, - 15.7, - 7.6 - ], - "color": 0, - "children": [ - 9, - 10 - ] - }, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 21, - 22, - 23, - 24 - ] - }, - { - "name": "weiduan", - "origin": [ - 8, - -15.25, - 8 - ], - "color": 0, - "children": [ - 25, - 26, - 27, - 28, - 29, - 30, - 31, - 32 - ] - }, - 33, - { - "name": "gantou", - "origin": [ - 8, - -13.2, - 8 - ], - "color": 0, - "children": [ - 34, - 35, - 36, - 37, - 38, - 39 - ] - }, - { - "name": "shuimu", - "origin": [ - 8, - 8, - 8 - ], - "color": 0, - "children": [ - 40, - 41, - { - "name": "shuimu3", - "origin": [ - 0, - 0, - 0 - ], - "color": 0, - "children": [ - 42, - 43, - 44, - 45 - ] - }, - { - "name": "shuimu4", - "origin": [ - 0, - 0, - 0 - ], - "color": 0, - "children": [ - 46, - 47, - 48, - 49 - ] - }, - { - "name": "shuimu5", - "origin": [ - 0, - 0, - 0 - ], - "color": 0, - "children": [ - 50, - 51, - 52, - 53 - ] - }, - { - "name": "shuimu6", - "origin": [ - 0, - 0, - 0 - ], - "color": 0, - "children": [ - 54, - 55, - 56, - 57, - 58, - 59, - 60, - 61 - ] - }, - { - "name": "shuimu7", - "origin": [ - 0, - 0, - 0 - ], - "color": 0, - "children": [ - 62, - 63, - 64, - 65, - 66, - 67, - 68, - 69 - ] - } - ] - }, - { - "name": "shanhu", - "origin": [ - 5.66215, - 17.25845, - 8.2 - ], - "color": 0, - "children": [ - 70, - 71, - { - "name": "zuoqian", - "origin": [ - 7.29952, - 16.66127, - 8 - ], - "color": 0, - "children": [ - 72, - 73, - 74 - ] - }, - { - "name": "youqian", - "origin": [ - 8.80048, - 16.86127, - 8.1 - ], - "color": 0, - "children": [ - 75, - 76, - 77, - 78, - 79, - 80 - ] - }, - { - "name": "qian", - "origin": [ - 6.22895, - 14.97093, - 6.51107 - ], - "color": 0, - "children": [ - 81, - 82 - ] - }, - { - "name": "hou", - "origin": [ - 8, - 16.5, - 8.5 - ], - "color": 0, - "children": [ - 83, - 84, - 85, - 86, - 87, - 88, - 89, - 90, - 91, - 92, - 93, - 94, - 95, - 96, - 97, - { - "name": "you", - "origin": [ - 10.66707, - 18.47598, - 8.35 - ], - "color": 0, - "children": [ - 98, - 99, - 100, - 101 - ] - } - ] - }, - { - "name": "you", - "origin": [ - 10.66707, - 18.47598, - 8.35 - ], - "color": 0, - "children": [ - 102, - 103, - 104, - 105, - { - "name": "group", - "origin": [ - 10.66707, - 18.47598, - 8.35 - ], - "color": 0, - "children": [ - 106, - 107, - 108, - 109, - 110 - ] - }, - 111, - 112, - 113, - 114 - ] - }, - { - "name": "zuo", - "origin": [ - 5.66215, - 18.05845, - 8.2 - ], - "color": 0, - "children": [ - 115, - 116, - 117, - 118, - 119, - 120, - 121, - 122, - 123, - 124 - ] - }, - { - "name": "xiao", - "origin": [ - 7.85858, - 16.5, - 7.95858 - ], - "color": 0, - "children": [ - 125, - 126 - ] - } - ] - }, - { - "name": "zhenzhulian", - "origin": [ - 8.15, - 11, - 8.6 - ], - "color": 0, - "children": [ - 127, - 128, - 129, - 130, - 131, - 132, - 133, - 134, - 135, - 136, - 137, - 138, - 139, - 140, - 141, - 142, - 143, - 144, - 145, - 146, - 147 - ] - }, - { - "name": "flower", - "origin": [ - 7.45, - 11.21882, - 7.70402 - ], - "color": 0, - "children": [ - { - "name": "group", - "origin": [ - 7.45, - 11.21882, - 7.70402 - ], - "color": 0, - "children": [ - 148, - 149, - 150, - 151, - 152, - 153, - 154, - 155, - 156 - ] - }, - { - "name": "group", - "origin": [ - 7.45, - 11.21882, - 7.70402 - ], - "color": 0, - "children": [ - 157, - 158, - 159, - 160, - 161, - 162, - 163, - 164, - 165 - ] - }, - { - "name": "group", - "origin": [ - 8, - 8, - 8 - ], - "color": 0, - "children": [ - 166, - 167, - 168, - 169, - 170, - 171 - ] - } - ] - }, - { - "name": "shuimushang", - "origin": [ - 8, - 8, - 8 - ], - "color": 0, - "children": [ - { - "name": "shuimu", - "origin": [ - 8, - 8, - 8 - ], - "color": 0, - "children": [ - 172, - 173, - { - "name": "shuimu3", - "origin": [ - 0, - 0, - 0 - ], - "color": 0, - "children": [ - 174, - 175, - 176, - 177 - ] - }, - { - "name": "shuimu4", - "origin": [ - 0, - 0, - 0 - ], - "color": 0, - "children": [ - 178, - 179, - 180, - 181 - ] - }, - { - "name": "shuimu5", - "origin": [ - 0, - 0, - 0 - ], - "color": 0, - "children": [ - 182, - 183, - 184, - 185 - ] - }, - { - "name": "shuimu6", - "origin": [ - 0, - 0, - 0 - ], - "color": 0, - "children": [ - 186, - 187, - 188, - 189, - 190, - 191, - 192, - 193 - ] - }, - { - "name": "shuimu7", - "origin": [ - 0, - 0, - 0 - ], - "color": 0, - "children": [ - 194, - 195, - 196, - 197, - 198, - 199, - 200, - 201 - ] - }, - { - "name": "shuimu8", - "origin": [ - 0, - 0, - 0 - ], - "color": 0, - "children": [ - 202, - 203, - 204, - 205, - 206, - 207, - 208, - 209 - ] - }, - { - "name": "shuimu9", - "origin": [ - 0, - 0, - 0 - ], - "color": 0, - "children": [ - 210, - 211, - 212, - 213, - 214, - 215, - 216, - 217, - 218, - 219, - 220 - ] - } - ] - } - ] - } - ] - } - ] + "credit": "Made with Blockbench", + "texture_size": [64, 64], + "textures": { + "0": "superbwarfare:item/lod/aurelia_sceptre", + "particle": "superbwarfare:item/lod/aurelia_sceptre" + }, + "elements": [ + { + "from": [7.5, 9.6, 7.5], + "to": [8.5, 9.8, 10.8], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 9.69088, 8.67383]}, + "faces": { + "north": {"uv": [1.5, 7.25, 1.75, 7.5], "texture": "#0"}, + "east": {"uv": [1.75, 5.25, 2.5, 5.5], "texture": "#0"}, + "south": {"uv": [7.25, 1.5, 7.5, 1.75], "texture": "#0"}, + "west": {"uv": [5.25, 2, 6, 2.25], "texture": "#0"}, + "up": {"uv": [4, 5.75, 3.75, 5], "texture": "#0"}, + "down": {"uv": [5.5, 2.25, 5.25, 3], "texture": "#0"} + } + }, + { + "name": "fugan", + "from": [7.7, 1.1, 10], + "to": [8.3, 9.6, 10.6], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 5.35, 10.3]}, + "faces": { + "north": {"uv": [3.5, 0, 3.75, 2], "texture": "#0"}, + "east": {"uv": [3.5, 2, 3.75, 4], "texture": "#0"}, + "south": {"uv": [3.75, 0, 4, 2], "texture": "#0"}, + "west": {"uv": [1, 3.75, 1.25, 5.75], "texture": "#0"} + } + }, + { + "from": [7.5, 0.9, 7.5], + "to": [8.5, 1.1, 10.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 1.15, 8.25]}, + "faces": { + "north": {"uv": [2.5, 7.25, 2.75, 7.5], "texture": "#0"}, + "east": {"uv": [2.5, 5.25, 3.25, 5.5], "texture": "#0"}, + "south": {"uv": [2.75, 7.25, 3, 7.5], "texture": "#0"}, + "west": {"uv": [5.25, 3, 6, 3.25], "texture": "#0"}, + "up": {"uv": [3.5, 6, 3.25, 5.25], "texture": "#0"}, + "down": {"uv": [5.5, 3.25, 5.25, 4], "texture": "#0"} + } + }, + { + "from": [8.375, 7.9557, 8.25072], + "to": [8.3975, 9.8557, 8.36322], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8.375, 8.0557, 8.32572]}, + "faces": { + "north": {"uv": [2.25, 5.5, 2.5, 6], "texture": "#0"}, + "east": {"uv": [5.5, 2.25, 5.75, 2.75], "texture": "#0"}, + "south": {"uv": [2.5, 5.5, 2.75, 6], "texture": "#0"} + } + }, + { + "from": [8.375, 7.97483, 7.63964], + "to": [8.3975, 9.87483, 7.75214], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8.375, 8.07483, 7.63964]}, + "faces": { + "north": {"uv": [3, 5.5, 3.25, 6], "texture": "#0"}, + "east": {"uv": [5.5, 3.25, 5.75, 3.75], "texture": "#0"}, + "south": {"uv": [3.5, 5.5, 3.75, 6], "texture": "#0"} + } + }, + { + "from": [7.63964, 7.97483, 8.375], + "to": [7.75214, 9.87483, 8.3975], + "rotation": {"angle": -22.5, "axis": "z", "origin": [7.63964, 8.07483, 8.45]}, + "faces": { + "east": {"uv": [4.75, 5.5, 5, 6], "texture": "#0"}, + "south": {"uv": [5.5, 4.75, 5.75, 5.25], "texture": "#0"}, + "west": {"uv": [5, 5.5, 5.25, 6], "texture": "#0"} + } + }, + { + "from": [8.25072, 7.9557, 8.375], + "to": [8.36322, 9.8557, 8.3975], + "rotation": {"angle": 22.5, "axis": "z", "origin": [8.32572, 8.0557, 8.45]}, + "faces": { + "east": {"uv": [5.5, 5.25, 5.75, 5.75], "texture": "#0"}, + "south": {"uv": [5.75, 0, 6, 0.5], "texture": "#0"}, + "west": {"uv": [5.75, 0.5, 6, 1], "texture": "#0"} + } + }, + { + "from": [7.6025, 7.9557, 8.25072], + "to": [7.625, 9.8557, 8.36322], + "rotation": {"angle": -22.5, "axis": "x", "origin": [7.625, 8.0557, 8.32572]}, + "faces": { + "north": {"uv": [1, 5.75, 1.25, 6.25], "texture": "#0"}, + "south": {"uv": [1.25, 5.75, 1.5, 6.25], "texture": "#0"}, + "west": {"uv": [1.5, 5.75, 1.75, 6.25], "texture": "#0"} + } + }, + { + "from": [7.6025, 7.97483, 7.63964], + "to": [7.625, 9.87483, 7.75214], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7.625, 8.07483, 7.63964]}, + "faces": { + "north": {"uv": [5.75, 1.5, 6, 2], "texture": "#0"}, + "south": {"uv": [5.75, 3.25, 6, 3.75], "texture": "#0"}, + "west": {"uv": [3.75, 5.75, 4, 6.25], "texture": "#0"} + } + }, + { + "from": [7.63964, 7.97483, 7.6025], + "to": [7.75214, 9.87483, 7.625], + "rotation": {"angle": -22.5, "axis": "z", "origin": [7.63964, 8.07483, 7.55]}, + "faces": { + "north": {"uv": [5.75, 3.75, 6, 4.25], "texture": "#0"}, + "east": {"uv": [5.75, 4.25, 6, 4.75], "texture": "#0"}, + "west": {"uv": [5.75, 5.25, 6, 5.75], "texture": "#0"} + } + }, + { + "from": [8.25072, 7.9557, 7.6025], + "to": [8.36322, 9.8557, 7.625], + "rotation": {"angle": 22.5, "axis": "z", "origin": [8.32572, 8.0557, 7.55]}, + "faces": { + "north": {"uv": [5.5, 5.75, 5.75, 6.25], "texture": "#0"}, + "east": {"uv": [5.75, 5.75, 6, 6.25], "texture": "#0"}, + "west": {"uv": [6, 0.5, 6.25, 1], "texture": "#0"} + } + }, + { + "from": [7.95, 7.9, 8.8], + "to": [8.05, 15.7, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.4, 8]}, + "faces": { + "north": {"uv": [1.25, 3.75, 1.5, 5.25], "texture": "#0"}, + "east": {"uv": [1.5, 3.75, 1.75, 5.25], "texture": "#0"}, + "south": {"uv": [1.75, 3.75, 2, 5.25], "texture": "#0"}, + "west": {"uv": [2, 3.75, 2.25, 5.25], "texture": "#0"} + } + }, + { + "from": [7.5, 9.9, 7.5], + "to": [8.5, 10.9, 8.5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 10.4, 8]}, + "faces": { + "north": {"uv": [6, 7.25, 6.25, 7.5], "texture": "#0"}, + "east": {"uv": [6.25, 7.25, 6.5, 7.5], "texture": "#0"}, + "south": {"uv": [7.25, 6.25, 7.5, 6.5], "texture": "#0"}, + "west": {"uv": [7.25, 6.5, 7.5, 6.75], "texture": "#0"}, + "up": {"uv": [7.25, 7.5, 7, 7.25], "texture": "#0"}, + "down": {"uv": [7.5, 7.25, 7.25, 7.5], "texture": "#0"} + } + }, + { + "from": [7.4375, 7.9, 7.4375], + "to": [8.5625, 8, 8.5625], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 8.15, 8]}, + "faces": { + "north": {"uv": [0, 7.5, 0.25, 7.75], "texture": "#0"}, + "east": {"uv": [0.25, 7.5, 0.5, 7.75], "texture": "#0"}, + "south": {"uv": [0.5, 7.5, 0.75, 7.75], "texture": "#0"}, + "west": {"uv": [7.5, 0.5, 7.75, 0.75], "texture": "#0"}, + "up": {"uv": [1, 7.75, 0.75, 7.5], "texture": "#0"} + } + }, + { + "from": [7.25, 7.6, 7.25], + "to": [8.75, 7.9, 8.75], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 7.85, 8]}, + "faces": { + "north": {"uv": [5.5, 2.75, 6, 3], "texture": "#0"}, + "east": {"uv": [6, 1, 6.5, 1.25], "texture": "#0"}, + "south": {"uv": [6, 1.25, 6.5, 1.5], "texture": "#0"}, + "west": {"uv": [6, 1.5, 6.5, 1.75], "texture": "#0"}, + "up": {"uv": [5.25, 0.5, 4.75, 0], "texture": "#0"}, + "down": {"uv": [5.25, 0.5, 4.75, 1], "texture": "#0"} + } + }, + { + "from": [7.25, 7.6, 7.25], + "to": [8.75, 7.9, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.85, 8]}, + "faces": { + "north": {"uv": [6, 1.75, 6.5, 2], "texture": "#0"}, + "east": {"uv": [6, 2, 6.5, 2.25], "texture": "#0"}, + "south": {"uv": [2.25, 6, 2.75, 6.25], "texture": "#0"}, + "west": {"uv": [6, 2.25, 6.5, 2.5], "texture": "#0"}, + "up": {"uv": [5.25, 1.5, 4.75, 1], "texture": "#0"}, + "down": {"uv": [5.25, 1.5, 4.75, 2], "texture": "#0"} + } + }, + { + "from": [7.925, 2.1, 7.1], + "to": [8.075, 7.6, 7.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8.3, 0.5, 7.475]}, + "faces": { + "north": {"uv": [3.75, 2, 4, 3.5], "texture": "#0"}, + "east": {"uv": [2.25, 3.75, 2.5, 5.25], "texture": "#0"}, + "south": {"uv": [2.5, 3.75, 2.75, 5.25], "texture": "#0"}, + "west": {"uv": [2.75, 3.75, 3, 5.25], "texture": "#0"} + } + }, + { + "from": [8.75, 2.1, 7.925], + "to": [8.9, 7.6, 8.075], + "rotation": {"angle": 0, "axis": "y", "origin": [9.125, 0.5, 8.3]}, + "faces": { + "north": {"uv": [3, 3.75, 3.25, 5.25], "texture": "#0"}, + "east": {"uv": [3.25, 3.75, 3.5, 5.25], "texture": "#0"}, + "south": {"uv": [3.75, 3.5, 4, 5], "texture": "#0"}, + "west": {"uv": [4, 0, 4.25, 1.5], "texture": "#0"} + } + }, + { + "from": [7.175, 2.1, 7.925], + "to": [7.325, 7.6, 8.075], + "rotation": {"angle": 0, "axis": "y", "origin": [7.55, 0.5, 8.3]}, + "faces": { + "north": {"uv": [4, 1.5, 4.25, 3], "texture": "#0"}, + "east": {"uv": [4, 3, 4.25, 4.5], "texture": "#0"}, + "south": {"uv": [3.5, 4, 3.75, 5.5], "texture": "#0"}, + "west": {"uv": [4.25, 0, 4.5, 1.5], "texture": "#0"} + } + }, + { + "from": [7.925, 2.1, 8.75], + "to": [8.075, 7.6, 8.9], + "rotation": {"angle": 0, "axis": "y", "origin": [8.3, 0.5, 9.125]}, + "faces": { + "north": {"uv": [4.25, 1.5, 4.5, 3], "texture": "#0"}, + "east": {"uv": [4.25, 3, 4.5, 4.5], "texture": "#0"}, + "south": {"uv": [4.5, 0, 4.75, 1.5], "texture": "#0"}, + "west": {"uv": [4.5, 1.5, 4.75, 3], "texture": "#0"} + } + }, + { + "from": [7.625, 2.1, 7.625], + "to": [8.375, 7.6, 8.375], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 0.5, 8]}, + "faces": { + "north": {"uv": [4.5, 3, 4.75, 4.5], "texture": "#0"}, + "east": {"uv": [4, 4.5, 4.25, 6], "texture": "#0"}, + "south": {"uv": [4.25, 4.5, 4.5, 6], "texture": "#0"}, + "west": {"uv": [4.5, 4.5, 4.75, 6], "texture": "#0"} + } + }, + { + "from": [7.25, 1.6, 7.25], + "to": [8.75, 2.1, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 1.85, 8]}, + "faces": { + "north": {"uv": [6, 2.5, 6.5, 2.75], "texture": "#0"}, + "east": {"uv": [2.75, 6, 3.25, 6.25], "texture": "#0"}, + "south": {"uv": [6, 2.75, 6.5, 3], "texture": "#0"}, + "west": {"uv": [6, 3, 6.5, 3.25], "texture": "#0"}, + "up": {"uv": [5.25, 2.5, 4.75, 2], "texture": "#0"}, + "down": {"uv": [5.25, 2.5, 4.75, 3], "texture": "#0"} + } + }, + { + "from": [7.25, 1.6, 7.25], + "to": [8.75, 2.1, 8.75], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 1.85, 8]}, + "faces": { + "north": {"uv": [3.25, 6, 3.75, 6.25], "texture": "#0"}, + "east": {"uv": [6, 3.25, 6.5, 3.5], "texture": "#0"}, + "south": {"uv": [6, 3.5, 6.5, 3.75], "texture": "#0"}, + "west": {"uv": [6, 3.75, 6.5, 4], "texture": "#0"}, + "up": {"uv": [5.25, 3.5, 4.75, 3], "texture": "#0"}, + "down": {"uv": [5.25, 3.5, 4.75, 4], "texture": "#0"} + } + }, + { + "from": [7.4375, 1.4, 7.4375], + "to": [8.5625, 1.6, 8.5625], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 1.65, 8]}, + "faces": { + "north": {"uv": [2.5, 7.5, 2.75, 7.75], "texture": "#0"}, + "east": {"uv": [7.5, 2.5, 7.75, 2.75], "texture": "#0"}, + "south": {"uv": [2.75, 7.5, 3, 7.75], "texture": "#0"}, + "west": {"uv": [7.5, 2.75, 7.75, 3], "texture": "#0"}, + "up": {"uv": [3.25, 7.75, 3, 7.5], "texture": "#0"}, + "down": {"uv": [7.75, 3, 7.5, 3.25], "texture": "#0"} + } + }, + { + "from": [7.5, -0.2, 7.5], + "to": [8.5, 0.8, 8.5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 1.85, 8]}, + "faces": { + "north": {"uv": [3.25, 7.5, 3.5, 7.75], "texture": "#0"}, + "east": {"uv": [7.5, 3.25, 7.75, 3.5], "texture": "#0"}, + "south": {"uv": [3.5, 7.5, 3.75, 7.75], "texture": "#0"}, + "west": {"uv": [7.5, 3.5, 7.75, 3.75], "texture": "#0"}, + "up": {"uv": [4, 7.75, 3.75, 7.5], "texture": "#0"}, + "down": {"uv": [7.75, 3.75, 7.5, 4], "texture": "#0"} + } + }, + { + "from": [7.4375, -12.2, 7.4375], + "to": [8.5625, -12.1, 8.5625], + "rotation": {"angle": 45, "axis": "y", "origin": [8, -11.95, 8]}, + "faces": { + "north": {"uv": [4, 7.5, 4.25, 7.75], "texture": "#0"}, + "east": {"uv": [7.5, 4, 7.75, 4.25], "texture": "#0"}, + "south": {"uv": [4.25, 7.5, 4.5, 7.75], "texture": "#0"}, + "west": {"uv": [7.5, 4.25, 7.75, 4.5], "texture": "#0"}, + "up": {"uv": [4.75, 7.75, 4.5, 7.5], "texture": "#0"} + } + }, + { + "from": [7.25, -12.7, 7.25], + "to": [8.75, -12.2, 8.75], + "rotation": {"angle": 45, "axis": "y", "origin": [8, -12.45, 8]}, + "faces": { + "north": {"uv": [4, 6, 4.5, 6.25], "texture": "#0"}, + "east": {"uv": [6, 4, 6.5, 4.25], "texture": "#0"}, + "south": {"uv": [6, 4.25, 6.5, 4.5], "texture": "#0"}, + "west": {"uv": [4.5, 6, 5, 6.25], "texture": "#0"}, + "up": {"uv": [5.25, 4.5, 4.75, 4], "texture": "#0"}, + "down": {"uv": [5.25, 4.5, 4.75, 5], "texture": "#0"} + } + }, + { + "from": [7.8125, -13.95, 7.75102], + "to": [8.1875, -12.55, 7.92602], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, -13.85, 7.73852]}, + "faces": { + "north": {"uv": [4.75, 7.5, 5, 7.75], "texture": "#0"}, + "east": {"uv": [7.5, 4.75, 7.75, 5], "texture": "#0"}, + "south": {"uv": [5, 7.5, 5.25, 7.75], "texture": "#0"}, + "west": {"uv": [7.5, 5, 7.75, 5.25], "texture": "#0"} + } + }, + { + "from": [7.8125, -13.95, 8.07398], + "to": [8.1875, -12.55, 8.24898], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, -13.85, 8.26148]}, + "faces": { + "north": {"uv": [5.5, 7.5, 5.75, 7.75], "texture": "#0"}, + "east": {"uv": [7.5, 5.5, 7.75, 5.75], "texture": "#0"}, + "south": {"uv": [5.75, 7.5, 6, 7.75], "texture": "#0"}, + "west": {"uv": [7.5, 5.75, 7.75, 6], "texture": "#0"} + } + }, + { + "from": [7.75, -14.2, 7.75], + "to": [8.25, -12.7, 8.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -14.2, 8]}, + "faces": { + "north": {"uv": [6, 4.5, 6.25, 5], "texture": "#0"}, + "east": {"uv": [5, 6, 5.25, 6.5], "texture": "#0"}, + "south": {"uv": [6, 5, 6.25, 5.5], "texture": "#0"}, + "west": {"uv": [5.25, 6, 5.5, 6.5], "texture": "#0"} + } + }, + { + "from": [7.6, -14.5, 7.6], + "to": [8.4, -14.2, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -14.45, 8]}, + "faces": { + "north": {"uv": [6.5, 7.5, 6.75, 7.75], "texture": "#0"}, + "east": {"uv": [7.5, 6.5, 7.75, 6.75], "texture": "#0"}, + "south": {"uv": [6.75, 7.5, 7, 7.75], "texture": "#0"}, + "west": {"uv": [7.5, 6.75, 7.75, 7], "texture": "#0"}, + "up": {"uv": [7.25, 7.75, 7, 7.5], "texture": "#0"}, + "down": {"uv": [7.75, 7, 7.5, 7.25], "texture": "#0"} + } + }, + { + "from": [7.725, -14.6, 7.725], + "to": [8.275, -14.5, 8.275], + "rotation": {"angle": 45, "axis": "y", "origin": [8, -14.55, 8]}, + "faces": { + "north": {"uv": [7.25, 7.5, 7.5, 7.75], "texture": "#0"}, + "east": {"uv": [7.5, 7.25, 7.75, 7.5], "texture": "#0"}, + "south": {"uv": [7.5, 7.5, 7.75, 7.75], "texture": "#0"}, + "west": {"uv": [0, 7.75, 0.25, 8], "texture": "#0"}, + "down": {"uv": [0.5, 7.75, 0.25, 8], "texture": "#0"} + } + }, + { + "from": [7.8125, -15, 7.8125], + "to": [8.1875, -14.6, 8.1875], + "rotation": {"angle": -45, "axis": "y", "origin": [8, -14.95, 8]}, + "faces": { + "north": {"uv": [7.75, 0.25, 8, 0.5], "texture": "#0"}, + "east": {"uv": [0.5, 7.75, 0.75, 8], "texture": "#0"}, + "south": {"uv": [7.75, 0.5, 8, 0.75], "texture": "#0"}, + "west": {"uv": [0.75, 7.75, 1, 8], "texture": "#0"}, + "down": {"uv": [1.25, 7.75, 1, 8], "texture": "#0"} + } + }, + { + "name": "zhugan", + "from": [7.625, -12.1, 7.625], + "to": [8.375, 15.5, 8.375], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -13.2, 8]}, + "faces": { + "north": {"uv": [0, 0, 0.25, 6.5], "texture": "#0"}, + "east": {"uv": [0.25, 0, 0.5, 6.5], "texture": "#0"}, + "south": {"uv": [0.5, 0, 0.75, 6.5], "texture": "#0"}, + "west": {"uv": [0.75, 0, 1, 6.5], "texture": "#0"} + } + }, + { + "name": "zhugan", + "from": [7.05, 15.9, 7.05], + "to": [8.95, 16.1, 8.95], + "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 15.8, 8]}, + "faces": { + "north": {"uv": [6, 5.5, 6.5, 5.75], "texture": "#0"}, + "east": {"uv": [6, 5.75, 6.5, 6], "texture": "#0"}, + "south": {"uv": [6, 6, 6.5, 6.25], "texture": "#0"}, + "west": {"uv": [6.25, 0, 6.75, 0.25], "texture": "#0"}, + "up": {"uv": [5.25, 5.5, 4.75, 5], "texture": "#0"}, + "down": {"uv": [5.75, 0, 5.25, 0.5], "texture": "#0"} + } + }, + { + "name": "zhugan", + "from": [7.3, 15.7, 7.3], + "to": [8.7, 15.9, 8.7], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 15.8, 8]}, + "faces": { + "north": {"uv": [7.75, 1.25, 8, 1.5], "texture": "#0"}, + "east": {"uv": [1.5, 7.75, 1.75, 8], "texture": "#0"}, + "south": {"uv": [7.75, 1.5, 8, 1.75], "texture": "#0"}, + "west": {"uv": [1.75, 7.75, 2, 8], "texture": "#0"}, + "down": {"uv": [2.25, 7.75, 2, 8], "texture": "#0"} + } + }, + { + "name": "zhugan", + "from": [7.5, 15.5, 7.5], + "to": [8.5, 15.7, 8.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 15.8, 8]}, + "faces": { + "north": {"uv": [7.75, 2, 8, 2.25], "texture": "#0"}, + "east": {"uv": [2.25, 7.75, 2.5, 8], "texture": "#0"}, + "south": {"uv": [7.75, 2.25, 8, 2.5], "texture": "#0"}, + "west": {"uv": [2.5, 7.75, 2.75, 8], "texture": "#0"}, + "down": {"uv": [3, 7.75, 2.75, 8], "texture": "#0"} + } + }, + { + "name": "zhugan", + "from": [7.5, 15.5, 7.5], + "to": [8.5, 15.7, 8.5], + "rotation": {"angle": -22.5, "axis": "y", "origin": [8, -11.6, 8]}, + "faces": { + "north": {"uv": [7.75, 2.75, 8, 3], "texture": "#0"}, + "east": {"uv": [3, 7.75, 3.25, 8], "texture": "#0"}, + "south": {"uv": [7.75, 3, 8, 3.25], "texture": "#0"}, + "west": {"uv": [3.25, 7.75, 3.5, 8], "texture": "#0"}, + "down": {"uv": [3.75, 7.75, 3.5, 8], "texture": "#0"} + } + }, + { + "name": "zhugan", + "from": [7.3, 15.7, 7.3], + "to": [8.7, 15.9, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -11.6, 8]}, + "faces": { + "north": {"uv": [7.75, 3.5, 8, 3.75], "texture": "#0"}, + "east": {"uv": [3.75, 7.75, 4, 8], "texture": "#0"}, + "south": {"uv": [7.75, 3.75, 8, 4], "texture": "#0"}, + "west": {"uv": [4, 7.75, 4.25, 8], "texture": "#0"}, + "down": {"uv": [4.5, 7.75, 4.25, 8], "texture": "#0"} + } + }, + { + "name": "zhugan", + "from": [7.05, 15.9, 7.05], + "to": [8.95, 16.1, 8.95], + "rotation": {"angle": -22.5, "axis": "y", "origin": [8, -11.6, 8]}, + "faces": { + "north": {"uv": [6.25, 0.25, 6.75, 0.5], "texture": "#0"}, + "east": {"uv": [6.25, 0.5, 6.75, 0.75], "texture": "#0"}, + "south": {"uv": [6.25, 0.75, 6.75, 1], "texture": "#0"}, + "west": {"uv": [1, 6.25, 1.5, 6.5], "texture": "#0"}, + "up": {"uv": [5.75, 1, 5.25, 0.5], "texture": "#0"}, + "down": {"uv": [5.75, 1, 5.25, 1.5], "texture": "#0"} + } + }, + { + "name": "shuimu1", + "from": [7.75, 14.85955, 6.10856], + "to": [8.25, 15.35955, 6.20856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [7.75, 4.25, 8, 4.5], "texture": "#0"}, + "east": {"uv": [4.5, 7.75, 4.75, 8], "texture": "#0"}, + "south": {"uv": [7.75, 4.5, 8, 4.75], "texture": "#0"}, + "west": {"uv": [4.75, 7.75, 5, 8], "texture": "#0"}, + "up": {"uv": [8, 5, 7.75, 4.75], "texture": "#0"}, + "down": {"uv": [5.25, 7.75, 5, 8], "texture": "#0"} + } + }, + { + "name": "shuimu2", + "from": [7.55, 14.65955, 6.00856], + "to": [8.45, 15.55955, 6.10856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [7.75, 5, 8, 5.25], "texture": "#0"}, + "east": {"uv": [5.25, 7.75, 5.5, 8], "texture": "#0"}, + "south": {"uv": [7.75, 5.25, 8, 5.5], "texture": "#0"}, + "west": {"uv": [5.5, 7.75, 5.75, 8], "texture": "#0"}, + "up": {"uv": [8, 5.75, 7.75, 5.5], "texture": "#0"}, + "down": {"uv": [6, 7.75, 5.75, 8], "texture": "#0"} + } + }, + { + "from": [7.45, 14.75955, 5.80856], + "to": [7.65, 15.65955, 6.00856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [7.75, 5.75, 8, 6], "texture": "#0"}, + "east": {"uv": [6, 7.75, 6.25, 8], "texture": "#0"}, + "south": {"uv": [7.75, 6, 8, 6.25], "texture": "#0"}, + "west": {"uv": [6.25, 7.75, 6.5, 8], "texture": "#0"}, + "up": {"uv": [8, 6.5, 7.75, 6.25], "texture": "#0"}, + "down": {"uv": [6.75, 7.75, 6.5, 8], "texture": "#0"} + } + }, + { + "from": [7.65, 15.45955, 5.80856], + "to": [8.55, 15.65955, 6.00856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [7.75, 6.5, 8, 6.75], "texture": "#0"}, + "east": {"uv": [6.75, 7.75, 7, 8], "texture": "#0"}, + "south": {"uv": [7.75, 6.75, 8, 7], "texture": "#0"}, + "west": {"uv": [7, 7.75, 7.25, 8], "texture": "#0"}, + "up": {"uv": [8, 7.25, 7.75, 7], "texture": "#0"}, + "down": {"uv": [7.5, 7.75, 7.25, 8], "texture": "#0"} + } + }, + { + "from": [8.35, 14.55955, 5.80856], + "to": [8.55, 15.45955, 6.00856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [7.75, 7.25, 8, 7.5], "texture": "#0"}, + "east": {"uv": [7.5, 7.75, 7.75, 8], "texture": "#0"}, + "south": {"uv": [7.75, 7.5, 8, 7.75], "texture": "#0"}, + "west": {"uv": [7.75, 7.75, 8, 8], "texture": "#0"}, + "up": {"uv": [0.25, 8.25, 0, 8], "texture": "#0"}, + "down": {"uv": [8.25, 0, 8, 0.25], "texture": "#0"} + } + }, + { + "from": [7.45, 14.55955, 5.80856], + "to": [8.35, 14.75955, 6.00856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [0.25, 8, 0.5, 8.25], "texture": "#0"}, + "east": {"uv": [8, 0.25, 8.25, 0.5], "texture": "#0"}, + "south": {"uv": [0.5, 8, 0.75, 8.25], "texture": "#0"}, + "west": {"uv": [8, 0.5, 8.25, 0.75], "texture": "#0"}, + "up": {"uv": [1, 8.25, 0.75, 8], "texture": "#0"}, + "down": {"uv": [8.25, 0.75, 8, 1], "texture": "#0"} + } + }, + { + "from": [7.35, 14.65955, 5.60856], + "to": [7.55, 15.75955, 5.80856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [1, 8, 1.25, 8.25], "texture": "#0"}, + "east": {"uv": [8, 1, 8.25, 1.25], "texture": "#0"}, + "south": {"uv": [1.25, 8, 1.5, 8.25], "texture": "#0"}, + "west": {"uv": [8, 1.25, 8.25, 1.5], "texture": "#0"}, + "up": {"uv": [1.75, 8.25, 1.5, 8], "texture": "#0"}, + "down": {"uv": [8.25, 1.5, 8, 1.75], "texture": "#0"} + } + }, + { + "from": [7.55, 15.55955, 5.60856], + "to": [8.65, 15.75955, 5.80856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [1.75, 8, 2, 8.25], "texture": "#0"}, + "east": {"uv": [8, 1.75, 8.25, 2], "texture": "#0"}, + "south": {"uv": [2, 8, 2.25, 8.25], "texture": "#0"}, + "west": {"uv": [8, 2, 8.25, 2.25], "texture": "#0"}, + "up": {"uv": [2.5, 8.25, 2.25, 8], "texture": "#0"}, + "down": {"uv": [8.25, 2.25, 8, 2.5], "texture": "#0"} + } + }, + { + "from": [8.45, 14.45955, 5.60856], + "to": [8.65, 15.55955, 5.80856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [2.5, 8, 2.75, 8.25], "texture": "#0"}, + "east": {"uv": [8, 2.5, 8.25, 2.75], "texture": "#0"}, + "south": {"uv": [2.75, 8, 3, 8.25], "texture": "#0"}, + "west": {"uv": [8, 2.75, 8.25, 3], "texture": "#0"}, + "up": {"uv": [3.25, 8.25, 3, 8], "texture": "#0"}, + "down": {"uv": [8.25, 3, 8, 3.25], "texture": "#0"} + } + }, + { + "from": [7.35, 14.45955, 5.60856], + "to": [8.45, 14.65955, 5.80856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [3.25, 8, 3.5, 8.25], "texture": "#0"}, + "east": {"uv": [8, 3.25, 8.25, 3.5], "texture": "#0"}, + "south": {"uv": [3.5, 8, 3.75, 8.25], "texture": "#0"}, + "west": {"uv": [8, 3.5, 8.25, 3.75], "texture": "#0"}, + "up": {"uv": [4, 8.25, 3.75, 8], "texture": "#0"}, + "down": {"uv": [8.25, 3.75, 8, 4], "texture": "#0"} + } + }, + { + "from": [7.65, 15.45955, 5.50856], + "to": [8.55, 15.65955, 5.60856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [4, 8, 4.25, 8.25], "texture": "#0"}, + "east": {"uv": [8, 4, 8.25, 4.25], "texture": "#0"}, + "south": {"uv": [4.25, 8, 4.5, 8.25], "texture": "#0"}, + "west": {"uv": [8, 4.25, 8.25, 4.5], "texture": "#0"}, + "up": {"uv": [4.75, 8.25, 4.5, 8], "texture": "#0"}, + "down": {"uv": [8.25, 4.5, 8, 4.75], "texture": "#0"} + } + }, + { + "from": [8.35, 14.55955, 5.50856], + "to": [8.55, 15.45955, 5.60856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [4.75, 8, 5, 8.25], "texture": "#0"}, + "east": {"uv": [8, 4.75, 8.25, 5], "texture": "#0"}, + "south": {"uv": [5, 8, 5.25, 8.25], "texture": "#0"}, + "west": {"uv": [8, 5, 8.25, 5.25], "texture": "#0"}, + "up": {"uv": [5.5, 8.25, 5.25, 8], "texture": "#0"}, + "down": {"uv": [8.25, 5.25, 8, 5.5], "texture": "#0"} + } + }, + { + "from": [7.45, 14.55955, 5.50856], + "to": [8.35, 14.75955, 5.60856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [5.5, 8, 5.75, 8.25], "texture": "#0"}, + "east": {"uv": [8, 5.5, 8.25, 5.75], "texture": "#0"}, + "south": {"uv": [5.75, 8, 6, 8.25], "texture": "#0"}, + "west": {"uv": [8, 5.75, 8.25, 6], "texture": "#0"}, + "up": {"uv": [6.25, 8.25, 6, 8], "texture": "#0"}, + "down": {"uv": [8.25, 6, 8, 6.25], "texture": "#0"} + } + }, + { + "from": [7.45, 14.75955, 5.50856], + "to": [7.65, 15.65955, 5.60856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [6.25, 8, 6.5, 8.25], "texture": "#0"}, + "east": {"uv": [8, 6.25, 8.25, 6.5], "texture": "#0"}, + "south": {"uv": [6.5, 8, 6.75, 8.25], "texture": "#0"}, + "west": {"uv": [8, 6.5, 8.25, 6.75], "texture": "#0"}, + "up": {"uv": [7, 8.25, 6.75, 8], "texture": "#0"}, + "down": {"uv": [8.25, 6.75, 8, 7], "texture": "#0"} + } + }, + { + "from": [8, 14.70955, 5.00856], + "to": [8.1, 14.80955, 5.60856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [7, 8, 7.25, 8.25], "texture": "#0"}, + "east": {"uv": [8, 7, 8.25, 7.25], "texture": "#0"}, + "south": {"uv": [7.25, 8, 7.5, 8.25], "texture": "#0"}, + "west": {"uv": [8, 7.25, 8.25, 7.5], "texture": "#0"}, + "up": {"uv": [7.75, 8.25, 7.5, 8], "texture": "#0"}, + "down": {"uv": [8.25, 7.5, 8, 7.75], "texture": "#0"} + } + }, + { + "from": [7.7, 14.75955, 5.00856], + "to": [7.8, 14.85955, 5.60856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [7.75, 8, 8, 8.25], "texture": "#0"}, + "east": {"uv": [8, 7.75, 8.25, 8], "texture": "#0"}, + "south": {"uv": [8, 8, 8.25, 8.25], "texture": "#0"}, + "west": {"uv": [0, 8.25, 0.25, 8.5], "texture": "#0"}, + "up": {"uv": [8.5, 0.25, 8.25, 0], "texture": "#0"}, + "down": {"uv": [0.5, 8.25, 0.25, 8.5], "texture": "#0"} + } + }, + { + "from": [7.9, 15.40955, 5.00856], + "to": [8, 15.50955, 5.60856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [8.25, 0.25, 8.5, 0.5], "texture": "#0"}, + "east": {"uv": [0.5, 8.25, 0.75, 8.5], "texture": "#0"}, + "south": {"uv": [8.25, 0.5, 8.5, 0.75], "texture": "#0"}, + "west": {"uv": [0.75, 8.25, 1, 8.5], "texture": "#0"}, + "up": {"uv": [8.5, 1, 8.25, 0.75], "texture": "#0"}, + "down": {"uv": [1.25, 8.25, 1, 8.5], "texture": "#0"} + } + }, + { + "from": [8.2, 15.35955, 5.00856], + "to": [8.3, 15.45955, 5.60856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [8.25, 1, 8.5, 1.25], "texture": "#0"}, + "east": {"uv": [1.25, 8.25, 1.5, 8.5], "texture": "#0"}, + "south": {"uv": [8.25, 1.25, 8.5, 1.5], "texture": "#0"}, + "west": {"uv": [1.5, 8.25, 1.75, 8.5], "texture": "#0"}, + "up": {"uv": [8.5, 1.75, 8.25, 1.5], "texture": "#0"}, + "down": {"uv": [2, 8.25, 1.75, 8.5], "texture": "#0"} + } + }, + { + "from": [7.6, 15.00955, 5.00856], + "to": [7.7, 15.10955, 5.60856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [8.25, 1.75, 8.5, 2], "texture": "#0"}, + "east": {"uv": [2, 8.25, 2.25, 8.5], "texture": "#0"}, + "south": {"uv": [8.25, 2, 8.5, 2.25], "texture": "#0"}, + "west": {"uv": [2.25, 8.25, 2.5, 8.5], "texture": "#0"}, + "up": {"uv": [8.5, 2.5, 8.25, 2.25], "texture": "#0"}, + "down": {"uv": [2.75, 8.25, 2.5, 8.5], "texture": "#0"} + } + }, + { + "from": [7.65, 15.30955, 5.00856], + "to": [7.75, 15.40955, 5.60856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [8.25, 2.5, 8.5, 2.75], "texture": "#0"}, + "east": {"uv": [2.75, 8.25, 3, 8.5], "texture": "#0"}, + "south": {"uv": [8.25, 2.75, 8.5, 3], "texture": "#0"}, + "west": {"uv": [3, 8.25, 3.25, 8.5], "texture": "#0"}, + "up": {"uv": [8.5, 3.25, 8.25, 3], "texture": "#0"}, + "down": {"uv": [3.5, 8.25, 3.25, 8.5], "texture": "#0"} + } + }, + { + "from": [8.25, 14.80955, 5.00856], + "to": [8.35, 14.90955, 5.60856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [8.25, 3.25, 8.5, 3.5], "texture": "#0"}, + "east": {"uv": [3.5, 8.25, 3.75, 8.5], "texture": "#0"}, + "south": {"uv": [8.25, 3.5, 8.5, 3.75], "texture": "#0"}, + "west": {"uv": [3.75, 8.25, 4, 8.5], "texture": "#0"}, + "up": {"uv": [8.5, 4, 8.25, 3.75], "texture": "#0"}, + "down": {"uv": [4.25, 8.25, 4, 8.5], "texture": "#0"} + } + }, + { + "from": [8.3, 15.10955, 5.00856], + "to": [8.4, 15.20955, 5.60856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [8.25, 4, 8.5, 4.25], "texture": "#0"}, + "east": {"uv": [4.25, 8.25, 4.5, 8.5], "texture": "#0"}, + "south": {"uv": [8.25, 4.25, 8.5, 4.5], "texture": "#0"}, + "west": {"uv": [4.5, 8.25, 4.75, 8.5], "texture": "#0"}, + "up": {"uv": [8.5, 4.75, 8.25, 4.5], "texture": "#0"}, + "down": {"uv": [5, 8.25, 4.75, 8.5], "texture": "#0"} + } + }, + { + "from": [8, 14.65955, 4.60856], + "to": [8.1, 14.75955, 5.00856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [8.25, 4.75, 8.5, 5], "texture": "#0"}, + "east": {"uv": [5, 8.25, 5.25, 8.5], "texture": "#0"}, + "south": {"uv": [8.25, 5, 8.5, 5.25], "texture": "#0"}, + "west": {"uv": [5.25, 8.25, 5.5, 8.5], "texture": "#0"}, + "up": {"uv": [8.5, 5.5, 8.25, 5.25], "texture": "#0"}, + "down": {"uv": [5.75, 8.25, 5.5, 8.5], "texture": "#0"} + } + }, + { + "from": [7.65, 14.70955, 4.60856], + "to": [7.75, 14.80955, 5.00856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [8.25, 5.5, 8.5, 5.75], "texture": "#0"}, + "east": {"uv": [5.75, 8.25, 6, 8.5], "texture": "#0"}, + "south": {"uv": [8.25, 5.75, 8.5, 6], "texture": "#0"}, + "west": {"uv": [6, 8.25, 6.25, 8.5], "texture": "#0"}, + "up": {"uv": [8.5, 6.25, 8.25, 6], "texture": "#0"}, + "down": {"uv": [6.5, 8.25, 6.25, 8.5], "texture": "#0"} + } + }, + { + "from": [7.9, 15.45955, 4.60856], + "to": [8, 15.55955, 5.00856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [8.25, 6.25, 8.5, 6.5], "texture": "#0"}, + "east": {"uv": [6.5, 8.25, 6.75, 8.5], "texture": "#0"}, + "south": {"uv": [8.25, 6.5, 8.5, 6.75], "texture": "#0"}, + "west": {"uv": [6.75, 8.25, 7, 8.5], "texture": "#0"}, + "up": {"uv": [8.5, 7, 8.25, 6.75], "texture": "#0"}, + "down": {"uv": [7.25, 8.25, 7, 8.5], "texture": "#0"} + } + }, + { + "from": [8.25, 15.40955, 4.60856], + "to": [8.35, 15.50955, 5.00856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [8.25, 7, 8.5, 7.25], "texture": "#0"}, + "east": {"uv": [7.25, 8.25, 7.5, 8.5], "texture": "#0"}, + "south": {"uv": [8.25, 7.25, 8.5, 7.5], "texture": "#0"}, + "west": {"uv": [7.5, 8.25, 7.75, 8.5], "texture": "#0"}, + "up": {"uv": [8.5, 7.75, 8.25, 7.5], "texture": "#0"}, + "down": {"uv": [8, 8.25, 7.75, 8.5], "texture": "#0"} + } + }, + { + "from": [7.55, 15.00955, 4.60856], + "to": [7.65, 15.10955, 5.00856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [8.25, 7.75, 8.5, 8], "texture": "#0"}, + "east": {"uv": [8, 8.25, 8.25, 8.5], "texture": "#0"}, + "south": {"uv": [8.25, 8, 8.5, 8.25], "texture": "#0"}, + "west": {"uv": [8.25, 8.25, 8.5, 8.5], "texture": "#0"}, + "up": {"uv": [0.25, 8.75, 0, 8.5], "texture": "#0"}, + "down": {"uv": [8.75, 0, 8.5, 0.25], "texture": "#0"} + } + }, + { + "from": [7.6, 15.35955, 4.60856], + "to": [7.7, 15.45955, 5.00856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [0.25, 8.5, 0.5, 8.75], "texture": "#0"}, + "east": {"uv": [8.5, 0.25, 8.75, 0.5], "texture": "#0"}, + "south": {"uv": [0.5, 8.5, 0.75, 8.75], "texture": "#0"}, + "west": {"uv": [8.5, 0.5, 8.75, 0.75], "texture": "#0"}, + "up": {"uv": [1, 8.75, 0.75, 8.5], "texture": "#0"}, + "down": {"uv": [8.75, 0.75, 8.5, 1], "texture": "#0"} + } + }, + { + "from": [8.3, 14.75955, 4.60856], + "to": [8.4, 14.85955, 5.00856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [1, 8.5, 1.25, 8.75], "texture": "#0"}, + "east": {"uv": [8.5, 1, 8.75, 1.25], "texture": "#0"}, + "south": {"uv": [1.25, 8.5, 1.5, 8.75], "texture": "#0"}, + "west": {"uv": [8.5, 1.25, 8.75, 1.5], "texture": "#0"}, + "up": {"uv": [1.75, 8.75, 1.5, 8.5], "texture": "#0"}, + "down": {"uv": [8.75, 1.5, 8.5, 1.75], "texture": "#0"} + } + }, + { + "from": [8.35, 15.10955, 4.60856], + "to": [8.45, 15.20955, 5.00856], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15.08947, 5.75704]}, + "faces": { + "north": {"uv": [1.75, 8.5, 2, 8.75], "texture": "#0"}, + "east": {"uv": [8.5, 1.75, 8.75, 2], "texture": "#0"}, + "south": {"uv": [2, 8.5, 2.25, 8.75], "texture": "#0"}, + "west": {"uv": [8.5, 2, 8.75, 2.25], "texture": "#0"}, + "up": {"uv": [2.5, 8.75, 2.25, 8.5], "texture": "#0"}, + "down": {"uv": [8.75, 2.25, 8.5, 2.5], "texture": "#0"} + } + }, + { + "name": "main1", + "from": [7.5, 16.5, 7.1], + "to": [8.5, 17.5, 8.7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17, 7.9]}, + "faces": { + "north": {"uv": [2.5, 8.5, 2.75, 8.75], "texture": "#0"}, + "east": {"uv": [1.5, 6.25, 2, 6.5], "texture": "#0"}, + "south": {"uv": [8.5, 2.5, 8.75, 2.75], "texture": "#0"}, + "west": {"uv": [2, 6.25, 2.5, 6.5], "texture": "#0"}, + "up": {"uv": [2.75, 6.75, 2.5, 6.25], "texture": "#0"}, + "down": {"uv": [3, 6.25, 2.75, 6.75], "texture": "#0"} + } + }, + { + "name": "main2", + "from": [7.72849, 17.5, 7.89184], + "to": [8.22849, 17.7, 8.39184], + "rotation": {"angle": 0, "axis": "y", "origin": [7.97849, 17.6, 8.14184]}, + "faces": { + "north": {"uv": [2.75, 8.5, 3, 8.75], "texture": "#0"}, + "east": {"uv": [8.5, 2.75, 8.75, 3], "texture": "#0"}, + "south": {"uv": [3, 8.5, 3.25, 8.75], "texture": "#0"}, + "west": {"uv": [8.5, 3, 8.75, 3.25], "texture": "#0"}, + "up": {"uv": [3.5, 8.75, 3.25, 8.5], "texture": "#0"} + } + }, + { + "from": [5.82742, 16.6, 7.15391], + "to": [7.02742, 17.5, 7.85391], + "rotation": {"angle": -22.5, "axis": "y", "origin": [7.5, 20.22793, 9.19277]}, + "faces": { + "north": {"uv": [3.5, 8.5, 3.75, 8.75], "texture": "#0"}, + "south": {"uv": [3.75, 8.5, 4, 8.75], "texture": "#0"}, + "west": {"uv": [8.5, 3.75, 8.75, 4], "texture": "#0"}, + "up": {"uv": [4.25, 8.75, 4, 8.5], "texture": "#0"}, + "down": {"uv": [8.75, 4, 8.5, 4.25], "texture": "#0"} + } + }, + { + "from": [6.86545, 16.69949, 6.85], + "to": [8.26545, 17.39949, 7.45], + "rotation": {"angle": -22.5, "axis": "z", "origin": [7.5, 20.32793, 9.19277]}, + "faces": { + "north": {"uv": [4.25, 8.5, 4.5, 8.75], "texture": "#0"}, + "south": {"uv": [4.5, 8.5, 4.75, 8.75], "texture": "#0"}, + "west": {"uv": [8.5, 4.5, 8.75, 4.75], "texture": "#0"}, + "up": {"uv": [5, 8.75, 4.75, 8.5], "texture": "#0"}, + "down": {"uv": [8.75, 4.75, 8.5, 5], "texture": "#0"} + } + }, + { + "from": [7.40641, 16.77141, 6.9], + "to": [8.40641, 17.32141, 7.4], + "rotation": {"angle": -45, "axis": "z", "origin": [7.6, 20.42793, 9.19277]}, + "faces": { + "north": {"uv": [5, 8.5, 5.25, 8.75], "texture": "#0"}, + "south": {"uv": [5.25, 8.5, 5.5, 8.75], "texture": "#0"}, + "west": {"uv": [8.5, 5.25, 8.75, 5.5], "texture": "#0"}, + "up": {"uv": [5.75, 8.75, 5.5, 8.5], "texture": "#0"}, + "down": {"uv": [8.75, 5.5, 8.5, 5.75], "texture": "#0"} + } + }, + { + "from": [6.9515, 16.6, 6.55424], + "to": [7.6515, 17.5, 7.95424], + "rotation": {"angle": -45, "axis": "y", "origin": [7.5, 20.22793, 9.09277]}, + "faces": { + "north": {"uv": [5.75, 8.5, 6, 8.75], "texture": "#0"}, + "east": {"uv": [8.5, 5.75, 8.75, 6], "texture": "#0"}, + "west": {"uv": [8.5, 6, 8.75, 6.25], "texture": "#0"}, + "up": {"uv": [6.5, 8.75, 6.25, 8.5], "texture": "#0"}, + "down": {"uv": [8.75, 6.25, 8.5, 6.5], "texture": "#0"} + } + }, + { + "from": [7.6634, 16.44179, 7.1], + "to": [8.8634, 17.14179, 7.6], + "rotation": {"angle": 22.5, "axis": "z", "origin": [7.5, 20.22793, 9.29277]}, + "faces": { + "north": {"uv": [6.5, 8.5, 6.75, 8.75], "texture": "#0"}, + "east": {"uv": [8.5, 6.5, 8.75, 6.75], "texture": "#0"}, + "south": {"uv": [6.75, 8.5, 7, 8.75], "texture": "#0"}, + "up": {"uv": [7.25, 8.75, 7, 8.5], "texture": "#0"}, + "down": {"uv": [8.75, 7, 8.5, 7.25], "texture": "#0"} + } + }, + { + "from": [9.35, 19.20083, 4.85511], + "to": [9.75, 19.60083, 5.85511], + "rotation": {"angle": -45, "axis": "x", "origin": [7.5, 20.22793, 9.29277]}, + "faces": { + "north": {"uv": [7.25, 8.5, 7.5, 8.75], "texture": "#0"}, + "east": {"uv": [8.5, 7.25, 8.75, 7.5], "texture": "#0"}, + "south": {"uv": [7.5, 8.5, 7.75, 8.75], "texture": "#0"}, + "west": {"uv": [8.5, 7.5, 8.75, 7.75], "texture": "#0"}, + "up": {"uv": [8, 8.75, 7.75, 8.5], "texture": "#0"}, + "down": {"uv": [8.75, 7.75, 8.5, 8], "texture": "#0"} + } + }, + { + "from": [9.6, 16.61431, 8.19584], + "to": [10, 17.11431, 9.99584], + "rotation": {"angle": 45, "axis": "x", "origin": [7.45, 20.22793, 9.29277]}, + "faces": { + "north": {"uv": [8, 8.5, 8.25, 8.75], "texture": "#0"}, + "east": {"uv": [3, 6.25, 3.5, 6.5], "texture": "#0"}, + "west": {"uv": [3.5, 6.25, 4, 6.5], "texture": "#0"}, + "up": {"uv": [4.25, 6.75, 4, 6.25], "texture": "#0"}, + "down": {"uv": [4.5, 6.25, 4.25, 6.75], "texture": "#0"} + } + }, + { + "from": [9.65, 19.78811, 5.58877], + "to": [9.95, 21.38811, 5.98877], + "rotation": {"angle": -22.5, "axis": "x", "origin": [7.45, 20.22793, 9.29277]}, + "faces": { + "north": {"uv": [4.5, 6.25, 4.75, 6.75], "texture": "#0"}, + "east": {"uv": [6.25, 4.5, 6.5, 5], "texture": "#0"}, + "south": {"uv": [4.75, 6.25, 5, 6.75], "texture": "#0"}, + "west": {"uv": [6.25, 5, 6.5, 5.5], "texture": "#0"}, + "up": {"uv": [8.5, 8.75, 8.25, 8.5], "texture": "#0"} + } + }, + { + "from": [7.3784, 16.43473, 7.15], + "to": [8.6784, 16.93473, 7.55], + "rotation": {"angle": 45, "axis": "z", "origin": [7.5, 20.22793, 9.29277]}, + "faces": { + "north": {"uv": [8.5, 8.5, 8.75, 8.75], "texture": "#0"}, + "east": {"uv": [0, 8.75, 0.25, 9], "texture": "#0"}, + "south": {"uv": [8.75, 0, 9, 0.25], "texture": "#0"}, + "up": {"uv": [9, 0.5, 8.75, 0.25], "texture": "#0"}, + "down": {"uv": [0.75, 8.75, 0.5, 9], "texture": "#0"} + } + }, + { + "from": [7.55, 17.67025, 4.50776], + "to": [8.45, 18.47025, 6.20776], + "rotation": {"angle": -22.5, "axis": "x", "origin": [7.5, 20.22793, 9.09277]}, + "faces": { + "north": {"uv": [8.75, 0.5, 9, 0.75], "texture": "#0"}, + "east": {"uv": [5.5, 6.25, 6, 6.5], "texture": "#0"}, + "west": {"uv": [6, 6.25, 6.5, 6.5], "texture": "#0"}, + "up": {"uv": [0.25, 7, 0, 6.5], "texture": "#0"}, + "down": {"uv": [0.5, 6.5, 0.25, 7], "texture": "#0"} + } + }, + { + "from": [8.35607, 16.81821, 6.4], + "to": [9.05607, 17.01821, 6.6], + "rotation": {"angle": -22.5, "axis": "z", "origin": [8.70607, 16.91821, 6.5]}, + "faces": { + "north": {"uv": [8.75, 0.75, 9, 1], "texture": "#0"}, + "east": {"uv": [1, 8.75, 1.25, 9], "texture": "#0"}, + "south": {"uv": [8.75, 1, 9, 1.25], "texture": "#0"}, + "up": {"uv": [9, 1.5, 8.75, 1.25], "texture": "#0"}, + "down": {"uv": [1.75, 8.75, 1.5, 9], "texture": "#0"} + } + }, + { + "from": [7.6, 20.47899, 13.09422], + "to": [8.4, 21.57899, 13.89422], + "rotation": {"angle": -45, "axis": "x", "origin": [7.5, 20.22793, 9.09277]}, + "faces": { + "north": {"uv": [8.75, 1.5, 9, 1.75], "texture": "#0"}, + "east": {"uv": [1.75, 8.75, 2, 9], "texture": "#0"}, + "south": {"uv": [8.75, 1.75, 9, 2], "texture": "#0"}, + "west": {"uv": [2, 8.75, 2.25, 9], "texture": "#0"}, + "up": {"uv": [9, 2.25, 8.75, 2], "texture": "#0"}, + "down": {"uv": [2.5, 8.75, 2.25, 9], "texture": "#0"} + } + }, + { + "from": [7.65, 22.32989, 11.63967], + "to": [8.35, 23.72989, 12.23967], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 20.22793, 9.09277]}, + "faces": { + "north": {"uv": [8.75, 2.25, 9, 2.5], "texture": "#0"}, + "east": {"uv": [2.5, 8.75, 2.75, 9], "texture": "#0"}, + "south": {"uv": [8.75, 2.5, 9, 2.75], "texture": "#0"}, + "west": {"uv": [2.75, 8.75, 3, 9], "texture": "#0"} + } + }, + { + "from": [7.65, 22.07415, 10.59574], + "to": [8.35, 23.37415, 11.19574], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7.5, 20.22793, 9.09277]}, + "faces": { + "north": {"uv": [8.75, 3, 9, 3.25], "texture": "#0"}, + "east": {"uv": [3.25, 8.75, 3.5, 9], "texture": "#0"}, + "south": {"uv": [8.75, 3.25, 9, 3.5], "texture": "#0"}, + "west": {"uv": [3.5, 8.75, 3.75, 9], "texture": "#0"}, + "up": {"uv": [9, 3.75, 8.75, 3.5], "texture": "#0"} + } + }, + { + "from": [7.6, 19.95845, 11.18785], + "to": [8.4, 21.35845, 11.78785], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 20.22793, 9.09277]}, + "faces": { + "north": {"uv": [8.75, 3.75, 9, 4], "texture": "#0"}, + "east": {"uv": [4, 8.75, 4.25, 9], "texture": "#0"}, + "south": {"uv": [8.75, 4, 9, 4.25], "texture": "#0"}, + "west": {"uv": [4.25, 8.75, 4.5, 9], "texture": "#0"}, + "up": {"uv": [9, 4.5, 8.75, 4.25], "texture": "#0"} + } + }, + { + "from": [6.07157, 20.47902, 11.15], + "to": [6.47157, 21.57902, 11.45], + "rotation": {"angle": 22.5, "axis": "z", "origin": [7.5, 20.12793, 9.09277]}, + "faces": { + "north": {"uv": [8.75, 4.5, 9, 4.75], "texture": "#0"}, + "east": {"uv": [4.75, 8.75, 5, 9], "texture": "#0"}, + "south": {"uv": [8.75, 4.75, 9, 5], "texture": "#0"}, + "west": {"uv": [5, 8.75, 5.25, 9], "texture": "#0"}, + "up": {"uv": [9, 5.25, 8.75, 5], "texture": "#0"} + } + }, + { + "from": [6.25376, 19.30268, 11.15], + "to": [8.05376, 19.90268, 11.45], + "rotation": {"angle": -22.5, "axis": "z", "origin": [7.5, 20.22793, 9.09277]}, + "faces": { + "north": {"uv": [0.5, 6.5, 1, 6.75], "texture": "#0"}, + "south": {"uv": [1, 6.5, 1.5, 6.75], "texture": "#0"}, + "west": {"uv": [5.5, 8.75, 5.75, 9], "texture": "#0"}, + "up": {"uv": [7, 1.25, 6.5, 1], "texture": "#0"}, + "down": {"uv": [7, 1.25, 6.5, 1.5], "texture": "#0"} + } + }, + { + "from": [8.73034, 20.67246, 11], + "to": [9.53034, 20.87246, 11.2], + "rotation": {"angle": -22.5, "axis": "z", "origin": [7.5, 20.22793, 9.09277]}, + "faces": { + "north": {"uv": [8.75, 5.5, 9, 5.75], "texture": "#0"}, + "south": {"uv": [8.75, 5.75, 9, 6], "texture": "#0"}, + "west": {"uv": [6, 8.75, 6.25, 9], "texture": "#0"}, + "up": {"uv": [9, 6.25, 8.75, 6], "texture": "#0"}, + "down": {"uv": [6.5, 8.75, 6.25, 9], "texture": "#0"} + } + }, + { + "from": [7.6, 19.25788, 11.0167], + "to": [8.4, 21.05788, 11.7167], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7.5, 20.22793, 9.09277]}, + "faces": { + "north": {"uv": [1.5, 6.5, 1.75, 7], "texture": "#0"}, + "east": {"uv": [6.5, 1.5, 6.75, 2], "texture": "#0"}, + "south": {"uv": [1.75, 6.5, 2, 7], "texture": "#0"}, + "west": {"uv": [2, 6.5, 2.25, 7], "texture": "#0"}, + "up": {"uv": [9, 6.5, 8.75, 6.25], "texture": "#0"} + } + }, + { + "from": [7.7, 18.05796, 10.58596], + "to": [8.3, 18.55796, 11.98596], + "rotation": {"angle": -22.5, "axis": "x", "origin": [7.5, 20.22793, 9.09277]}, + "faces": { + "east": {"uv": [6.75, 8.75, 7, 9], "texture": "#0"}, + "south": {"uv": [8.75, 6.75, 9, 7], "texture": "#0"}, + "west": {"uv": [7, 8.75, 7.25, 9], "texture": "#0"}, + "up": {"uv": [9, 7.25, 8.75, 7], "texture": "#0"}, + "down": {"uv": [7.5, 8.75, 7.25, 9], "texture": "#0"} + } + }, + { + "from": [7.55, 16.33635, 7.33737], + "to": [8.45, 17.43635, 8.13737], + "rotation": {"angle": -45, "axis": "x", "origin": [7.5, 20.22793, 9.09277]}, + "faces": { + "north": {"uv": [8.75, 7.25, 9, 7.5], "texture": "#0"}, + "east": {"uv": [7.5, 8.75, 7.75, 9], "texture": "#0"}, + "south": {"uv": [8.75, 7.5, 9, 7.75], "texture": "#0"}, + "west": {"uv": [7.75, 8.75, 8, 9], "texture": "#0"}, + "down": {"uv": [8.25, 8.75, 8, 9], "texture": "#0"} + } + }, + { + "from": [7.55, 17.39404, 7.40998], + "to": [8.45, 18.19404, 9.20998], + "rotation": {"angle": -45, "axis": "x", "origin": [7.5, 20.22793, 9.09277]}, + "faces": { + "east": {"uv": [6.5, 2, 7, 2.25], "texture": "#0"}, + "south": {"uv": [8.25, 8.75, 8.5, 9], "texture": "#0"}, + "west": {"uv": [6.5, 2.25, 7, 2.5], "texture": "#0"}, + "up": {"uv": [2.5, 7, 2.25, 6.5], "texture": "#0"}, + "down": {"uv": [6.75, 2.5, 6.5, 3], "texture": "#0"} + } + }, + { + "from": [5.77815, 18.14742, 9.85], + "to": [6.37815, 19.94742, 10.35], + "rotation": {"angle": 45, "axis": "z", "origin": [7.5, 20.02793, 9.09277]}, + "faces": { + "north": {"uv": [3, 6.5, 3.25, 7], "texture": "#0"}, + "east": {"uv": [6.5, 3, 6.75, 3.5], "texture": "#0"}, + "south": {"uv": [3.25, 6.5, 3.5, 7], "texture": "#0"}, + "west": {"uv": [3.5, 6.5, 3.75, 7], "texture": "#0"}, + "up": {"uv": [9, 8.5, 8.75, 8.25], "texture": "#0"} + } + }, + { + "from": [7.5, 16.95796, 7.28596], + "to": [8.5, 17.85796, 8.68596], + "rotation": {"angle": -22.5, "axis": "x", "origin": [7.5, 20.22793, 9.09277]}, + "faces": { + "east": {"uv": [8.75, 8.75, 9, 9], "texture": "#0"}, + "south": {"uv": [0, 9, 0.25, 9.25], "texture": "#0"}, + "west": {"uv": [9, 0, 9.25, 0.25], "texture": "#0"}, + "up": {"uv": [0.5, 9.25, 0.25, 9], "texture": "#0"}, + "down": {"uv": [9.25, 0.25, 9, 0.5], "texture": "#0"} + } + }, + { + "from": [7.8, 17.85796, 8.78596], + "to": [8.2, 18.95796, 9.18596], + "rotation": {"angle": -22.5, "axis": "x", "origin": [7.5, 20.22793, 9.09277]}, + "faces": { + "north": {"uv": [0.5, 9, 0.75, 9.25], "texture": "#0"}, + "east": {"uv": [9, 0.5, 9.25, 0.75], "texture": "#0"}, + "south": {"uv": [0.75, 9, 1, 9.25], "texture": "#0"}, + "west": {"uv": [9, 0.75, 9.25, 1], "texture": "#0"}, + "up": {"uv": [1.25, 9.25, 1, 9], "texture": "#0"} + } + }, + { + "from": [7.8, 21.25423, 12.85391], + "to": [8.2, 21.65423, 13.85391], + "rotation": {"angle": -22.5, "axis": "x", "origin": [7.5, 20.22793, 9.09277]}, + "faces": { + "east": {"uv": [9, 1.25, 9.25, 1.5], "texture": "#0"}, + "south": {"uv": [1.5, 9, 1.75, 9.25], "texture": "#0"}, + "west": {"uv": [9, 1.5, 9.25, 1.75], "texture": "#0"}, + "up": {"uv": [2, 9.25, 1.75, 9], "texture": "#0"}, + "down": {"uv": [9.25, 1.75, 9, 2], "texture": "#0"} + } + }, + { + "from": [7.85097, 18.80393, 10.9], + "to": [9.05097, 19.30393, 11.3], + "rotation": {"angle": 22.5, "axis": "z", "origin": [7.5, 20.22793, 9.09277]}, + "faces": { + "north": {"uv": [2, 9, 2.25, 9.25], "texture": "#0"}, + "east": {"uv": [9, 2, 9.25, 2.25], "texture": "#0"}, + "south": {"uv": [2.25, 9, 2.5, 9.25], "texture": "#0"}, + "up": {"uv": [2.75, 9.25, 2.5, 9], "texture": "#0"}, + "down": {"uv": [9.25, 2.5, 9, 2.75], "texture": "#0"} + } + }, + { + "from": [10.75097, 20.00393, 11], + "to": [11.25097, 20.20393, 11.2], + "rotation": {"angle": 22.5, "axis": "z", "origin": [7.5, 20.42793, 9.09277]}, + "faces": { + "north": {"uv": [2.75, 9, 3, 9.25], "texture": "#0"}, + "east": {"uv": [9, 2.75, 9.25, 3], "texture": "#0"}, + "south": {"uv": [3, 9, 3.25, 9.25], "texture": "#0"}, + "up": {"uv": [3.5, 9.25, 3.25, 9], "texture": "#0"}, + "down": {"uv": [9.25, 3.25, 9, 3.5], "texture": "#0"} + } + }, + { + "from": [8.50083, 18.3889, 10.95], + "to": [10.00083, 18.7889, 11.25], + "rotation": {"angle": 45, "axis": "z", "origin": [7.6, 20.12793, 9.09277]}, + "faces": { + "north": {"uv": [3.5, 9, 3.75, 9.25], "texture": "#0"}, + "east": {"uv": [9, 3.5, 9.25, 3.75], "texture": "#0"}, + "south": {"uv": [3.75, 9, 4, 9.25], "texture": "#0"}, + "up": {"uv": [4.25, 9.25, 4, 9], "texture": "#0"}, + "down": {"uv": [9.25, 4, 9, 4.25], "texture": "#0"} + } + }, + { + "from": [9.83034, 21.67246, 11], + "to": [10.13034, 23.37246, 11.2], + "rotation": {"angle": -22.5, "axis": "z", "origin": [7.5, 20.42793, 9.09277]}, + "faces": { + "north": {"uv": [6.5, 3.5, 6.75, 4], "texture": "#0"}, + "east": {"uv": [3.75, 6.5, 4, 7], "texture": "#0"}, + "south": {"uv": [6.5, 4, 6.75, 4.5], "texture": "#0"}, + "west": {"uv": [6.5, 4.5, 6.75, 5], "texture": "#0"}, + "up": {"uv": [4.5, 9.25, 4.25, 9], "texture": "#0"} + } + }, + { + "name": "main", + "from": [8, 16.6, 8.15], + "to": [9, 17.5, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [7.6, 20.22793, 9.09277]}, + "faces": { + "north": {"uv": [4.5, 9, 4.75, 9.25], "texture": "#0"}, + "east": {"uv": [9, 4.5, 9.25, 4.75], "texture": "#0"}, + "south": {"uv": [4.75, 9, 5, 9.25], "texture": "#0"}, + "up": {"uv": [5.25, 9.25, 5, 9], "texture": "#0"}, + "down": {"uv": [9.25, 5, 9, 5.25], "texture": "#0"} + } + }, + { + "from": [7.50928, 16.37244, 8.15], + "to": [8.90928, 17.27244, 8.85], + "rotation": {"angle": 22.5, "axis": "z", "origin": [7.6, 20.12793, 9.09277]}, + "faces": { + "north": {"uv": [5.25, 9, 5.5, 9.25], "texture": "#0"}, + "east": {"uv": [9, 5.25, 9.25, 5.5], "texture": "#0"}, + "south": {"uv": [5.5, 9, 5.75, 9.25], "texture": "#0"}, + "up": {"uv": [6, 9.25, 5.75, 9], "texture": "#0"}, + "down": {"uv": [9.25, 5.75, 9, 6], "texture": "#0"} + } + }, + { + "from": [7.33838, 16.29693, 8.2], + "to": [9.63838, 17.09693, 8.8], + "rotation": {"angle": 45, "axis": "z", "origin": [7.6, 20.12793, 9.09277]}, + "faces": { + "north": {"uv": [5, 6.5, 5.5, 6.75], "texture": "#0"}, + "east": {"uv": [6, 9, 6.25, 9.25], "texture": "#0"}, + "south": {"uv": [6.5, 5, 7, 5.25], "texture": "#0"}, + "up": {"uv": [7, 5.5, 6.5, 5.25], "texture": "#0"}, + "down": {"uv": [6, 6.5, 5.5, 6.75], "texture": "#0"} + } + }, + { + "from": [11.15482, 20.29011, 8.25], + "to": [11.75482, 23.29011, 8.75], + "rotation": {"angle": -22.5, "axis": "z", "origin": [7.4, 20.12793, 9.09277]}, + "faces": { + "north": {"uv": [5.25, 4, 5.5, 4.75], "texture": "#0"}, + "east": {"uv": [5.25, 4.75, 5.5, 5.5], "texture": "#0"}, + "south": {"uv": [1.75, 5.5, 2, 6.25], "texture": "#0"}, + "west": {"uv": [2, 5.5, 2.25, 6.25], "texture": "#0"}, + "up": {"uv": [6.5, 9.25, 6.25, 9], "texture": "#0"} + } + }, + { + "from": [9.59293, 17.6, 10.61831], + "to": [10.09293, 18.1, 12.01831], + "rotation": {"angle": 45, "axis": "y", "origin": [7.5, 20.22793, 9.29277]}, + "faces": { + "east": {"uv": [9, 6.5, 9.25, 6.75], "texture": "#0"}, + "south": {"uv": [6.75, 9, 7, 9.25], "texture": "#0"}, + "west": {"uv": [9, 6.75, 9.25, 7], "texture": "#0"}, + "up": {"uv": [7.25, 9.25, 7, 9], "texture": "#0"}, + "down": {"uv": [9.25, 7, 9, 7.25], "texture": "#0"} + } + }, + { + "from": [9.86319, 16.44618, 9.15], + "to": [10.96319, 16.84618, 9.55], + "rotation": {"angle": 22.5, "axis": "z", "origin": [7.5, 20.02793, 8.99277]}, + "faces": { + "north": {"uv": [7.25, 9, 7.5, 9.25], "texture": "#0"}, + "east": {"uv": [9, 7.25, 9.25, 7.5], "texture": "#0"}, + "south": {"uv": [7.5, 9, 7.75, 9.25], "texture": "#0"}, + "up": {"uv": [8, 9.25, 7.75, 9], "texture": "#0"}, + "down": {"uv": [9.25, 7.75, 9, 8], "texture": "#0"} + } + }, + { + "from": [10.75, 18.20366, 7.56605], + "to": [11.05, 18.50366, 8.76605], + "rotation": {"angle": -45, "axis": "x", "origin": [7.6, 20.32793, 9.29277]}, + "faces": { + "east": {"uv": [9, 8, 9.25, 8.25], "texture": "#0"}, + "south": {"uv": [8.25, 9, 8.5, 9.25], "texture": "#0"}, + "west": {"uv": [9, 8.25, 9.25, 8.5], "texture": "#0"}, + "up": {"uv": [8.75, 9.25, 8.5, 9], "texture": "#0"}, + "down": {"uv": [9.25, 8.5, 9, 8.75], "texture": "#0"} + } + }, + { + "from": [10.8, 19.02838, 10.80377], + "to": [11, 19.62838, 11.05377], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7.6, 20.32793, 9.29277]}, + "faces": { + "north": {"uv": [8.75, 9, 9, 9.25], "texture": "#0"}, + "east": {"uv": [9, 8.75, 9.25, 9], "texture": "#0"}, + "south": {"uv": [9, 9, 9.25, 9.25], "texture": "#0"}, + "west": {"uv": [0, 9.25, 0.25, 9.5], "texture": "#0"}, + "up": {"uv": [9.5, 0.25, 9.25, 0], "texture": "#0"} + } + }, + { + "from": [9.32081, 15.58561, 9.2], + "to": [9.72081, 15.88561, 9.5], + "rotation": {"angle": 45, "axis": "z", "origin": [7.66733, 20.0423, 8.99277]}, + "faces": { + "north": {"uv": [9.25, 0.25, 9.5, 0.5], "texture": "#0"}, + "east": {"uv": [0.5, 9.25, 0.75, 9.5], "texture": "#0"}, + "south": {"uv": [9.25, 0.5, 9.5, 0.75], "texture": "#0"}, + "up": {"uv": [9.5, 1, 9.25, 0.75], "texture": "#0"}, + "down": {"uv": [1.25, 9.25, 1, 9.5], "texture": "#0"} + } + }, + { + "from": [11.15, 19.45323, 7.89638], + "to": [11.55, 19.75323, 9.09638], + "rotation": {"angle": -45, "axis": "x", "origin": [7.4, 20.12793, 9.09277]}, + "faces": { + "east": {"uv": [1.25, 9.25, 1.5, 9.5], "texture": "#0"}, + "south": {"uv": [9.25, 1.25, 9.5, 1.5], "texture": "#0"}, + "west": {"uv": [1.5, 9.25, 1.75, 9.5], "texture": "#0"}, + "up": {"uv": [9.5, 1.75, 9.25, 1.5], "texture": "#0"}, + "down": {"uv": [2, 9.25, 1.75, 9.5], "texture": "#0"} + } + }, + { + "from": [11.2, 19.87306, 9.4675], + "to": [11.5, 20.47306, 9.7175], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7.4, 20.12793, 9.09277]}, + "faces": { + "north": {"uv": [9.25, 1.75, 9.5, 2], "texture": "#0"}, + "east": {"uv": [2, 9.25, 2.25, 9.5], "texture": "#0"}, + "south": {"uv": [9.25, 2, 9.5, 2.25], "texture": "#0"}, + "west": {"uv": [2.25, 9.25, 2.5, 9.5], "texture": "#0"}, + "up": {"uv": [9.5, 2.5, 9.25, 2.25], "texture": "#0"} + } + }, + { + "from": [10.4, 18.5424, 7.49956], + "to": [10.7, 19.5424, 7.74956], + "rotation": {"angle": -22.5, "axis": "x", "origin": [7.6, 20.12793, 9.09277]}, + "faces": { + "north": {"uv": [9.25, 2.5, 9.5, 2.75], "texture": "#0"}, + "east": {"uv": [2.75, 9.25, 3, 9.5], "texture": "#0"}, + "south": {"uv": [9.25, 2.75, 9.5, 3], "texture": "#0"}, + "west": {"uv": [3, 9.25, 3.25, 9.5], "texture": "#0"}, + "up": {"uv": [9.5, 3.25, 9.25, 3], "texture": "#0"}, + "down": {"uv": [3.5, 9.25, 3.25, 9.5], "texture": "#0"} + } + }, + { + "from": [9.44832, 17.61159, 8.4], + "to": [9.69832, 18.41159, 8.6], + "rotation": {"angle": 22.5, "axis": "z", "origin": [7.5, 20.22793, 9.09277]}, + "faces": { + "north": {"uv": [9.25, 4.75, 9.5, 5], "texture": "#0"}, + "east": {"uv": [5, 9.25, 5.25, 9.5], "texture": "#0"}, + "south": {"uv": [9.25, 5, 9.5, 5.25], "texture": "#0"}, + "west": {"uv": [5.25, 9.25, 5.5, 9.5], "texture": "#0"}, + "up": {"uv": [9.5, 5.5, 9.25, 5.25], "texture": "#0"}, + "down": {"uv": [5.75, 9.25, 5.5, 9.5], "texture": "#0"} + } + }, + { + "from": [7.56545, 16.79949, 7.6], + "to": [8.96545, 17.69949, 8.4], + "rotation": {"angle": -22.5, "axis": "z", "origin": [7.5, 20.32793, 9.09277]}, + "faces": { + "north": {"uv": [9.25, 3.25, 9.5, 3.5], "texture": "#0"}, + "south": {"uv": [9.25, 3.5, 9.5, 3.75], "texture": "#0"}, + "west": {"uv": [3.75, 9.25, 4, 9.5], "texture": "#0"}, + "up": {"uv": [9.5, 4, 9.25, 3.75], "texture": "#0"}, + "down": {"uv": [4.25, 9.25, 4, 9.5], "texture": "#0"} + } + }, + { + "from": [3.43382, 20.86055, 7.9], + "to": [3.68382, 21.66055, 8.1], + "rotation": {"angle": 22.5, "axis": "z", "origin": [7.7, 20.42793, 9.09277]}, + "faces": { + "north": {"uv": [9.25, 4, 9.5, 4.25], "texture": "#0"}, + "east": {"uv": [4.25, 9.25, 4.5, 9.5], "texture": "#0"}, + "south": {"uv": [9.25, 4.25, 9.5, 4.5], "texture": "#0"}, + "west": {"uv": [4.5, 9.25, 4.75, 9.5], "texture": "#0"}, + "up": {"uv": [9.5, 4.75, 9.25, 4.5], "texture": "#0"} + } + }, + { + "from": [5.63723, 16.72148, 7.85], + "to": [7.03723, 17.02148, 8.15], + "rotation": {"angle": -45, "axis": "z", "origin": [7.6, 20.52793, 9.09277]}, + "faces": { + "north": {"uv": [9.25, 5.5, 9.5, 5.75], "texture": "#0"}, + "south": {"uv": [9.25, 5.75, 9.5, 6], "texture": "#0"}, + "west": {"uv": [6, 9.25, 6.25, 9.5], "texture": "#0"}, + "up": {"uv": [9.5, 6.25, 9.25, 6], "texture": "#0"}, + "down": {"uv": [6.5, 9.25, 6.25, 9.5], "texture": "#0"} + } + }, + { + "from": [5.48151, 17.22693, 7.8], + "to": [6.88151, 17.62693, 8.2], + "rotation": {"angle": -22.5, "axis": "z", "origin": [7.5, 20.42793, 9.09277]}, + "faces": { + "north": {"uv": [9.25, 6.25, 9.5, 6.5], "texture": "#0"}, + "south": {"uv": [9.25, 6.5, 9.5, 6.75], "texture": "#0"}, + "west": {"uv": [6.75, 9.25, 7, 9.5], "texture": "#0"}, + "up": {"uv": [9.5, 7, 9.25, 6.75], "texture": "#0"}, + "down": {"uv": [7.25, 9.25, 7, 9.5], "texture": "#0"} + } + }, + { + "from": [7.18784, 17.21645, 7.65], + "to": [8.98784, 18.01645, 8.35], + "rotation": {"angle": -45, "axis": "z", "origin": [7.5, 20.52793, 9.09277]}, + "faces": { + "north": {"uv": [6.5, 5.5, 7, 5.75], "texture": "#0"}, + "south": {"uv": [6.5, 5.75, 7, 6], "texture": "#0"}, + "west": {"uv": [7.25, 9.25, 7.5, 9.5], "texture": "#0"}, + "up": {"uv": [6.5, 6.75, 6, 6.5], "texture": "#0"}, + "down": {"uv": [7, 6, 6.5, 6.25], "texture": "#0"} + } + }, + { + "from": [4.53472, 19.51635, 7.7], + "to": [5.23472, 21.31635, 8.3], + "rotation": {"angle": 22.5, "axis": "z", "origin": [7.5, 20.22793, 9.09277]}, + "faces": { + "north": {"uv": [6.5, 6.25, 6.75, 6.75], "texture": "#0"}, + "east": {"uv": [6.75, 0, 7, 0.5], "texture": "#0"}, + "south": {"uv": [0.5, 6.75, 0.75, 7.25], "texture": "#0"}, + "west": {"uv": [6.75, 0.5, 7, 1], "texture": "#0"}, + "up": {"uv": [9.5, 7.5, 9.25, 7.25], "texture": "#0"} + } + }, + { + "from": [4.41215, 19.95845, 7.7], + "to": [5.01215, 21.35845, 8.3], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 20.22793, 9.09277]}, + "faces": { + "north": {"uv": [9.25, 7.5, 9.5, 7.75], "texture": "#0"}, + "east": {"uv": [7.75, 9.25, 8, 9.5], "texture": "#0"}, + "south": {"uv": [9.25, 7.75, 9.5, 8], "texture": "#0"}, + "west": {"uv": [8, 9.25, 8.25, 9.5], "texture": "#0"}, + "up": {"uv": [9.5, 8.25, 9.25, 8], "texture": "#0"} + } + }, + { + "from": [5.95, 18.93754, 6.63216], + "to": [6.35, 19.43754, 8.43216], + "rotation": {"angle": -45, "axis": "x", "origin": [7.5, 20.32793, 9.09277]}, + "faces": { + "east": {"uv": [0.75, 6.75, 1.25, 7], "texture": "#0"}, + "south": {"uv": [8.5, 9.25, 8.75, 9.5], "texture": "#0"}, + "west": {"uv": [6.75, 1.5, 7.25, 1.75], "texture": "#0"}, + "up": {"uv": [1.5, 7.25, 1.25, 6.75], "texture": "#0"}, + "down": {"uv": [2.75, 6.75, 2.5, 7.25], "texture": "#0"} + } + }, + { + "from": [6, 19.15341, 9.6778], + "to": [6.3, 20.75341, 10.0778], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7.5, 20.32793, 9.09277]}, + "faces": { + "north": {"uv": [6.75, 2.5, 7, 3], "texture": "#0"}, + "east": {"uv": [2.75, 6.75, 3, 7.25], "texture": "#0"}, + "south": {"uv": [6.75, 3, 7, 3.5], "texture": "#0"}, + "west": {"uv": [6.75, 3.5, 7, 4], "texture": "#0"}, + "up": {"uv": [9.5, 8.75, 9.25, 8.5], "texture": "#0"} + } + }, + { + "from": [4.8, 21.03747, 7.62443], + "to": [5.1, 22.03747, 7.92443], + "rotation": {"angle": -45, "axis": "x", "origin": [7.5, 20.52793, 9.09277]}, + "faces": { + "north": {"uv": [9.25, 8.75, 9.5, 9], "texture": "#0"}, + "east": {"uv": [9, 9.25, 9.25, 9.5], "texture": "#0"}, + "south": {"uv": [9.25, 9, 9.5, 9.25], "texture": "#0"}, + "west": {"uv": [9.25, 9.25, 9.5, 9.5], "texture": "#0"}, + "up": {"uv": [0.25, 9.75, 0, 9.5], "texture": "#0"} + } + }, + { + "from": [6.96569, 16.9, 8.4463], + "to": [7.46569, 17.4, 9.6463], + "rotation": {"angle": -22.5, "axis": "y", "origin": [7.6, 20.22793, 8.99277]}, + "faces": { + "east": {"uv": [9.5, 0.25, 9.75, 0.5], "texture": "#0"}, + "south": {"uv": [0.5, 9.5, 0.75, 9.75], "texture": "#0"}, + "west": {"uv": [9.5, 0.5, 9.75, 0.75], "texture": "#0"}, + "up": {"uv": [1, 9.75, 0.75, 9.5], "texture": "#0"}, + "down": {"uv": [9.75, 0.75, 9.5, 1], "texture": "#0"} + } + }, + { + "from": [8.12117, 17, 9.41163], + "to": [8.62117, 17.5, 10.61163], + "rotation": {"angle": 45, "axis": "y", "origin": [7.5, 20.22793, 9.09277]}, + "faces": { + "east": {"uv": [9.5, 1, 9.75, 1.25], "texture": "#0"}, + "south": {"uv": [1.25, 9.5, 1.5, 9.75], "texture": "#0"}, + "west": {"uv": [9.5, 1.25, 9.75, 1.5], "texture": "#0"}, + "up": {"uv": [1.75, 9.75, 1.5, 9.5], "texture": "#0"}, + "down": {"uv": [9.75, 1.5, 9.5, 1.75], "texture": "#0"} + } + }, + { + "from": [7.75, 15, 6.35], + "to": [7.95, 15.2, 6.55], + "rotation": {"angle": 45, "axis": "x", "origin": [7.85, 15.2, 6.35]}, + "faces": { + "north": {"uv": [1.75, 9.5, 2, 9.75], "texture": "#0"}, + "east": {"uv": [9.5, 1.75, 9.75, 2], "texture": "#0"}, + "south": {"uv": [2, 9.5, 2.25, 9.75], "texture": "#0"}, + "west": {"uv": [9.5, 2, 9.75, 2.25], "texture": "#0"}, + "up": {"uv": [2.5, 9.75, 2.25, 9.5], "texture": "#0"}, + "down": {"uv": [9.75, 2.25, 9.5, 2.5], "texture": "#0"} + } + }, + { + "from": [7.5, 14.95, 6.3], + "to": [7.7, 15.15, 6.5], + "rotation": {"angle": 45, "axis": "x", "origin": [7.6, 15.15, 6.3]}, + "faces": { + "north": {"uv": [2.5, 9.5, 2.75, 9.75], "texture": "#0"}, + "east": {"uv": [9.5, 2.5, 9.75, 2.75], "texture": "#0"}, + "south": {"uv": [2.75, 9.5, 3, 9.75], "texture": "#0"}, + "west": {"uv": [9.5, 2.75, 9.75, 3], "texture": "#0"}, + "up": {"uv": [3.25, 9.75, 3, 9.5], "texture": "#0"}, + "down": {"uv": [9.75, 3, 9.5, 3.25], "texture": "#0"} + } + }, + { + "from": [7.3, 14.85, 6.1], + "to": [7.5, 15.05, 6.3], + "rotation": {"angle": 45, "axis": "x", "origin": [7.4, 15.05, 6.1]}, + "faces": { + "north": {"uv": [3.25, 9.5, 3.5, 9.75], "texture": "#0"}, + "east": {"uv": [9.5, 3.25, 9.75, 3.5], "texture": "#0"}, + "south": {"uv": [3.5, 9.5, 3.75, 9.75], "texture": "#0"}, + "west": {"uv": [9.5, 3.5, 9.75, 3.75], "texture": "#0"}, + "up": {"uv": [4, 9.75, 3.75, 9.5], "texture": "#0"}, + "down": {"uv": [9.75, 3.75, 9.5, 4], "texture": "#0"} + } + }, + { + "from": [7.2, 14.75, 5.9], + "to": [7.4, 14.95, 6.1], + "rotation": {"angle": 45, "axis": "x", "origin": [7.3, 14.95, 5.9]}, + "faces": { + "north": {"uv": [4, 9.5, 4.25, 9.75], "texture": "#0"}, + "east": {"uv": [9.5, 4, 9.75, 4.25], "texture": "#0"}, + "south": {"uv": [4.25, 9.5, 4.5, 9.75], "texture": "#0"}, + "west": {"uv": [9.5, 4.25, 9.75, 4.5], "texture": "#0"}, + "up": {"uv": [4.75, 9.75, 4.5, 9.5], "texture": "#0"}, + "down": {"uv": [9.75, 4.5, 9.5, 4.75], "texture": "#0"} + } + }, + { + "from": [7.15, 14.65, 5.65], + "to": [7.35, 14.85, 5.85], + "rotation": {"angle": 45, "axis": "x", "origin": [7.25, 14.85, 5.65]}, + "faces": { + "north": {"uv": [4.75, 9.5, 5, 9.75], "texture": "#0"}, + "east": {"uv": [9.5, 4.75, 9.75, 5], "texture": "#0"}, + "south": {"uv": [5, 9.5, 5.25, 9.75], "texture": "#0"}, + "west": {"uv": [9.5, 5, 9.75, 5.25], "texture": "#0"}, + "up": {"uv": [5.5, 9.75, 5.25, 9.5], "texture": "#0"}, + "down": {"uv": [9.75, 5.25, 9.5, 5.5], "texture": "#0"} + } + }, + { + "from": [7.15, 14.55, 5.4], + "to": [7.35, 14.75, 5.6], + "rotation": {"angle": 45, "axis": "x", "origin": [7.25, 14.75, 5.4]}, + "faces": { + "north": {"uv": [5.5, 9.5, 5.75, 9.75], "texture": "#0"}, + "east": {"uv": [9.5, 5.5, 9.75, 5.75], "texture": "#0"}, + "south": {"uv": [5.75, 9.5, 6, 9.75], "texture": "#0"}, + "west": {"uv": [9.5, 5.75, 9.75, 6], "texture": "#0"}, + "up": {"uv": [6.25, 9.75, 6, 9.5], "texture": "#0"}, + "down": {"uv": [9.75, 6, 9.5, 6.25], "texture": "#0"} + } + }, + { + "from": [7.2, 14.45, 5.15], + "to": [7.4, 14.65, 5.35], + "rotation": {"angle": 45, "axis": "x", "origin": [7.3, 14.65, 5.15]}, + "faces": { + "north": {"uv": [6.25, 9.5, 6.5, 9.75], "texture": "#0"}, + "east": {"uv": [9.5, 6.25, 9.75, 6.5], "texture": "#0"}, + "south": {"uv": [6.5, 9.5, 6.75, 9.75], "texture": "#0"}, + "west": {"uv": [9.5, 6.5, 9.75, 6.75], "texture": "#0"}, + "up": {"uv": [7, 9.75, 6.75, 9.5], "texture": "#0"}, + "down": {"uv": [9.75, 6.75, 9.5, 7], "texture": "#0"} + } + }, + { + "from": [7.25, 14.35, 4.9], + "to": [7.45, 14.55, 5.1], + "rotation": {"angle": 45, "axis": "x", "origin": [7.35, 14.55, 4.9]}, + "faces": { + "north": {"uv": [7, 9.5, 7.25, 9.75], "texture": "#0"}, + "east": {"uv": [9.5, 7, 9.75, 7.25], "texture": "#0"}, + "south": {"uv": [7.25, 9.5, 7.5, 9.75], "texture": "#0"}, + "west": {"uv": [9.5, 7.25, 9.75, 7.5], "texture": "#0"}, + "up": {"uv": [7.75, 9.75, 7.5, 9.5], "texture": "#0"}, + "down": {"uv": [9.75, 7.5, 9.5, 7.75], "texture": "#0"} + } + }, + { + "from": [7.4, 14.25, 4.65], + "to": [7.6, 14.45, 4.85], + "rotation": {"angle": 45, "axis": "x", "origin": [7.5, 14.45, 4.65]}, + "faces": { + "north": {"uv": [7.75, 9.5, 8, 9.75], "texture": "#0"}, + "east": {"uv": [9.5, 7.75, 9.75, 8], "texture": "#0"}, + "south": {"uv": [8, 9.5, 8.25, 9.75], "texture": "#0"}, + "west": {"uv": [9.5, 8, 9.75, 8.25], "texture": "#0"}, + "up": {"uv": [8.5, 9.75, 8.25, 9.5], "texture": "#0"}, + "down": {"uv": [9.75, 8.25, 9.5, 8.5], "texture": "#0"} + } + }, + { + "from": [7.6, 14.2, 4.45], + "to": [7.8, 14.4, 4.65], + "rotation": {"angle": 45, "axis": "x", "origin": [7.7, 14.4, 4.45]}, + "faces": { + "north": {"uv": [8.5, 9.5, 8.75, 9.75], "texture": "#0"}, + "east": {"uv": [9.5, 8.5, 9.75, 8.75], "texture": "#0"}, + "south": {"uv": [8.75, 9.5, 9, 9.75], "texture": "#0"}, + "west": {"uv": [9.5, 8.75, 9.75, 9], "texture": "#0"}, + "up": {"uv": [9.25, 9.75, 9, 9.5], "texture": "#0"}, + "down": {"uv": [9.75, 9, 9.5, 9.25], "texture": "#0"} + } + }, + { + "from": [7.9, 14.15, 4.35], + "to": [8.1, 14.35, 4.55], + "rotation": {"angle": 45, "axis": "x", "origin": [8, 14.35, 4.35]}, + "faces": { + "north": {"uv": [9.25, 9.5, 9.5, 9.75], "texture": "#0"}, + "east": {"uv": [9.5, 9.25, 9.75, 9.5], "texture": "#0"}, + "south": {"uv": [9.5, 9.5, 9.75, 9.75], "texture": "#0"}, + "west": {"uv": [0, 9.75, 0.25, 10], "texture": "#0"}, + "up": {"uv": [10, 0.25, 9.75, 0], "texture": "#0"}, + "down": {"uv": [0.5, 9.75, 0.25, 10], "texture": "#0"} + } + }, + { + "from": [8.2, 14.2, 4.45], + "to": [8.4, 14.4, 4.65], + "rotation": {"angle": 45, "axis": "x", "origin": [8.3, 14.4, 4.45]}, + "faces": { + "north": {"uv": [9.75, 0.25, 10, 0.5], "texture": "#0"}, + "east": {"uv": [0.5, 9.75, 0.75, 10], "texture": "#0"}, + "south": {"uv": [9.75, 0.5, 10, 0.75], "texture": "#0"}, + "west": {"uv": [0.75, 9.75, 1, 10], "texture": "#0"}, + "up": {"uv": [10, 1, 9.75, 0.75], "texture": "#0"}, + "down": {"uv": [1.25, 9.75, 1, 10], "texture": "#0"} + } + }, + { + "from": [8.4, 14.25, 4.65], + "to": [8.6, 14.45, 4.85], + "rotation": {"angle": 45, "axis": "x", "origin": [8.5, 14.45, 4.65]}, + "faces": { + "north": {"uv": [9.75, 1, 10, 1.25], "texture": "#0"}, + "east": {"uv": [1.25, 9.75, 1.5, 10], "texture": "#0"}, + "south": {"uv": [9.75, 1.25, 10, 1.5], "texture": "#0"}, + "west": {"uv": [1.5, 9.75, 1.75, 10], "texture": "#0"}, + "up": {"uv": [10, 1.75, 9.75, 1.5], "texture": "#0"}, + "down": {"uv": [2, 9.75, 1.75, 10], "texture": "#0"} + } + }, + { + "from": [8.55, 14.35, 4.9], + "to": [8.75, 14.55, 5.1], + "rotation": {"angle": 45, "axis": "x", "origin": [8.65, 14.55, 4.9]}, + "faces": { + "north": {"uv": [9.75, 1.75, 10, 2], "texture": "#0"}, + "east": {"uv": [2, 9.75, 2.25, 10], "texture": "#0"}, + "south": {"uv": [9.75, 2, 10, 2.25], "texture": "#0"}, + "west": {"uv": [2.25, 9.75, 2.5, 10], "texture": "#0"}, + "up": {"uv": [10, 2.5, 9.75, 2.25], "texture": "#0"}, + "down": {"uv": [2.75, 9.75, 2.5, 10], "texture": "#0"} + } + }, + { + "from": [8.6, 14.45, 5.15], + "to": [8.8, 14.65, 5.35], + "rotation": {"angle": 45, "axis": "x", "origin": [8.7, 14.65, 5.15]}, + "faces": { + "north": {"uv": [9.75, 2.5, 10, 2.75], "texture": "#0"}, + "east": {"uv": [2.75, 9.75, 3, 10], "texture": "#0"}, + "south": {"uv": [9.75, 2.75, 10, 3], "texture": "#0"}, + "west": {"uv": [3, 9.75, 3.25, 10], "texture": "#0"}, + "up": {"uv": [10, 3.25, 9.75, 3], "texture": "#0"}, + "down": {"uv": [3.5, 9.75, 3.25, 10], "texture": "#0"} + } + }, + { + "from": [8.65, 14.55, 5.4], + "to": [8.85, 14.75, 5.6], + "rotation": {"angle": 45, "axis": "x", "origin": [8.75, 14.75, 5.4]}, + "faces": { + "north": {"uv": [9.75, 3.25, 10, 3.5], "texture": "#0"}, + "east": {"uv": [3.5, 9.75, 3.75, 10], "texture": "#0"}, + "south": {"uv": [9.75, 3.5, 10, 3.75], "texture": "#0"}, + "west": {"uv": [3.75, 9.75, 4, 10], "texture": "#0"}, + "up": {"uv": [10, 4, 9.75, 3.75], "texture": "#0"}, + "down": {"uv": [4.25, 9.75, 4, 10], "texture": "#0"} + } + }, + { + "from": [8.65, 14.65, 5.65], + "to": [8.85, 14.85, 5.85], + "rotation": {"angle": 45, "axis": "x", "origin": [8.75, 14.85, 5.65]}, + "faces": { + "north": {"uv": [9.75, 4, 10, 4.25], "texture": "#0"}, + "east": {"uv": [4.25, 9.75, 4.5, 10], "texture": "#0"}, + "south": {"uv": [9.75, 4.25, 10, 4.5], "texture": "#0"}, + "west": {"uv": [4.5, 9.75, 4.75, 10], "texture": "#0"}, + "up": {"uv": [10, 4.75, 9.75, 4.5], "texture": "#0"}, + "down": {"uv": [5, 9.75, 4.75, 10], "texture": "#0"} + } + }, + { + "from": [8.6, 14.75, 5.9], + "to": [8.8, 14.95, 6.1], + "rotation": {"angle": 45, "axis": "x", "origin": [8.7, 14.95, 5.9]}, + "faces": { + "north": {"uv": [9.75, 4.75, 10, 5], "texture": "#0"}, + "east": {"uv": [5, 9.75, 5.25, 10], "texture": "#0"}, + "south": {"uv": [9.75, 5, 10, 5.25], "texture": "#0"}, + "west": {"uv": [5.25, 9.75, 5.5, 10], "texture": "#0"}, + "up": {"uv": [10, 5.5, 9.75, 5.25], "texture": "#0"}, + "down": {"uv": [5.75, 9.75, 5.5, 10], "texture": "#0"} + } + }, + { + "from": [8.5, 14.85, 6.1], + "to": [8.7, 15.05, 6.3], + "rotation": {"angle": 45, "axis": "x", "origin": [8.6, 15.05, 6.1]}, + "faces": { + "north": {"uv": [9.75, 5.5, 10, 5.75], "texture": "#0"}, + "east": {"uv": [5.75, 9.75, 6, 10], "texture": "#0"}, + "south": {"uv": [9.75, 5.75, 10, 6], "texture": "#0"}, + "west": {"uv": [6, 9.75, 6.25, 10], "texture": "#0"}, + "up": {"uv": [10, 6.25, 9.75, 6], "texture": "#0"}, + "down": {"uv": [6.5, 9.75, 6.25, 10], "texture": "#0"} + } + }, + { + "from": [8.3, 14.95, 6.3], + "to": [8.5, 15.15, 6.5], + "rotation": {"angle": 45, "axis": "x", "origin": [8.4, 15.15, 6.3]}, + "faces": { + "north": {"uv": [9.75, 6.25, 10, 6.5], "texture": "#0"}, + "east": {"uv": [6.5, 9.75, 6.75, 10], "texture": "#0"}, + "south": {"uv": [9.75, 6.5, 10, 6.75], "texture": "#0"}, + "west": {"uv": [6.75, 9.75, 7, 10], "texture": "#0"}, + "up": {"uv": [10, 7, 9.75, 6.75], "texture": "#0"}, + "down": {"uv": [7.25, 9.75, 7, 10], "texture": "#0"} + } + }, + { + "from": [8.05, 15, 6.35], + "to": [8.25, 15.2, 6.55], + "rotation": {"angle": 45, "axis": "x", "origin": [8.15, 15.2, 6.35]}, + "faces": { + "north": {"uv": [9.75, 7, 10, 7.25], "texture": "#0"}, + "east": {"uv": [7.25, 9.75, 7.5, 10], "texture": "#0"}, + "south": {"uv": [9.75, 7.25, 10, 7.5], "texture": "#0"}, + "west": {"uv": [7.5, 9.75, 7.75, 10], "texture": "#0"}, + "up": {"uv": [10, 7.75, 9.75, 7.5], "texture": "#0"}, + "down": {"uv": [8, 9.75, 7.75, 10], "texture": "#0"} + } + }, + { + "from": [7.35, 10.36882, 7.45402], + "to": [7.45, 10.86882, 7.95402], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7.4, 10.71882, 7.80402]}, + "faces": { + "north": {"uv": [9.75, 7.75, 10, 8], "texture": "#0"}, + "east": {"uv": [8, 9.75, 8.25, 10], "texture": "#0"}, + "south": {"uv": [9.75, 8, 10, 8.25], "texture": "#0"}, + "west": {"uv": [8.25, 9.75, 8.5, 10], "texture": "#0"}, + "up": {"uv": [10, 8.5, 9.75, 8.25], "texture": "#0"}, + "down": {"uv": [8.75, 9.75, 8.5, 10], "texture": "#0"} + } + }, + { + "from": [7.4, 10.76882, 7.75402], + "to": [7.5, 11.26882, 8.05402], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7.45, 11.11882, 8.10402]}, + "faces": { + "north": {"uv": [9.75, 8.5, 10, 8.75], "texture": "#0"}, + "east": {"uv": [8.75, 9.75, 9, 10], "texture": "#0"}, + "south": {"uv": [9.75, 8.75, 10, 9], "texture": "#0"}, + "west": {"uv": [9, 9.75, 9.25, 10], "texture": "#0"}, + "up": {"uv": [10, 9.25, 9.75, 9], "texture": "#0"} + } + }, + { + "from": [7.4, 10.66882, 7.85402], + "to": [7.5, 10.96882, 8.45402], + "rotation": {"angle": -22.5, "axis": "x", "origin": [7.45, 10.61882, 8.20402]}, + "faces": { + "east": {"uv": [9.5, 9.75, 9.75, 10], "texture": "#0"}, + "south": {"uv": [9.75, 9.5, 10, 9.75], "texture": "#0"}, + "west": {"uv": [9.75, 9.75, 10, 10], "texture": "#0"}, + "up": {"uv": [0.25, 10.25, 0, 10], "texture": "#0"}, + "down": {"uv": [10.25, 0, 10, 0.25], "texture": "#0"} + } + }, + { + "from": [7.4, 10.26882, 7.65402], + "to": [7.5, 10.56882, 8.25402], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7.45, 10.21882, 8.00402]}, + "faces": { + "east": {"uv": [10, 0.25, 10.25, 0.5], "texture": "#0"}, + "south": {"uv": [0.5, 10, 0.75, 10.25], "texture": "#0"}, + "west": {"uv": [10, 0.5, 10.25, 0.75], "texture": "#0"}, + "up": {"uv": [1, 10.25, 0.75, 10], "texture": "#0"}, + "down": {"uv": [10.25, 0.75, 10, 1], "texture": "#0"} + } + }, + { + "from": [7.4, 9.86882, 7.65402], + "to": [7.5, 10.46882, 7.95402], + "rotation": {"angle": -22.5, "axis": "x", "origin": [7.45, 10.11882, 7.60402]}, + "faces": { + "north": {"uv": [1, 10, 1.25, 10.25], "texture": "#0"}, + "east": {"uv": [10, 1, 10.25, 1.25], "texture": "#0"}, + "south": {"uv": [1.25, 10, 1.5, 10.25], "texture": "#0"}, + "west": {"uv": [10, 1.25, 10.25, 1.5], "texture": "#0"}, + "down": {"uv": [10.25, 1.5, 10, 1.75], "texture": "#0"} + } + }, + { + "from": [7.4, 10.06882, 7.25402], + "to": [7.5, 10.66882, 7.55402], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7.45, 10.31882, 7.20402]}, + "faces": { + "north": {"uv": [1.75, 10, 2, 10.25], "texture": "#0"}, + "east": {"uv": [10, 1.75, 10.25, 2], "texture": "#0"}, + "south": {"uv": [2, 10, 2.25, 10.25], "texture": "#0"}, + "west": {"uv": [10, 2, 10.25, 2.25], "texture": "#0"}, + "down": {"uv": [10.25, 2.25, 10, 2.5], "texture": "#0"} + } + }, + { + "from": [7.4, 10.36882, 6.85402], + "to": [7.5, 10.66882, 7.45402], + "rotation": {"angle": -22.5, "axis": "x", "origin": [7.45, 10.71882, 7.10402]}, + "faces": { + "north": {"uv": [2.5, 10, 2.75, 10.25], "texture": "#0"}, + "east": {"uv": [10, 2.5, 10.25, 2.75], "texture": "#0"}, + "west": {"uv": [10, 2.75, 10.25, 3], "texture": "#0"}, + "up": {"uv": [3.25, 10.25, 3, 10], "texture": "#0"}, + "down": {"uv": [10.25, 3, 10, 3.25], "texture": "#0"} + } + }, + { + "from": [7.4, 10.76882, 7.05402], + "to": [7.5, 11.06882, 7.65402], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7.45, 11.11882, 7.30402]}, + "faces": { + "north": {"uv": [3.25, 10, 3.5, 10.25], "texture": "#0"}, + "east": {"uv": [10, 3.25, 10.25, 3.5], "texture": "#0"}, + "west": {"uv": [10, 3.5, 10.25, 3.75], "texture": "#0"}, + "up": {"uv": [4, 10.25, 3.75, 10], "texture": "#0"}, + "down": {"uv": [10.25, 3.75, 10, 4], "texture": "#0"} + } + }, + { + "from": [7.4, 10.86882, 7.35402], + "to": [7.5, 11.46882, 7.65402], + "rotation": {"angle": -22.5, "axis": "x", "origin": [7.45, 11.21882, 7.70402]}, + "faces": { + "north": {"uv": [4, 10, 4.25, 10.25], "texture": "#0"}, + "east": {"uv": [10, 4, 10.25, 4.25], "texture": "#0"}, + "south": {"uv": [4.25, 10, 4.5, 10.25], "texture": "#0"}, + "west": {"uv": [10, 4.25, 10.25, 4.5], "texture": "#0"}, + "up": {"uv": [4.75, 10.25, 4.5, 10], "texture": "#0"} + } + }, + { + "from": [7.39493, 9.53355, 8.21798], + "to": [7.46493, 9.83355, 8.51798], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7.49993, 9.69088, 8.37383]}, + "faces": { + "north": {"uv": [4.75, 10, 5, 10.25], "texture": "#0"}, + "east": {"uv": [10, 4.75, 10.25, 5], "texture": "#0"}, + "south": {"uv": [5, 10, 5.25, 10.25], "texture": "#0"}, + "west": {"uv": [10, 5, 10.25, 5.25], "texture": "#0"}, + "up": {"uv": [5.5, 10.25, 5.25, 10], "texture": "#0"}, + "down": {"uv": [10.25, 5.25, 10, 5.5], "texture": "#0"} + } + }, + { + "from": [7.42993, 9.82417, 8.29244], + "to": [7.49993, 10.12417, 8.47244], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7.49993, 9.69088, 8.37383]}, + "faces": { + "north": {"uv": [5.5, 10, 5.75, 10.25], "texture": "#0"}, + "east": {"uv": [10, 5.5, 10.25, 5.75], "texture": "#0"}, + "south": {"uv": [5.75, 10, 6, 10.25], "texture": "#0"}, + "west": {"uv": [10, 5.75, 10.25, 6], "texture": "#0"}, + "up": {"uv": [6.25, 10.25, 6, 10], "texture": "#0"} + } + }, + { + "from": [7.42993, 9.57256, 8.43813], + "to": [7.49993, 9.75256, 8.79813], + "rotation": {"angle": -22.5, "axis": "x", "origin": [7.49993, 9.69088, 8.37383]}, + "faces": { + "east": {"uv": [10, 6.25, 10.25, 6.5], "texture": "#0"}, + "south": {"uv": [6.5, 10, 6.75, 10.25], "texture": "#0"}, + "west": {"uv": [10, 6.5, 10.25, 6.75], "texture": "#0"}, + "up": {"uv": [7, 10.25, 6.75, 10], "texture": "#0"}, + "down": {"uv": [10.25, 6.75, 10, 7], "texture": "#0"} + } + }, + { + "from": [7.42993, 9.54231, 8.44365], + "to": [7.49993, 9.72231, 8.80365], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7.49993, 9.69088, 8.37383]}, + "faces": { + "east": {"uv": [10, 7, 10.25, 7.25], "texture": "#0"}, + "south": {"uv": [7.25, 10, 7.5, 10.25], "texture": "#0"}, + "west": {"uv": [10, 7.25, 10.25, 7.5], "texture": "#0"}, + "up": {"uv": [7.75, 10.25, 7.5, 10], "texture": "#0"}, + "down": {"uv": [10.25, 7.5, 10, 7.75], "texture": "#0"} + } + }, + { + "from": [7.42993, 9.25316, 8.23073], + "to": [7.49993, 9.61316, 8.41073], + "rotation": {"angle": -22.5, "axis": "x", "origin": [7.49993, 9.69088, 8.37383]}, + "faces": { + "north": {"uv": [7.75, 10, 8, 10.25], "texture": "#0"}, + "east": {"uv": [10, 7.75, 10.25, 8], "texture": "#0"}, + "south": {"uv": [8, 10, 8.25, 10.25], "texture": "#0"}, + "west": {"uv": [10, 8, 10.25, 8.25], "texture": "#0"}, + "down": {"uv": [10.25, 8.25, 10, 8.5], "texture": "#0"} + } + }, + { + "from": [7.42993, 9.23406, 8.21723], + "to": [7.49993, 9.59406, 8.39723], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7.49993, 9.69088, 8.37383]}, + "faces": { + "north": {"uv": [8.5, 10, 8.75, 10.25], "texture": "#0"}, + "east": {"uv": [10, 8.5, 10.25, 8.75], "texture": "#0"}, + "south": {"uv": [8.75, 10, 9, 10.25], "texture": "#0"}, + "west": {"uv": [10, 8.75, 10.25, 9], "texture": "#0"}, + "down": {"uv": [10.25, 9, 10, 9.25], "texture": "#0"} + } + }, + { + "from": [7.42993, 9.64056, 7.91133], + "to": [7.49993, 9.82056, 8.27133], + "rotation": {"angle": -22.5, "axis": "x", "origin": [7.49993, 9.69088, 8.37383]}, + "faces": { + "north": {"uv": [9.25, 10, 9.5, 10.25], "texture": "#0"}, + "east": {"uv": [10, 9.25, 10.25, 9.5], "texture": "#0"}, + "west": {"uv": [10, 9.5, 10.25, 9.75], "texture": "#0"}, + "up": {"uv": [10, 10.25, 9.75, 10], "texture": "#0"}, + "down": {"uv": [10.25, 9.75, 10, 10], "texture": "#0"} + } + }, + { + "from": [7.42993, 9.64048, 7.90897], + "to": [7.49993, 9.82048, 8.26897], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7.49993, 9.69088, 8.37383]}, + "faces": { + "north": {"uv": [10, 10, 10.25, 10.25], "texture": "#0"}, + "east": {"uv": [0, 10.25, 0.25, 10.5], "texture": "#0"}, + "west": {"uv": [0.25, 10.25, 0.5, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 0.5, 10.25, 0.25], "texture": "#0"}, + "down": {"uv": [0.75, 10.25, 0.5, 10.5], "texture": "#0"} + } + }, + { + "from": [7.42993, 9.77996, 8.29874], + "to": [7.49993, 10.13996, 8.47874], + "rotation": {"angle": -22.5, "axis": "x", "origin": [7.49993, 9.69088, 8.37383]}, + "faces": { + "north": {"uv": [10.25, 0.5, 10.5, 0.75], "texture": "#0"}, + "east": {"uv": [0.75, 10.25, 1, 10.5], "texture": "#0"}, + "south": {"uv": [10.25, 0.75, 10.5, 1], "texture": "#0"}, + "west": {"uv": [1, 10.25, 1.25, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 1.25, 10.25, 1], "texture": "#0"} + } + }, + { + "from": [8.5, 10.86807, 7.84043], + "to": [8.6, 11.26807, 8.24043], + "rotation": {"angle": 0, "axis": "y", "origin": [8.55, 10.77034, 8.21711]}, + "faces": { + "north": {"uv": [10.25, 1.25, 10.5, 1.5], "texture": "#0"}, + "east": {"uv": [1.5, 10.25, 1.75, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 2, 10.25, 1.75], "texture": "#0"} + } + }, + { + "from": [8.5, 10.4438, 8.26469], + "to": [8.6, 10.8438, 8.66469], + "rotation": {"angle": 0, "axis": "y", "origin": [8.55, 10.77034, 8.21711]}, + "faces": { + "east": {"uv": [2.25, 10.25, 2.5, 10.5], "texture": "#0"}, + "south": {"uv": [10.25, 2.25, 10.5, 2.5], "texture": "#0"}, + "west": {"uv": [2.5, 10.25, 2.75, 10.5], "texture": "#0"}, + "down": {"uv": [3, 10.25, 2.75, 10.5], "texture": "#0"} + } + }, + { + "from": [8.5, 10.62122, 8.09434], + "to": [8.6, 11.02122, 8.69434], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8.55, 10.77034, 8.21711]}, + "faces": { + "east": {"uv": [3, 10.25, 3.25, 10.5], "texture": "#0"}, + "south": {"uv": [10.25, 3, 10.5, 3.25], "texture": "#0"}, + "west": {"uv": [3.25, 10.25, 3.5, 10.5], "texture": "#0"}, + "down": {"uv": [3.75, 10.25, 3.5, 10.5], "texture": "#0"} + } + }, + { + "from": [8.5, 10.68519, 7.97716], + "to": [8.6, 11.28519, 8.37716], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8.55, 10.77034, 8.21711]}, + "faces": { + "north": {"uv": [10.25, 3.5, 10.5, 3.75], "texture": "#0"}, + "east": {"uv": [3.75, 10.25, 4, 10.5], "texture": "#0"}, + "west": {"uv": [4, 10.25, 4.25, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 4.25, 10.25, 4], "texture": "#0"} + } + }, + { + "from": [8.5, 10.37309, 7.88165], + "to": [8.55, 10.67309, 8.48165], + "rotation": {"angle": 45, "axis": "x", "origin": [8.55, 10.77034, 8.21711]}, + "faces": { + "north": {"uv": [10.25, 4.25, 10.5, 4.5], "texture": "#0"}, + "east": {"uv": [4.5, 10.25, 4.75, 10.5], "texture": "#0"}, + "south": {"uv": [10.25, 4.5, 10.5, 4.75], "texture": "#0"}, + "down": {"uv": [5.25, 10.25, 5, 10.5], "texture": "#0"} + } + }, + { + "from": [8.55, 10.57309, 7.88165], + "to": [8.6, 10.77309, 8.48165], + "rotation": {"angle": 45, "axis": "x", "origin": [8.55, 10.77034, 8.21711]}, + "faces": { + "east": {"uv": [5.25, 10.25, 5.5, 10.5], "texture": "#0"}, + "down": {"uv": [6, 10.25, 5.75, 10.5], "texture": "#0"} + } + }, + { + "name": "shuimu1", + "from": [7.4375, 20.45052, 7.81202], + "to": [8.5625, 20.67552, 8.93702], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.5, 8.4]}, + "faces": { + "north": {"uv": [10.25, 5.75, 10.5, 6], "texture": "#0"}, + "east": {"uv": [6, 10.25, 6.25, 10.5], "texture": "#0"}, + "south": {"uv": [10.25, 6, 10.5, 6.25], "texture": "#0"}, + "west": {"uv": [6.25, 10.25, 6.5, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 6.5, 10.25, 6.25], "texture": "#0"}, + "down": {"uv": [6.75, 10.25, 6.5, 10.5], "texture": "#0"} + } + }, + { + "name": "shuimu2", + "from": [6.9875, 20.22552, 7.36202], + "to": [9.0125, 20.45052, 9.38702], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.5, 8.4]}, + "faces": { + "north": {"uv": [6.75, 1.75, 7.25, 2], "texture": "#0"}, + "east": {"uv": [4, 6.75, 4.5, 7], "texture": "#0"}, + "south": {"uv": [6.75, 4, 7.25, 4.25], "texture": "#0"}, + "west": {"uv": [6.75, 4.25, 7.25, 4.5], "texture": "#0"}, + "up": {"uv": [1.75, 5.75, 1.25, 5.25], "texture": "#0"}, + "down": {"uv": [5.75, 1.5, 5.25, 2], "texture": "#0"} + } + }, + { + "from": [6.7625, 19.77552, 7.13702], + "to": [7.2125, 20.22552, 9.16202], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.5, 8.4]}, + "faces": { + "north": {"uv": [10.25, 6.5, 10.5, 6.75], "texture": "#0"}, + "east": {"uv": [4.5, 6.75, 5, 7], "texture": "#0"}, + "south": {"uv": [6.75, 10.25, 7, 10.5], "texture": "#0"}, + "west": {"uv": [6.75, 4.5, 7.25, 4.75], "texture": "#0"}, + "up": {"uv": [5.25, 7.25, 5, 6.75], "texture": "#0"}, + "down": {"uv": [5.5, 6.75, 5.25, 7.25], "texture": "#0"} + } + }, + { + "from": [7.2125, 19.77552, 7.13702], + "to": [9.2375, 20.22552, 7.58702], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.5, 8.4]}, + "faces": { + "north": {"uv": [6.75, 4.75, 7.25, 5], "texture": "#0"}, + "east": {"uv": [10.25, 6.75, 10.5, 7], "texture": "#0"}, + "south": {"uv": [5.5, 6.75, 6, 7], "texture": "#0"}, + "west": {"uv": [7, 10.25, 7.25, 10.5], "texture": "#0"}, + "up": {"uv": [6.5, 7, 6, 6.75], "texture": "#0"}, + "down": {"uv": [7.25, 6.25, 6.75, 6.5], "texture": "#0"} + } + }, + { + "from": [8.7875, 19.77552, 7.58702], + "to": [9.2375, 20.22552, 9.61202], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.5, 8.4]}, + "faces": { + "north": {"uv": [10.25, 7, 10.5, 7.25], "texture": "#0"}, + "east": {"uv": [6.5, 6.75, 7, 7], "texture": "#0"}, + "south": {"uv": [7.25, 10.25, 7.5, 10.5], "texture": "#0"}, + "west": {"uv": [6.75, 6.5, 7.25, 6.75], "texture": "#0"}, + "up": {"uv": [0.25, 7.5, 0, 7], "texture": "#0"}, + "down": {"uv": [7.25, 0, 7, 0.5], "texture": "#0"} + } + }, + { + "from": [6.7625, 19.77552, 9.16202], + "to": [8.7875, 20.22552, 9.61202], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.5, 8.4]}, + "faces": { + "north": {"uv": [7, 0.5, 7.5, 0.75], "texture": "#0"}, + "east": {"uv": [10.25, 7.25, 10.5, 7.5], "texture": "#0"}, + "south": {"uv": [0.75, 7, 1.25, 7.25], "texture": "#0"}, + "west": {"uv": [7.5, 10.25, 7.75, 10.5], "texture": "#0"}, + "up": {"uv": [7.5, 1, 7, 0.75], "texture": "#0"}, + "down": {"uv": [7.5, 1, 7, 1.25], "texture": "#0"} + } + }, + { + "from": [6.5375, 19.32552, 6.91202], + "to": [6.9875, 19.77552, 9.38702], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.5, 8.4]}, + "faces": { + "north": {"uv": [10.25, 7.5, 10.5, 7.75], "texture": "#0"}, + "east": {"uv": [7, 1.25, 7.5, 1.5], "texture": "#0"}, + "south": {"uv": [7.75, 10.25, 8, 10.5], "texture": "#0"}, + "west": {"uv": [1.5, 7, 2, 7.25], "texture": "#0"}, + "up": {"uv": [0.5, 7.5, 0.25, 7], "texture": "#0"}, + "down": {"uv": [2.25, 7, 2, 7.5], "texture": "#0"} + } + }, + { + "from": [6.9875, 19.32552, 6.91202], + "to": [9.4625, 19.77552, 7.36202], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.5, 8.4]}, + "faces": { + "north": {"uv": [7, 2, 7.5, 2.25], "texture": "#0"}, + "east": {"uv": [10.25, 7.75, 10.5, 8], "texture": "#0"}, + "south": {"uv": [7, 2.25, 7.5, 2.5], "texture": "#0"}, + "west": {"uv": [8, 10.25, 8.25, 10.5], "texture": "#0"}, + "up": {"uv": [7.5, 2.75, 7, 2.5], "texture": "#0"}, + "down": {"uv": [7.5, 2.75, 7, 3], "texture": "#0"} + } + }, + { + "from": [9.0125, 19.32552, 7.36202], + "to": [9.4625, 19.77552, 9.83702], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.5, 8.4]}, + "faces": { + "north": {"uv": [10.25, 8, 10.5, 8.25], "texture": "#0"}, + "east": {"uv": [3, 7, 3.5, 7.25], "texture": "#0"}, + "south": {"uv": [8.25, 10.25, 8.5, 10.5], "texture": "#0"}, + "west": {"uv": [7, 3, 7.5, 3.25], "texture": "#0"}, + "up": {"uv": [2.5, 7.5, 2.25, 7], "texture": "#0"}, + "down": {"uv": [7.25, 3.25, 7, 3.75], "texture": "#0"} + } + }, + { + "from": [6.5375, 19.32552, 9.38702], + "to": [9.0125, 19.77552, 9.83702], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.5, 8.4]}, + "faces": { + "north": {"uv": [3.5, 7, 4, 7.25], "texture": "#0"}, + "east": {"uv": [10.25, 8.25, 10.5, 8.5], "texture": "#0"}, + "south": {"uv": [7, 3.75, 7.5, 4], "texture": "#0"}, + "west": {"uv": [8.5, 10.25, 8.75, 10.5], "texture": "#0"}, + "up": {"uv": [4.5, 7.25, 4, 7], "texture": "#0"}, + "down": {"uv": [5, 7, 4.5, 7.25], "texture": "#0"} + } + }, + { + "from": [7.2125, 19.10052, 7.13702], + "to": [9.2375, 19.32552, 7.58702], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.5, 8.4]}, + "faces": { + "north": {"uv": [7, 5, 7.5, 5.25], "texture": "#0"}, + "east": {"uv": [10.25, 8.5, 10.5, 8.75], "texture": "#0"}, + "south": {"uv": [7, 5.25, 7.5, 5.5], "texture": "#0"}, + "west": {"uv": [8.75, 10.25, 9, 10.5], "texture": "#0"}, + "up": {"uv": [6, 7.25, 5.5, 7], "texture": "#0"}, + "down": {"uv": [7.5, 5.5, 7, 5.75], "texture": "#0"} + } + }, + { + "from": [8.7875, 19.10052, 7.58702], + "to": [9.2375, 19.32552, 9.61202], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.5, 8.4]}, + "faces": { + "north": {"uv": [10.25, 8.75, 10.5, 9], "texture": "#0"}, + "east": {"uv": [7, 5.75, 7.5, 6], "texture": "#0"}, + "south": {"uv": [9, 10.25, 9.25, 10.5], "texture": "#0"}, + "west": {"uv": [6, 7, 6.5, 7.25], "texture": "#0"}, + "up": {"uv": [6.75, 7.5, 6.5, 7], "texture": "#0"}, + "down": {"uv": [7, 7, 6.75, 7.5], "texture": "#0"} + } + }, + { + "from": [6.7625, 19.10052, 9.16202], + "to": [8.7875, 19.32552, 9.61202], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.5, 8.4]}, + "faces": { + "north": {"uv": [7, 6, 7.5, 6.25], "texture": "#0"}, + "east": {"uv": [10.25, 9, 10.5, 9.25], "texture": "#0"}, + "south": {"uv": [7, 6.75, 7.5, 7], "texture": "#0"}, + "west": {"uv": [9.25, 10.25, 9.5, 10.5], "texture": "#0"}, + "up": {"uv": [7.5, 7.25, 7, 7], "texture": "#0"}, + "down": {"uv": [7.75, 0, 7.25, 0.25], "texture": "#0"} + } + }, + { + "from": [6.7625, 19.10052, 7.13702], + "to": [7.2125, 19.32552, 9.16202], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.5, 8.4]}, + "faces": { + "north": {"uv": [10.25, 9.25, 10.5, 9.5], "texture": "#0"}, + "east": {"uv": [7.25, 0.25, 7.75, 0.5], "texture": "#0"}, + "south": {"uv": [9.5, 10.25, 9.75, 10.5], "texture": "#0"}, + "west": {"uv": [0.5, 7.25, 1, 7.5], "texture": "#0"}, + "up": {"uv": [1.25, 7.75, 1, 7.25], "texture": "#0"}, + "down": {"uv": [1.5, 7.25, 1.25, 7.75], "texture": "#0"} + } + }, + { + "from": [8, 18.47552, 9.04952], + "to": [8.225, 19.02552, 9.27452], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.2, 8.4]}, + "faces": { + "north": {"uv": [10.25, 9.5, 10.5, 9.75], "texture": "#0"}, + "east": {"uv": [9.75, 10.25, 10, 10.5], "texture": "#0"}, + "south": {"uv": [10.25, 9.75, 10.5, 10], "texture": "#0"}, + "west": {"uv": [10, 10.25, 10.25, 10.5], "texture": "#0"}, + "up": {"uv": [10.5, 10.25, 10.25, 10], "texture": "#0"}, + "down": {"uv": [10.5, 10.25, 10.25, 10.5], "texture": "#0"} + } + }, + { + "from": [7.325, 18.77552, 8.93702], + "to": [7.55, 19.32552, 9.16202], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.5, 8.4]}, + "faces": { + "north": {"uv": [0, 10.5, 0.25, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 0, 10.75, 0.25], "texture": "#0"}, + "south": {"uv": [0.25, 10.5, 0.5, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 0.25, 10.75, 0.5], "texture": "#0"}, + "up": {"uv": [0.75, 10.75, 0.5, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 0.5, 10.5, 0.75], "texture": "#0"} + } + }, + { + "from": [7.775, 18.77552, 7.47452], + "to": [8, 19.32552, 7.69952], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.5, 8.4]}, + "faces": { + "north": {"uv": [0.75, 10.5, 1, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 0.75, 10.75, 1], "texture": "#0"}, + "south": {"uv": [1, 10.5, 1.25, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 1, 10.75, 1.25], "texture": "#0"}, + "up": {"uv": [1.5, 10.75, 1.25, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 1.25, 10.5, 1.5], "texture": "#0"} + } + }, + { + "from": [8.45, 18.77552, 7.58702], + "to": [8.675, 19.32552, 7.81202], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.5, 8.4]}, + "faces": { + "north": {"uv": [1.5, 10.5, 1.75, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 1.5, 10.75, 1.75], "texture": "#0"}, + "south": {"uv": [1.75, 10.5, 2, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 1.75, 10.75, 2], "texture": "#0"}, + "up": {"uv": [2.25, 10.75, 2, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 2, 10.5, 2.25], "texture": "#0"} + } + }, + { + "from": [7.1, 18.77552, 8.37452], + "to": [7.325, 19.32552, 8.59952], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.5, 8.4]}, + "faces": { + "north": {"uv": [2.25, 10.5, 2.5, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 2.25, 10.75, 2.5], "texture": "#0"}, + "south": {"uv": [2.5, 10.5, 2.75, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 2.5, 10.75, 2.75], "texture": "#0"}, + "up": {"uv": [3, 10.75, 2.75, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 2.75, 10.5, 3], "texture": "#0"} + } + }, + { + "from": [7.2125, 18.77552, 7.69952], + "to": [7.4375, 19.32552, 7.92452], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.5, 8.4]}, + "faces": { + "north": {"uv": [3, 10.5, 3.25, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 3, 10.75, 3.25], "texture": "#0"}, + "south": {"uv": [3.25, 10.5, 3.5, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 3.25, 10.75, 3.5], "texture": "#0"}, + "up": {"uv": [3.75, 10.75, 3.5, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 3.5, 10.5, 3.75], "texture": "#0"} + } + }, + { + "from": [8.5625, 18.77552, 8.82452], + "to": [8.7875, 19.32552, 9.04952], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.5, 8.4]}, + "faces": { + "north": {"uv": [3.75, 10.5, 4, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 3.75, 10.75, 4], "texture": "#0"}, + "south": {"uv": [4, 10.5, 4.25, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 4, 10.75, 4.25], "texture": "#0"}, + "up": {"uv": [4.5, 10.75, 4.25, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 4.25, 10.5, 4.5], "texture": "#0"} + } + }, + { + "from": [8.675, 18.77552, 8.14952], + "to": [8.9, 19.32552, 8.37452], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.5, 8.4]}, + "faces": { + "north": {"uv": [4.5, 10.5, 4.75, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 4.5, 10.75, 4.75], "texture": "#0"}, + "south": {"uv": [4.75, 10.5, 5, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 4.75, 10.75, 5], "texture": "#0"}, + "up": {"uv": [5.25, 10.75, 5, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 5, 10.5, 5.25], "texture": "#0"} + } + }, + { + "from": [8.2, 18.17552, 9.16202], + "to": [8.425, 18.77552, 9.38702], + "rotation": {"angle": 0, "axis": "y", "origin": [8.2, 19.6, 8.4]}, + "faces": { + "north": {"uv": [5.25, 10.5, 5.5, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 5.25, 10.75, 5.5], "texture": "#0"}, + "south": {"uv": [5.5, 10.5, 5.75, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 5.5, 10.75, 5.75], "texture": "#0"}, + "up": {"uv": [6, 10.75, 5.75, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 5.75, 10.5, 6], "texture": "#0"} + } + }, + { + "from": [7.2125, 18.17552, 9.04952], + "to": [7.4375, 18.77552, 9.27452], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 19.6, 8.4]}, + "faces": { + "north": {"uv": [6, 10.5, 6.25, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 6, 10.75, 6.25], "texture": "#0"}, + "south": {"uv": [6.25, 10.5, 6.5, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 6.25, 10.75, 6.5], "texture": "#0"}, + "up": {"uv": [6.75, 10.75, 6.5, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 6.5, 10.5, 6.75], "texture": "#0"} + } + }, + { + "from": [7.775, 18.17552, 7.36202], + "to": [8, 18.77552, 7.58702], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 19.6, 8.4]}, + "faces": { + "north": {"uv": [6.75, 10.5, 7, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 6.75, 10.75, 7], "texture": "#0"}, + "south": {"uv": [7, 10.5, 7.25, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 7, 10.75, 7.25], "texture": "#0"}, + "up": {"uv": [7.5, 10.75, 7.25, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 7.25, 10.5, 7.5], "texture": "#0"} + } + }, + { + "from": [8.5625, 18.17552, 7.47452], + "to": [8.7875, 18.77552, 7.69952], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 19.6, 8.4]}, + "faces": { + "north": {"uv": [7.5, 10.5, 7.75, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 7.5, 10.75, 7.75], "texture": "#0"}, + "south": {"uv": [7.75, 10.5, 8, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 7.75, 10.75, 8], "texture": "#0"}, + "up": {"uv": [8.25, 10.75, 8, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 8, 10.5, 8.25], "texture": "#0"} + } + }, + { + "from": [6.9875, 18.17552, 8.37452], + "to": [7.2125, 18.77552, 8.59952], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 19.6, 8.4]}, + "faces": { + "north": {"uv": [8.25, 10.5, 8.5, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 8.25, 10.75, 8.5], "texture": "#0"}, + "south": {"uv": [8.5, 10.5, 8.75, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 8.5, 10.75, 8.75], "texture": "#0"}, + "up": {"uv": [9, 10.75, 8.75, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 8.75, 10.5, 9], "texture": "#0"} + } + }, + { + "from": [7.1, 18.17552, 7.58702], + "to": [7.325, 18.77552, 7.81202], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 19.6, 8.4]}, + "faces": { + "north": {"uv": [9, 10.5, 9.25, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 9, 10.75, 9.25], "texture": "#0"}, + "south": {"uv": [9.25, 10.5, 9.5, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 9.25, 10.75, 9.5], "texture": "#0"}, + "up": {"uv": [9.75, 10.75, 9.5, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 9.5, 10.5, 9.75], "texture": "#0"} + } + }, + { + "from": [8.675, 18.17552, 8.93702], + "to": [8.9, 18.77552, 9.16202], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 19.6, 8.4]}, + "faces": { + "north": {"uv": [9.75, 10.5, 10, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 9.75, 10.75, 10], "texture": "#0"}, + "south": {"uv": [10, 10.5, 10.25, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 10, 10.75, 10.25], "texture": "#0"}, + "up": {"uv": [10.5, 10.75, 10.25, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 10.25, 10.5, 10.5], "texture": "#0"} + } + }, + { + "from": [8.7875, 18.17552, 8.14952], + "to": [9.0125, 18.77552, 8.37452], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 19.6, 8.4]}, + "faces": { + "north": {"uv": [10.5, 10.5, 10.75, 10.75], "texture": "#0"}, + "east": {"uv": [0, 10.75, 0.25, 11], "texture": "#0"}, + "south": {"uv": [10.75, 0, 11, 0.25], "texture": "#0"}, + "west": {"uv": [0.25, 10.75, 0.5, 11], "texture": "#0"}, + "up": {"uv": [11, 0.5, 10.75, 0.25], "texture": "#0"}, + "down": {"uv": [0.75, 10.75, 0.5, 11], "texture": "#0"} + } + }, + { + "from": [8.4, 17.87552, 9.26202], + "to": [8.625, 18.17552, 9.48702], + "rotation": {"angle": 0, "axis": "y", "origin": [8.4, 19.3, 8.5]}, + "faces": { + "north": {"uv": [5.25, 10.5, 5.5, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 5.25, 10.75, 5.5], "texture": "#0"}, + "south": {"uv": [5.5, 10.5, 5.75, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 5.5, 10.75, 5.75], "texture": "#0"}, + "up": {"uv": [6, 10.75, 5.75, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 5.75, 10.5, 6], "texture": "#0"} + } + }, + { + "from": [7.2125, 17.37552, 9.24952], + "to": [7.4375, 18.17552, 9.47452], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.8, 8.6]}, + "faces": { + "north": {"uv": [6, 10.5, 6.25, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 6, 10.75, 6.25], "texture": "#0"}, + "south": {"uv": [6.25, 10.5, 6.5, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 6.25, 10.75, 6.5], "texture": "#0"}, + "up": {"uv": [6.75, 10.75, 6.5, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 6.5, 10.5, 6.75], "texture": "#0"} + } + }, + { + "from": [7.775, 17.67552, 7.26202], + "to": [8, 18.17552, 7.48702], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 19, 8.3]}, + "faces": { + "north": {"uv": [6.75, 10.5, 7, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 6.75, 10.75, 7], "texture": "#0"}, + "south": {"uv": [7, 10.5, 7.25, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 7, 10.75, 7.25], "texture": "#0"}, + "up": {"uv": [7.5, 10.75, 7.25, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 7.25, 10.5, 7.5], "texture": "#0"} + } + }, + { + "from": [8.5625, 17.67552, 7.37452], + "to": [8.7875, 18.17552, 7.59952], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 19.1, 8.3]}, + "faces": { + "north": {"uv": [7.5, 10.5, 7.75, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 7.5, 10.75, 7.75], "texture": "#0"}, + "south": {"uv": [7.75, 10.5, 8, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 7.75, 10.75, 8], "texture": "#0"}, + "up": {"uv": [8.25, 10.75, 8, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 8, 10.5, 8.25], "texture": "#0"} + } + }, + { + "from": [6.8875, 17.47552, 8.37452], + "to": [7.1125, 18.17552, 8.59952], + "rotation": {"angle": 0, "axis": "y", "origin": [7.9, 18.9, 8.4]}, + "faces": { + "north": {"uv": [8.25, 10.5, 8.5, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 8.25, 10.75, 8.5], "texture": "#0"}, + "south": {"uv": [8.5, 10.5, 8.75, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 8.5, 10.75, 8.75], "texture": "#0"}, + "up": {"uv": [9, 10.75, 8.75, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 8.75, 10.5, 9], "texture": "#0"} + } + }, + { + "from": [7.1, 17.67552, 7.38702], + "to": [7.325, 18.17552, 7.61202], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 19.1, 8.2]}, + "faces": { + "north": {"uv": [9, 10.5, 9.25, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 9, 10.75, 9.25], "texture": "#0"}, + "south": {"uv": [9.25, 10.5, 9.5, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 9.25, 10.75, 9.5], "texture": "#0"}, + "up": {"uv": [9.75, 10.75, 9.5, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 9.5, 10.5, 9.75], "texture": "#0"} + } + }, + { + "from": [8.875, 17.67552, 8.93702], + "to": [9.1, 18.17552, 9.16202], + "rotation": {"angle": 0, "axis": "y", "origin": [8.2, 19.1, 8.4]}, + "faces": { + "north": {"uv": [9.75, 10.5, 10, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 9.75, 10.75, 10], "texture": "#0"}, + "south": {"uv": [10, 10.5, 10.25, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 10, 10.75, 10.25], "texture": "#0"}, + "up": {"uv": [10.5, 10.75, 10.25, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 10.25, 10.5, 10.5], "texture": "#0"} + } + }, + { + "from": [8.8875, 17.77552, 8.04952], + "to": [9.1125, 18.17552, 8.27452], + "rotation": {"angle": 0, "axis": "y", "origin": [8.1, 19.2, 8.3]}, + "faces": { + "north": {"uv": [10.5, 10.5, 10.75, 10.75], "texture": "#0"}, + "east": {"uv": [0, 10.75, 0.25, 11], "texture": "#0"}, + "south": {"uv": [10.75, 0, 11, 0.25], "texture": "#0"}, + "west": {"uv": [0.25, 10.75, 0.5, 11], "texture": "#0"}, + "up": {"uv": [11, 0.5, 10.75, 0.25], "texture": "#0"}, + "down": {"uv": [0.75, 10.75, 0.5, 11], "texture": "#0"} + } + }, + { + "from": [8.5, 16.77552, 9.36202], + "to": [8.725, 17.87552, 9.58702], + "rotation": {"angle": 0, "axis": "y", "origin": [8.5, 18.2, 8.6]}, + "faces": { + "north": {"uv": [5.25, 10.5, 5.5, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 5.25, 10.75, 5.5], "texture": "#0"}, + "south": {"uv": [5.5, 10.5, 5.75, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 5.5, 10.75, 5.75], "texture": "#0"}, + "up": {"uv": [6, 10.75, 5.75, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 5.75, 10.5, 6], "texture": "#0"} + } + }, + { + "from": [7.2125, 16.67552, 9.44952], + "to": [7.4375, 17.37552, 9.67452], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18, 8.8]}, + "faces": { + "north": {"uv": [6, 10.5, 6.25, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 6, 10.75, 6.25], "texture": "#0"}, + "south": {"uv": [6.25, 10.5, 6.5, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 6.25, 10.75, 6.5], "texture": "#0"}, + "up": {"uv": [6.75, 10.75, 6.5, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 6.5, 10.5, 6.75], "texture": "#0"} + } + }, + { + "from": [7.775, 17.47552, 6.96202], + "to": [8, 17.67552, 7.38702], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.8, 7.8]}, + "faces": { + "north": {"uv": [6.75, 10.5, 7, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 6.75, 10.75, 7], "texture": "#0"}, + "south": {"uv": [7, 10.5, 7.25, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 7, 10.75, 7.25], "texture": "#0"}, + "up": {"uv": [7.5, 10.75, 7.25, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 7.25, 10.5, 7.5], "texture": "#0"} + } + }, + { + "from": [7.775, 17.36354, 6.39908], + "to": [8, 17.56354, 7.02408], + "rotation": {"angle": -22.5, "axis": "x", "origin": [7.8875, 17.46354, 6.71158]}, + "faces": { + "north": {"uv": [6.75, 10.5, 7, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 6.75, 10.75, 7], "texture": "#0"}, + "south": {"uv": [7, 10.5, 7.25, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 7, 10.75, 7.25], "texture": "#0"}, + "up": {"uv": [7.5, 10.75, 7.25, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 7.25, 10.5, 7.5], "texture": "#0"} + } + }, + { + "from": [8.5625, 17.57552, 6.97452], + "to": [8.7875, 17.77552, 7.49952], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 19, 7.9]}, + "faces": { + "north": {"uv": [7.5, 10.5, 7.75, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 7.5, 10.75, 7.75], "texture": "#0"}, + "south": {"uv": [7.75, 10.5, 8, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 7.75, 10.75, 8], "texture": "#0"}, + "up": {"uv": [8.25, 10.75, 8, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 8, 10.5, 8.25], "texture": "#0"} + } + }, + { + "from": [8.5625, 16.37552, 6.87452], + "to": [8.7875, 17.57552, 7.09952], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 17.8, 7.8]}, + "faces": { + "north": {"uv": [7.5, 10.5, 7.75, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 7.5, 10.75, 7.75], "texture": "#0"}, + "south": {"uv": [7.75, 10.5, 8, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 7.75, 10.75, 8], "texture": "#0"}, + "up": {"uv": [8.25, 10.75, 8, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 8, 10.5, 8.25], "texture": "#0"} + } + }, + { + "from": [6.7875, 16.67552, 8.47452], + "to": [7.0125, 17.47552, 8.69952], + "rotation": {"angle": 0, "axis": "y", "origin": [7.8, 18.1, 8.5]}, + "faces": { + "north": {"uv": [8.25, 10.5, 8.5, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 8.25, 10.75, 8.5], "texture": "#0"}, + "south": {"uv": [8.5, 10.5, 8.75, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 8.5, 10.75, 8.75], "texture": "#0"}, + "up": {"uv": [9, 10.75, 8.75, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 8.75, 10.5, 9], "texture": "#0"} + } + }, + { + "from": [7.1, 17.47552, 6.88702], + "to": [7.325, 17.67552, 7.51202], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.9, 7.7]}, + "faces": { + "north": {"uv": [9, 10.5, 9.25, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 9, 10.75, 9.25], "texture": "#0"}, + "south": {"uv": [9.25, 10.5, 9.5, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 9.25, 10.75, 9.5], "texture": "#0"}, + "up": {"uv": [9.75, 10.75, 9.5, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 9.5, 10.5, 9.75], "texture": "#0"} + } + }, + { + "from": [7.1, 16.87552, 6.68702], + "to": [7.325, 17.57552, 6.91202], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 18.3, 7.5]}, + "faces": { + "north": {"uv": [9, 10.5, 9.25, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 9, 10.75, 9.25], "texture": "#0"}, + "south": {"uv": [9.25, 10.5, 9.5, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 9.25, 10.75, 9.5], "texture": "#0"}, + "up": {"uv": [9.75, 10.75, 9.5, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 9.5, 10.5, 9.75], "texture": "#0"} + } + }, + { + "from": [9.075, 17.17552, 8.93702], + "to": [9.3, 17.67552, 9.16202], + "rotation": {"angle": 0, "axis": "y", "origin": [8.4, 18.6, 8.4]}, + "faces": { + "north": {"uv": [9.75, 10.5, 10, 10.75], "texture": "#0"}, + "east": {"uv": [10.5, 9.75, 10.75, 10], "texture": "#0"}, + "south": {"uv": [10, 10.5, 10.25, 10.75], "texture": "#0"}, + "west": {"uv": [10.5, 10, 10.75, 10.25], "texture": "#0"}, + "up": {"uv": [10.5, 10.75, 10.25, 10.5], "texture": "#0"}, + "down": {"uv": [10.75, 10.25, 10.5, 10.5], "texture": "#0"} + } + }, + { + "from": [8.9875, 16.67552, 7.94952], + "to": [9.2125, 17.77552, 8.17452], + "rotation": {"angle": 0, "axis": "y", "origin": [8.2, 18.1, 8.2]}, + "faces": { + "north": {"uv": [10.5, 10.5, 10.75, 10.75], "texture": "#0"}, + "east": {"uv": [0, 10.75, 0.25, 11], "texture": "#0"}, + "south": {"uv": [10.75, 0, 11, 0.25], "texture": "#0"}, + "west": {"uv": [0.25, 10.75, 0.5, 11], "texture": "#0"}, + "up": {"uv": [11, 0.5, 10.75, 0.25], "texture": "#0"}, + "down": {"uv": [0.75, 10.75, 0.5, 11], "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "translation": [0, 0.5, -1.5] + }, + "thirdperson_lefthand": { + "translation": [0, 0, -1.5] + }, + "firstperson_righthand": { + "translation": [0, 0, -1.5] + }, + "firstperson_lefthand": { + "translation": [0, 0, -1.5] + }, + "ground": { + "rotation": [180, 180, 90], + "translation": [2.5, 1.5, -1] + }, + "gui": { + "rotation": [90, 45, -90], + "translation": [0.5, 1, 0], + "scale": [0.5, 0.5, 0.5] + }, + "fixed": { + "rotation": [-90, 45, 90], + "translation": [-2, 0.5, 0], + "scale": [0.7, 0.7, 0.7] + } + }, + "groups": [ + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "bashou", + "origin": [8, 0.35, 8], + "color": 0, + "children": [0, 1, 2] + }, + { + "name": "zhongduan", + "origin": [8, 15.85, 8], + "color": 0, + "children": [ + { + "name": "hua1", + "origin": [8.5, 15.7, 7.6], + "color": 0, + "children": [3, 4] + }, + { + "name": "hua2", + "origin": [8.5, 15.7, 7.6], + "color": 0, + "children": [5, 6] + }, + { + "name": "hua3", + "origin": [8.5, 15.7, 7.6], + "color": 0, + "children": [7, 8] + }, + { + "name": "hua4", + "origin": [8.5, 15.7, 7.6], + "color": 0, + "children": [9, 10] + }, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24 + ] + }, + { + "name": "weiduan", + "origin": [8, -15.25, 8], + "color": 0, + "children": [25, 26, 27, 28, 29, 30, 31, 32] + }, + 33, + { + "name": "gantou", + "origin": [8, -13.2, 8], + "color": 0, + "children": [34, 35, 36, 37, 38, 39] + }, + { + "name": "shuimu", + "origin": [8, 8, 8], + "color": 0, + "children": [ + 40, + 41, + { + "name": "shuimu3", + "origin": [0, 0, 0], + "color": 0, + "children": [42, 43, 44, 45] + }, + { + "name": "shuimu4", + "origin": [0, 0, 0], + "color": 0, + "children": [46, 47, 48, 49] + }, + { + "name": "shuimu5", + "origin": [0, 0, 0], + "color": 0, + "children": [50, 51, 52, 53] + }, + { + "name": "shuimu6", + "origin": [0, 0, 0], + "color": 0, + "children": [54, 55, 56, 57, 58, 59, 60, 61] + }, + { + "name": "shuimu7", + "origin": [0, 0, 0], + "color": 0, + "children": [62, 63, 64, 65, 66, 67, 68, 69] + } + ] + }, + { + "name": "shanhu", + "origin": [5.66215, 17.25845, 8.2], + "color": 0, + "children": [ + 70, + 71, + { + "name": "zuoqian", + "origin": [7.29952, 16.66127, 8], + "color": 0, + "children": [72, 73, 74] + }, + { + "name": "youqian", + "origin": [8.80048, 16.86127, 8.1], + "color": 0, + "children": [75, 76, 77, 78, 79, 80] + }, + { + "name": "qian", + "origin": [6.22895, 14.97093, 6.51107], + "color": 0, + "children": [81, 82] + }, + { + "name": "hou", + "origin": [8, 16.5, 8.5], + "color": 0, + "children": [ + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + { + "name": "you", + "origin": [10.66707, 18.47598, 8.35], + "color": 0, + "children": [98, 99, 100, 101] + } + ] + }, + { + "name": "you", + "origin": [10.66707, 18.47598, 8.35], + "color": 0, + "children": [ + 102, + 103, + 104, + 105, + { + "name": "group", + "origin": [10.66707, 18.47598, 8.35], + "color": 0, + "children": [106, 107, 108, 109, 110] + }, + 111, + 112, + 113, + 114 + ] + }, + { + "name": "zuo", + "origin": [5.66215, 18.05845, 8.2], + "color": 0, + "children": [115, 116, 117, 118, 119, 120, 121, 122, 123, 124] + }, + { + "name": "xiao", + "origin": [7.85858, 16.5, 7.95858], + "color": 0, + "children": [125, 126] + } + ] + }, + { + "name": "zhenzhulian", + "origin": [8.15, 11, 8.6], + "color": 0, + "children": [127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147] + }, + { + "name": "flower", + "origin": [7.45, 11.21882, 7.70402], + "color": 0, + "children": [ + { + "name": "group", + "origin": [7.45, 11.21882, 7.70402], + "color": 0, + "children": [148, 149, 150, 151, 152, 153, 154, 155, 156] + }, + { + "name": "group", + "origin": [7.45, 11.21882, 7.70402], + "color": 0, + "children": [157, 158, 159, 160, 161, 162, 163, 164, 165] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [166, 167, 168, 169, 170, 171] + } + ] + }, + { + "name": "shuimushang", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "shuimu", + "origin": [8, 8, 8], + "color": 0, + "children": [ + 172, + 173, + { + "name": "shuimu3", + "origin": [0, 0, 0], + "color": 0, + "children": [174, 175, 176, 177] + }, + { + "name": "shuimu4", + "origin": [0, 0, 0], + "color": 0, + "children": [178, 179, 180, 181] + }, + { + "name": "shuimu5", + "origin": [0, 0, 0], + "color": 0, + "children": [182, 183, 184, 185] + }, + { + "name": "shuimu6", + "origin": [0, 0, 0], + "color": 0, + "children": [186, 187, 188, 189, 190, 191, 192, 193] + }, + { + "name": "shuimu7", + "origin": [0, 0, 0], + "color": 0, + "children": [194, 195, 196, 197, 198, 199, 200, 201] + }, + { + "name": "shuimu8", + "origin": [0, 0, 0], + "color": 0, + "children": [202, 203, 204, 205, 206, 207, 208, 209] + }, + { + "name": "shuimu9", + "origin": [0, 0, 0], + "color": 0, + "children": [210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220] + } + ] + } + ] + } + ] + } + ] } \ No newline at end of file diff --git a/src/main/resources/assets/superbwarfare/textures/item/aa12_new.png b/src/main/resources/assets/superbwarfare/textures/item/aa12_new.png deleted file mode 100644 index 4a219d75b..000000000 Binary files a/src/main/resources/assets/superbwarfare/textures/item/aa12_new.png and /dev/null differ diff --git a/src/main/resources/assets/superbwarfare/textures/item/aa_12.png b/src/main/resources/assets/superbwarfare/textures/item/aa_12.png index 46c459866..4a219d75b 100644 Binary files a/src/main/resources/assets/superbwarfare/textures/item/aa_12.png and b/src/main/resources/assets/superbwarfare/textures/item/aa_12.png differ diff --git a/src/main/resources/assets/superbwarfare/textures/item/aa_12_icon.png b/src/main/resources/assets/superbwarfare/textures/item/aa_12_icon.png new file mode 100644 index 000000000..46c459866 Binary files /dev/null and b/src/main/resources/assets/superbwarfare/textures/item/aa_12_icon.png differ diff --git a/src/main/resources/assets/superbwarfare/textures/item/aa123d.png b/src/main/resources/assets/superbwarfare/textures/item/lod/aa_12.png similarity index 100% rename from src/main/resources/assets/superbwarfare/textures/item/aa123d.png rename to src/main/resources/assets/superbwarfare/textures/item/lod/aa_12.png diff --git a/src/main/resources/assets/superbwarfare/textures/item/aurelia_sceptre_3d.png b/src/main/resources/assets/superbwarfare/textures/item/lod/aurelia_sceptre.png similarity index 100% rename from src/main/resources/assets/superbwarfare/textures/item/aurelia_sceptre_3d.png rename to src/main/resources/assets/superbwarfare/textures/item/lod/aurelia_sceptre.png