From d896b483fab46a2e25bb66c3f4f7ddd5a2ab45f5 Mon Sep 17 00:00:00 2001 From: Chloe Date: Thu, 21 Aug 2025 01:02:29 -0400 Subject: [PATCH] Add new music discs and models for various shops; remove obsolete files - Introduced new music discs: "City Under Siege", "Clothing Shop", "Food Mart", "Hat Shop", "Interior Shop", "Pawn Shop", and "Jump Up" with corresponding models and textures. - Updated sounds.json to include new music disc entries. - Created new JSON files for music disc models and their textures. - Removed outdated models and textures for cobblestone, emerald, and stick. - Deleted unnecessary blockbench textures and environment textures. - Updated pack metadata to reflect new pack format and supported versions. --- .github/packsquash.yml | 25 + CustomItems.json | 1 - .../blockstates/brown_mushroom_block.json | 69 - .../minecraft/blockstates/mushroom_stem.json | 69 - .../blockstates/red_mushroom_block.json | 69 - .../models/block/black_glazed_terracotta.json | 1708 ----------------- .../models/block/blue_glazed_terracotta.json | 1708 ----------------- .../models/block/brown_glazed_terracotta.json | 1708 ----------------- .../brown_mushroom_block_default_1.json | 21 - .../brown_mushroom_block_default_2.json | 21 - .../brown_mushroom_block_default_3.json | 20 - .../brown_mushroom_block_default_4.json | 20 - .../brown_mushroom_block_default_5.json | 21 - .../brown_mushroom_block_default_6.json | 21 - .../brown_mushroom_block_default_7.json | 20 - .../brown_mushroom_block_default_8.json | 20 - .../brown_mushroom_block_default_9.json | 21 - .../brown_mushroom_block_default_false.json | 20 - .../brown_mushroom_block_default_true.json | 21 - .../cui/default/mushroom_stem_default.json | 21 - .../default/mushroom_stem_default_false.json | 21 - .../default/mushroom_stem_default_true.json | 21 - .../default/red_mushroom_block_default_1.json | 21 - .../red_mushroom_block_default_10.json | 21 - .../red_mushroom_block_default_11.json | 21 - .../red_mushroom_block_default_12.json | 21 - .../red_mushroom_block_default_13.json | 21 - .../red_mushroom_block_default_14.json | 21 - .../red_mushroom_block_default_15.json | 21 - .../red_mushroom_block_default_16.json | 21 - .../red_mushroom_block_default_17.json | 20 - .../default/red_mushroom_block_default_2.json | 21 - .../default/red_mushroom_block_default_3.json | 21 - .../default/red_mushroom_block_default_4.json | 21 - .../default/red_mushroom_block_default_5.json | 21 - .../default/red_mushroom_block_default_6.json | 21 - .../default/red_mushroom_block_default_7.json | 21 - .../default/red_mushroom_block_default_8.json | 21 - .../default/red_mushroom_block_default_9.json | 21 - .../red_mushroom_block_default_false.json | 21 - .../red_mushroom_block_default_true.json | 21 - .../models/block/cyan_glazed_terracotta.json | 1708 ----------------- .../models/block/gray_glazed_terracotta.json | 1708 ----------------- .../models/block/green_glazed_terracotta.json | 1708 ----------------- .../block/light_blue_glazed_terracotta.json | 1708 ----------------- .../block/light_gray_glazed_terracotta.json | 1708 ----------------- .../models/block/lime_glazed_terracotta.json | 1708 ----------------- .../block/magenta_glazed_terracotta.json | 1708 ----------------- .../block/orange_glazed_terracotta.json | 1708 ----------------- .../models/block/pink_glazed_terracotta.json | 1708 ----------------- .../block/purple_glazed_terracotta.json | 1708 ----------------- .../models/block/red_glazed_terracotta.json | 1708 ----------------- .../models/block/white_glazed_terracotta.json | 1708 ----------------- .../block/yellow_glazed_terracotta.json | 1708 ----------------- .../models/item/city_under_siege6.json | 6 + .../minecraft/models/item/clothing_shop0.json | 6 + assets/minecraft/models/item/cobblestone.json | 1 - .../item/custom/cui/emerald/model_11101.json | 1 - assets/minecraft/models/item/emerald.json | 1 - assets/minecraft/models/item/food_mart1.json | 6 + assets/minecraft/models/item/hat_shop2.json | 6 + .../minecraft/models/item/interior_shop3.json | 6 + assets/minecraft/models/item/jump_up5.json | 6 + .../minecraft/models/item/music_disc_13.json | 50 + assets/minecraft/models/item/pawn_shop4.json | 6 + assets/minecraft/models/item/stick.json | 1 - assets/minecraft/sounds.json | 119 +- ...e.ogg => music_disc_city_under_siege6.ogg} | Bin ...shop.ogg => music_disc_clothing_shop0.ogg} | Bin ...ood_mart.ogg => music_disc_food_mart1.ogg} | Bin ...{hat_shop.ogg => music_disc_hat_shop2.ogg} | Bin ...shop.ogg => music_disc_interior_shop3.ogg} | Bin .../{jump_up.ogg => music_disc_jump_up5.ogg} | Bin ...awn_shop.ogg => music_disc_pawn_shop4.ogg} | Bin .../minecraft/textures/blockbench/black.png | Bin 141 -> 0 bytes assets/minecraft/textures/blockbench/blue.png | Bin 140 -> 0 bytes .../minecraft/textures/blockbench/brown.png | Bin 140 -> 0 bytes assets/minecraft/textures/blockbench/cyan.png | Bin 140 -> 0 bytes assets/minecraft/textures/blockbench/gray.png | Bin 140 -> 0 bytes .../minecraft/textures/blockbench/green.png | Bin 140 -> 0 bytes .../textures/blockbench/light_blue.png | Bin 140 -> 0 bytes .../textures/blockbench/light_gray.png | Bin 141 -> 0 bytes assets/minecraft/textures/blockbench/lime.png | Bin 139 -> 0 bytes .../minecraft/textures/blockbench/magenta.png | Bin 140 -> 0 bytes .../minecraft/textures/blockbench/orange.png | Bin 140 -> 0 bytes assets/minecraft/textures/blockbench/pink.png | Bin 140 -> 0 bytes .../minecraft/textures/blockbench/purple.png | Bin 140 -> 0 bytes assets/minecraft/textures/blockbench/red.png | Bin 140 -> 0 bytes .../textures/blockbench/texture_1.png | Bin 87 -> 0 bytes .../textures/blockbench/texture_2.png | Bin 87 -> 0 bytes .../textures/blockbench/texture_3.png | Bin 87 -> 0 bytes .../minecraft/textures/blockbench/white.png | Bin 139 -> 0 bytes .../minecraft/textures/blockbench/yellow.png | Bin 140 -> 0 bytes .../minecraft/textures/environment/clouds.png | Bin 4749 -> 0 bytes .../textures/item/city_under_siege6.png | Bin 0 -> 265 bytes .../textures/item/clothing_shop0.png | Bin 0 -> 268 bytes .../item/custom/cui/cobblestone/texture_0.png | 0 .../item/custom/cui/emerald/texture_11101.png | Bin 1591 -> 0 bytes .../item/custom/cui/stick/texture_0.png | 0 assets/minecraft/textures/item/food_mart1.png | Bin 0 -> 268 bytes assets/minecraft/textures/item/hat_shop2.png | Bin 0 -> 268 bytes .../textures/item/interior_shop3.png | Bin 0 -> 268 bytes assets/minecraft/textures/item/jump_up5.png | Bin 0 -> 265 bytes assets/minecraft/textures/item/pawn_shop4.png | Bin 0 -> 268 bytes .../function/city_under_siege6.mcfunction | 2 + .../function/clothing_shop0.mcfunction | 2 + data/new_music/function/food_mart1.mcfunction | 2 + data/new_music/function/hat_shop2.mcfunction | 2 + .../function/interior_shop3.mcfunction | 2 + data/new_music/function/jump_up5.mcfunction | 2 + data/new_music/function/pawn_shop4.mcfunction | 2 + .../jukebox_song/city_under_siege6.json | 8 + .../jukebox_song/clothing_shop0.json | 8 + data/new_music/jukebox_song/food_mart1.json | 8 + data/new_music/jukebox_song/hat_shop2.json | 8 + .../jukebox_song/interior_shop3.json | 8 + data/new_music/jukebox_song/jump_up5.json | 8 + data/new_music/jukebox_song/pawn_shop4.json | 8 + manifest.json | 64 + pack.mcmeta | 11 +- 120 files changed, 317 insertions(+), 28291 deletions(-) create mode 100644 .github/packsquash.yml delete mode 100644 CustomItems.json delete mode 100644 assets/minecraft/blockstates/brown_mushroom_block.json delete mode 100644 assets/minecraft/blockstates/mushroom_stem.json delete mode 100644 assets/minecraft/blockstates/red_mushroom_block.json delete mode 100644 assets/minecraft/models/block/black_glazed_terracotta.json delete mode 100644 assets/minecraft/models/block/blue_glazed_terracotta.json delete mode 100644 assets/minecraft/models/block/brown_glazed_terracotta.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_1.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_2.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_3.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_4.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_5.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_6.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_7.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_8.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_9.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_false.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_true.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/mushroom_stem_default.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/mushroom_stem_default_false.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/mushroom_stem_default_true.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_1.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_10.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_11.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_12.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_13.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_14.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_15.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_16.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_17.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_2.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_3.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_4.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_5.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_6.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_7.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_8.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_9.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_false.json delete mode 100644 assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_true.json delete mode 100644 assets/minecraft/models/block/cyan_glazed_terracotta.json delete mode 100644 assets/minecraft/models/block/gray_glazed_terracotta.json delete mode 100644 assets/minecraft/models/block/green_glazed_terracotta.json delete mode 100644 assets/minecraft/models/block/light_blue_glazed_terracotta.json delete mode 100644 assets/minecraft/models/block/light_gray_glazed_terracotta.json delete mode 100644 assets/minecraft/models/block/lime_glazed_terracotta.json delete mode 100644 assets/minecraft/models/block/magenta_glazed_terracotta.json delete mode 100644 assets/minecraft/models/block/orange_glazed_terracotta.json delete mode 100644 assets/minecraft/models/block/pink_glazed_terracotta.json delete mode 100644 assets/minecraft/models/block/purple_glazed_terracotta.json delete mode 100644 assets/minecraft/models/block/red_glazed_terracotta.json delete mode 100644 assets/minecraft/models/block/white_glazed_terracotta.json delete mode 100644 assets/minecraft/models/block/yellow_glazed_terracotta.json create mode 100644 assets/minecraft/models/item/city_under_siege6.json create mode 100644 assets/minecraft/models/item/clothing_shop0.json delete mode 100644 assets/minecraft/models/item/cobblestone.json delete mode 100644 assets/minecraft/models/item/custom/cui/emerald/model_11101.json delete mode 100644 assets/minecraft/models/item/emerald.json create mode 100644 assets/minecraft/models/item/food_mart1.json create mode 100644 assets/minecraft/models/item/hat_shop2.json create mode 100644 assets/minecraft/models/item/interior_shop3.json create mode 100644 assets/minecraft/models/item/jump_up5.json create mode 100644 assets/minecraft/models/item/music_disc_13.json create mode 100644 assets/minecraft/models/item/pawn_shop4.json delete mode 100644 assets/minecraft/models/item/stick.json rename assets/minecraft/sounds/records/{city_under_siege.ogg => music_disc_city_under_siege6.ogg} (100%) rename assets/minecraft/sounds/records/{clothing_shop.ogg => music_disc_clothing_shop0.ogg} (100%) rename assets/minecraft/sounds/records/{food_mart.ogg => music_disc_food_mart1.ogg} (100%) rename assets/minecraft/sounds/records/{hat_shop.ogg => music_disc_hat_shop2.ogg} (100%) rename assets/minecraft/sounds/records/{interior_shop.ogg => music_disc_interior_shop3.ogg} (100%) rename assets/minecraft/sounds/records/{jump_up.ogg => music_disc_jump_up5.ogg} (100%) rename assets/minecraft/sounds/records/{pawn_shop.ogg => music_disc_pawn_shop4.ogg} (100%) delete mode 100644 assets/minecraft/textures/blockbench/black.png delete mode 100644 assets/minecraft/textures/blockbench/blue.png delete mode 100644 assets/minecraft/textures/blockbench/brown.png delete mode 100644 assets/minecraft/textures/blockbench/cyan.png delete mode 100644 assets/minecraft/textures/blockbench/gray.png delete mode 100644 assets/minecraft/textures/blockbench/green.png delete mode 100644 assets/minecraft/textures/blockbench/light_blue.png delete mode 100644 assets/minecraft/textures/blockbench/light_gray.png delete mode 100644 assets/minecraft/textures/blockbench/lime.png delete mode 100644 assets/minecraft/textures/blockbench/magenta.png delete mode 100644 assets/minecraft/textures/blockbench/orange.png delete mode 100644 assets/minecraft/textures/blockbench/pink.png delete mode 100644 assets/minecraft/textures/blockbench/purple.png delete mode 100644 assets/minecraft/textures/blockbench/red.png delete mode 100644 assets/minecraft/textures/blockbench/texture_1.png delete mode 100644 assets/minecraft/textures/blockbench/texture_2.png delete mode 100644 assets/minecraft/textures/blockbench/texture_3.png delete mode 100644 assets/minecraft/textures/blockbench/white.png delete mode 100644 assets/minecraft/textures/blockbench/yellow.png delete mode 100644 assets/minecraft/textures/environment/clouds.png create mode 100644 assets/minecraft/textures/item/city_under_siege6.png create mode 100644 assets/minecraft/textures/item/clothing_shop0.png delete mode 100644 assets/minecraft/textures/item/custom/cui/cobblestone/texture_0.png delete mode 100644 assets/minecraft/textures/item/custom/cui/emerald/texture_11101.png delete mode 100644 assets/minecraft/textures/item/custom/cui/stick/texture_0.png create mode 100644 assets/minecraft/textures/item/food_mart1.png create mode 100644 assets/minecraft/textures/item/hat_shop2.png create mode 100644 assets/minecraft/textures/item/interior_shop3.png create mode 100644 assets/minecraft/textures/item/jump_up5.png create mode 100644 assets/minecraft/textures/item/pawn_shop4.png create mode 100644 data/new_music/function/city_under_siege6.mcfunction create mode 100644 data/new_music/function/clothing_shop0.mcfunction create mode 100644 data/new_music/function/food_mart1.mcfunction create mode 100644 data/new_music/function/hat_shop2.mcfunction create mode 100644 data/new_music/function/interior_shop3.mcfunction create mode 100644 data/new_music/function/jump_up5.mcfunction create mode 100644 data/new_music/function/pawn_shop4.mcfunction create mode 100644 data/new_music/jukebox_song/city_under_siege6.json create mode 100644 data/new_music/jukebox_song/clothing_shop0.json create mode 100644 data/new_music/jukebox_song/food_mart1.json create mode 100644 data/new_music/jukebox_song/hat_shop2.json create mode 100644 data/new_music/jukebox_song/interior_shop3.json create mode 100644 data/new_music/jukebox_song/jump_up5.json create mode 100644 data/new_music/jukebox_song/pawn_shop4.json create mode 100644 manifest.json diff --git a/.github/packsquash.yml b/.github/packsquash.yml new file mode 100644 index 0000000..b5f1c04 --- /dev/null +++ b/.github/packsquash.yml @@ -0,0 +1,25 @@ +name: Optimize resource pack +on: + push: + tags: + - "**" +jobs: + packsquash: + name: Optimize resource pack + runs-on: ubuntu-latest + steps: + - name: Clone repository + uses: actions/checkout@v4 + with: + fetch-depth: 0 # A non-shallow repository clone is required + - name: Run PackSquash + uses: ComunidadAylas/PackSquash-action@v4 + with: + packsquash_version: latest + options: | + pack_directory = '.' + output_file_path = '/tmp/pack.zip' + - name: Create release + uses: softprops/action-gh-release@v2 + with: + files: /tmp/pack.zip diff --git a/CustomItems.json b/CustomItems.json deleted file mode 100644 index 726e997..0000000 --- a/CustomItems.json +++ /dev/null @@ -1 +0,0 @@ -{"time":1696239780,"pluginVersion":"4.3","generatorVersion":1,"itemCount":1} \ No newline at end of file diff --git a/assets/minecraft/blockstates/brown_mushroom_block.json b/assets/minecraft/blockstates/brown_mushroom_block.json deleted file mode 100644 index e0ec75c..0000000 --- a/assets/minecraft/blockstates/brown_mushroom_block.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "multipart":[ - {"when":{"down":false,"east":false,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/default/brown_mushroom_block_default_false"}}, - {"when":{"down":false,"east":false,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/brown_mushroom_block_default_1"}}, - {"when":{"down":false,"east":false,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/default/brown_mushroom_block_default_2"}}, - {"when":{"down":false,"east":false,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/brown_mushroom_block_default_3"}}, - {"when":{"down":false,"east":false,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/default/brown_mushroom_block_default_4"}}, - {"when":{"down":false,"east":false,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/brown_mushroom_block_default_5"}}, - {"when":{"down":false,"east":false,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/default/brown_mushroom_block_default_6"}}, - {"when":{"down":false,"east":true,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/brown_mushroom_block_default_7"}}, - {"when":{"down":false,"east":true,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/brown_mushroom_block_default_8"}}, - {"when":{"down":false,"east":true,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/brown_mushroom_block_default_9"}}, - {"when":{"down":true,"east":true,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/default/brown_mushroom_block_default_true"}}, - - {"when":{"down":false,"east":false,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_1"}}, - {"when":{"down":false,"east":false,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_2"}}, - {"when":{"down":false,"east":false,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_3"}}, - {"when":{"down":false,"east":false,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_4"}}, - {"when":{"down":false,"east":false,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_5"}}, - {"when":{"down":false,"east":false,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_6"}}, - {"when":{"down":false,"east":false,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_7"}}, - {"when":{"down":false,"east":false,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_8"}}, - {"when":{"down":false,"east":false,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_9"}}, - {"when":{"down":false,"east":true,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_10"}}, - {"when":{"down":false,"east":true,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_11"}}, - {"when":{"down":false,"east":true,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_12"}}, - {"when":{"down":false,"east":true,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_13"}}, - {"when":{"down":false,"east":true,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_14"}}, - {"when":{"down":false,"east":true,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_15"}}, - {"when":{"down":false,"east":true,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_16"}}, - {"when":{"down":false,"east":true,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_17"}}, - {"when":{"down":false,"east":true,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_18"}}, - {"when":{"down":false,"east":true,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_19"}}, - {"when":{"down":false,"east":true,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_20"}}, - {"when":{"down":false,"east":true,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_21"}}, - {"when":{"down":false,"east":true,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_22"}}, - {"when":{"down":true,"east":false,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_23"}}, - {"when":{"down":true,"east":false,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_24"}}, - {"when":{"down":true,"east":false,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_25"}}, - {"when":{"down":true,"east":false,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_26"}}, - {"when":{"down":true,"east":false,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_27"}}, - {"when":{"down":true,"east":false,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_28"}}, - {"when":{"down":true,"east":false,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_29"}}, - {"when":{"down":true,"east":false,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_30"}}, - {"when":{"down":true,"east":false,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_31"}}, - {"when":{"down":true,"east":false,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_32"}}, - {"when":{"down":true,"east":false,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_33"}}, - {"when":{"down":true,"east":false,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_34"}}, - {"when":{"down":true,"east":false,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_35"}}, - {"when":{"down":true,"east":false,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_36"}}, - {"when":{"down":true,"east":false,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_37"}}, - {"when":{"down":true,"east":false,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_38"}}, - {"when":{"down":true,"east":true,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_39"}}, - {"when":{"down":true,"east":true,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_40"}}, - {"when":{"down":true,"east":true,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_41"}}, - {"when":{"down":true,"east":true,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_42"}}, - {"when":{"down":true,"east":true,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_43"}}, - {"when":{"down":true,"east":true,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_44"}}, - {"when":{"down":true,"east":true,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_45"}}, - {"when":{"down":true,"east":true,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_46"}}, - {"when":{"down":true,"east":true,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_47"}}, - {"when":{"down":true,"east":true,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_48"}}, - {"when":{"down":true,"east":true,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_49"}}, - {"when":{"down":true,"east":true,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_50"}}, - {"when":{"down":true,"east":true,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_51"}}, - {"when":{"down":true,"east":true,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_52"}}, - {"when":{"down":true,"east":true,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_53"}} - ] -} diff --git a/assets/minecraft/blockstates/mushroom_stem.json b/assets/minecraft/blockstates/mushroom_stem.json deleted file mode 100644 index 635033f..0000000 --- a/assets/minecraft/blockstates/mushroom_stem.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "multipart":[ - {"when":{"down":false,"east":false,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/default/mushroom_stem_default_false"}}, - {"when":{"down":false,"east":true,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/default/mushroom_stem_default"}}, - {"when":{"down":true,"east":true,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/default/mushroom_stem_default_true"}}, - - {"when":{"down":false,"east":false,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_100"}}, - {"when":{"down":false,"east":false,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_101"}}, - {"when":{"down":false,"east":false,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_102"}}, - {"when":{"down":false,"east":false,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_103"}}, - {"when":{"down":false,"east":false,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_104"}}, - {"when":{"down":false,"east":false,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_105"}}, - {"when":{"down":false,"east":false,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_106"}}, - {"when":{"down":false,"east":false,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_107"}}, - {"when":{"down":false,"east":false,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_108"}}, - {"when":{"down":false,"east":false,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_109"}}, - {"when":{"down":false,"east":false,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_110"}}, - {"when":{"down":false,"east":false,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_111"}}, - {"when":{"down":false,"east":false,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_112"}}, - {"when":{"down":false,"east":false,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_113"}}, - {"when":{"down":false,"east":false,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_114"}}, - {"when":{"down":false,"east":true,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_115"}}, - {"when":{"down":false,"east":true,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_116"}}, - {"when":{"down":false,"east":true,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_117"}}, - {"when":{"down":false,"east":true,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_118"}}, - {"when":{"down":false,"east":true,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_119"}}, - {"when":{"down":false,"east":true,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_120"}}, - {"when":{"down":false,"east":true,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_121"}}, - {"when":{"down":false,"east":true,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_122"}}, - {"when":{"down":false,"east":true,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_123"}}, - {"when":{"down":false,"east":true,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_124"}}, - {"when":{"down":false,"east":true,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_125"}}, - {"when":{"down":false,"east":true,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_126"}}, - {"when":{"down":false,"east":true,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_127"}}, - {"when":{"down":false,"east":true,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_128"}}, - {"when":{"down":false,"east":true,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_129"}}, - {"when":{"down":true,"east":false,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_130"}}, - {"when":{"down":true,"east":false,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_131"}}, - {"when":{"down":true,"east":false,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_132"}}, - {"when":{"down":true,"east":false,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_133"}}, - {"when":{"down":true,"east":false,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_134"}}, - {"when":{"down":true,"east":false,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_135"}}, - {"when":{"down":true,"east":false,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_136"}}, - {"when":{"down":true,"east":false,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_137"}}, - {"when":{"down":true,"east":false,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_138"}}, - {"when":{"down":true,"east":false,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_139"}}, - {"when":{"down":true,"east":false,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_140"}}, - {"when":{"down":true,"east":false,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_141"}}, - {"when":{"down":true,"east":false,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_142"}}, - {"when":{"down":true,"east":false,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_143"}}, - {"when":{"down":true,"east":false,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_144"}}, - {"when":{"down":true,"east":false,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_145"}}, - {"when":{"down":true,"east":true,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_146"}}, - {"when":{"down":true,"east":true,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_147"}}, - {"when":{"down":true,"east":true,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_148"}}, - {"when":{"down":true,"east":true,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_149"}}, - {"when":{"down":true,"east":true,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_150"}}, - {"when":{"down":true,"east":true,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_151"}}, - {"when":{"down":true,"east":true,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_152"}}, - {"when":{"down":true,"east":true,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_153"}}, - {"when":{"down":true,"east":true,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_154"}}, - {"when":{"down":true,"east":true,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_155"}}, - {"when":{"down":true,"east":true,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_156"}}, - {"when":{"down":true,"east":true,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_157"}}, - {"when":{"down":true,"east":true,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_158"}}, - {"when":{"down":true,"east":true,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_159"}}, - {"when":{"down":true,"east":true,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_160"}} - ] -} diff --git a/assets/minecraft/blockstates/red_mushroom_block.json b/assets/minecraft/blockstates/red_mushroom_block.json deleted file mode 100644 index d96ea7f..0000000 --- a/assets/minecraft/blockstates/red_mushroom_block.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "multipart":[ - {"when":{"down":false,"east":false,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_false"}}, - {"when":{"down":false,"east":false,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_1"}}, - {"when":{"down":false,"east":false,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_2"}}, - {"when":{"down":false,"east":false,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_3"}}, - {"when":{"down":false,"east":false,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_4"}}, - {"when":{"down":false,"east":false,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_5"}}, - {"when":{"down":false,"east":false,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_6"}}, - {"when":{"down":false,"east":false,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_7"}}, - {"when":{"down":false,"east":false,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_8"}}, - {"when":{"down":false,"east":false,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_9"}}, - {"when":{"down":false,"east":false,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_10"}}, - {"when":{"down":false,"east":true,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_11"}}, - {"when":{"down":false,"east":true,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_12"}}, - {"when":{"down":false,"east":true,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_13"}}, - {"when":{"down":false,"east":true,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_14"}}, - {"when":{"down":false,"east":true,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_15"}}, - {"when":{"down":false,"east":true,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_16"}}, - {"when":{"down":false,"east":false,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_17"}}, - {"when":{"down":true,"east":true,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/default/red_mushroom_block_default_true"}}, - - {"when":{"down":false,"east":false,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_55"}}, - {"when":{"down":false,"east":false,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_56"}}, - {"when":{"down":false,"east":false,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_57"}}, - {"when":{"down":false,"east":false,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_58"}}, - {"when":{"down":false,"east":true,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_59"}}, - {"when":{"down":false,"east":true,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_60"}}, - {"when":{"down":false,"east":true,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_61"}}, - {"when":{"down":false,"east":true,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_62"}}, - {"when":{"down":false,"east":true,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_63"}}, - {"when":{"down":false,"east":true,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_64"}}, - {"when":{"down":false,"east":true,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_65"}}, - {"when":{"down":false,"east":true,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_66"}}, - {"when":{"down":false,"east":true,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_67"}}, - {"when":{"down":false,"east":true,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_68"}}, - {"when":{"down":true,"east":false,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_69"}}, - {"when":{"down":true,"east":false,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_70"}}, - {"when":{"down":true,"east":false,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_71"}}, - {"when":{"down":true,"east":false,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_72"}}, - {"when":{"down":true,"east":false,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_73"}}, - {"when":{"down":true,"east":false,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_74"}}, - {"when":{"down":true,"east":false,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_75"}}, - {"when":{"down":true,"east":false,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_76"}}, - {"when":{"down":true,"east":false,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_77"}}, - {"when":{"down":true,"east":false,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_78"}}, - {"when":{"down":true,"east":false,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_79"}}, - {"when":{"down":true,"east":false,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_80"}}, - {"when":{"down":true,"east":false,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_81"}}, - {"when":{"down":true,"east":false,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_82"}}, - {"when":{"down":true,"east":false,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_83"}}, - {"when":{"down":true,"east":false,"north":true,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_84"}}, - {"when":{"down":true,"east":true,"north":false,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_85"}}, - {"when":{"down":true,"east":true,"north":false,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_86"}}, - {"when":{"down":true,"east":true,"north":false,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_87"}}, - {"when":{"down":true,"east":true,"north":false,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_88"}}, - {"when":{"down":true,"east":true,"north":false,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_89"}}, - {"when":{"down":true,"east":true,"north":false,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_90"}}, - {"when":{"down":true,"east":true,"north":false,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_91"}}, - {"when":{"down":true,"east":true,"north":false,"south":true,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_92"}}, - {"when":{"down":true,"east":true,"north":true,"south":false,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_93"}}, - {"when":{"down":true,"east":true,"north":true,"south":false,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_94"}}, - {"when":{"down":true,"east":true,"north":true,"south":false,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_95"}}, - {"when":{"down":true,"east":true,"north":true,"south":false,"up":true,"west":true},"apply":{"model":"block/custom/cui/block_96"}}, - {"when":{"down":true,"east":true,"north":true,"south":true,"up":false,"west":false},"apply":{"model":"block/custom/cui/block_97"}}, - {"when":{"down":true,"east":true,"north":true,"south":true,"up":false,"west":true},"apply":{"model":"block/custom/cui/block_98"}}, - {"when":{"down":true,"east":true,"north":true,"south":true,"up":true,"west":false},"apply":{"model":"block/custom/cui/block_99"}} - ] -} diff --git a/assets/minecraft/models/block/black_glazed_terracotta.json b/assets/minecraft/models/block/black_glazed_terracotta.json deleted file mode 100644 index 51be46c..0000000 --- a/assets/minecraft/models/block/black_glazed_terracotta.json +++ /dev/null @@ -1,1708 +0,0 @@ -{ - "credit": "A5H73Y", - "textures": { - "3": "blockbench/texture_1", - "4": "blockbench/texture_2", - "5": "blockbench/texture_3", - "6": "blockbench/black" - }, - "elements": [ - { - "name": "beams", - "from": [18, 11, 16], - "to": [19, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [-2, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [19, 12, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 20, 12.65], - "to": [19, 21, 13.65], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 21, 20]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "front", - "from": [-3, -4, 23.5], - "to": [19, 9, 26.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 14]}, - "faces": { - "north": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "left", - "from": [15.9, -4.2, -3], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 2]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "right", - "from": [-3, -4.2, -3], - "to": [0.1, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 3]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "back", - "from": [-3, -1, -5.5], - "to": [19, 9, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "bonet", - "from": [-3, 8, 16], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [5, 16, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "east": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 8], "texture": "#6"} - } - }, - { - "name": "top", - "from": [4, 6, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "middle", - "from": [4, 4, 26], - "to": [12, 5, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "bottom", - "from": [4, 2, 26], - "to": [12, 3, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "right", - "from": [4, 2, 26], - "to": [5, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "left", - "from": [11, 2, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [19, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, 26], - "to": [3, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, 26.5], - "to": [2, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, 26], - "to": [18, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, 26.5], - "to": [17, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, -6], - "to": [3, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, -6.5], - "to": [2, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, -6], - "to": [18, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, -6.5], - "to": [17, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "floor", - "from": [-1, -4, -3], - "to": [17, -1, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#3"} - } - }, - { - "name": "steering-wheel-holder", - "from": [7, 7, 15], - "to": [9, 8, 17.5], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "east": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "west": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 2.5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 2.5], "texture": "#4"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "front-bumper", - "from": [-4, -4.3, 23.5], - "to": [20, -0.3, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 34]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-bumper", - "from": [-4, -4.3, -6.5], - "to": [20, -0.3, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 4]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-plate", - "from": [4, -3.8, -7], - "to": [12, -0.8, -6], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 1]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "front-plate", - "from": [4, -3.8, 27], - "to": [12, -0.8, 28], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 35]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "exhaust", - "from": [-1, -3.75, -10], - "to": [1, -1.75, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 4, 2]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 5], "texture": "#4"} - } - }, - { - "name": "right-handle", - "from": [-4, 6, 0], - "to": [-3, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "left-handle", - "from": [19, 6, 0], - "to": [20, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [27, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "pedal", - "from": [10.2, -6, 15], - "to": [11.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [19.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [4.2, -6, 15], - "to": [5.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [13.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [7.2, -6, 15], - "to": [8.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [16.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [-5, 12, 15], - "to": [-3, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [4, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [19, 12, 15], - "to": [21, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [28, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.01806, 16.99328], - "to": [20.5497, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -5.08155, 16.99328], - "to": [20.5497, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 2.3812, 11.91392], - "to": [20.5497, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -0.51013, 14.88339], - "to": [20.5497, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 1.59976, 22.85408], - "to": [20.5497, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.29157, 19.88461], - "to": [20.5497, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 15.31318], - "to": [20.5497, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 19.45482], - "to": [20.5497, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -4.1996, 16.09482], - "to": [20.5497, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 16.4], - "to": [19.88, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 16.4], - "to": [19.88, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, 8.6], - "to": [19.88, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, 13.16], - "to": [19.88, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 25.4], - "to": [19.88, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 20.84], - "to": [19.88, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 13.82], - "to": [19.88, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 20.18], - "to": [19.88, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 16.04], - "to": [19.88, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [19.66826, -1.01806, 1.99328], - "to": [20.4497, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -5.08155, 1.99328], - "to": [20.4497, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 2.3812, -3.08608], - "to": [20.4497, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -0.51013, -0.11661], - "to": [20.4497, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 1.59976, 7.85408], - "to": [20.4497, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -1.29157, 4.88461], - "to": [20.4497, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 0.31318], - "to": [20.4497, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 4.45482], - "to": [20.4497, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -4.1996, 1.09482], - "to": [20.4497, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 1.4], - "to": [19.88, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 1.4], - "to": [19.88, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, -6.4], - "to": [19.88, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, -1.84], - "to": [19.88, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 10.4], - "to": [19.88, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 5.84], - "to": [19.88, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, -1.18], - "to": [19.88, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 5.18], - "to": [19.88, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 1.04], - "to": [19.88, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 16.99328], - "to": [-3.7503, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 16.99328], - "to": [-3.7503, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, 11.91392], - "to": [-3.7503, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, 14.88339], - "to": [-3.7503, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 22.85408], - "to": [-3.7503, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 19.88461], - "to": [-3.7503, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 15.31318], - "to": [-3.7503, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 19.45482], - "to": [-3.7503, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 16.09482], - "to": [-3.7503, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 16.4], - "to": [-0.12, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 16.4], - "to": [-0.12, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, 8.6], - "to": [-0.12, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, 13.16], - "to": [-0.12, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 25.4], - "to": [-0.12, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 20.84], - "to": [-0.12, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 13.82], - "to": [-0.12, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 20.18], - "to": [-0.12, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 16.04], - "to": [-0.12, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 1.99328], - "to": [-3.7503, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 1.99328], - "to": [-3.7503, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, -3.08608], - "to": [-3.7503, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, -0.11661], - "to": [-3.7503, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 7.85408], - "to": [-3.7503, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 4.88461], - "to": [-3.7503, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 0.31318], - "to": [-3.7503, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 4.45482], - "to": [-3.7503, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 1.09482], - "to": [-3.7503, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 1.4], - "to": [-0.12, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 1.4], - "to": [-0.12, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, -6.4], - "to": [-0.12, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, -1.84], - "to": [-0.12, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 10.4], - "to": [-0.12, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 5.84], - "to": [-0.12, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, -1.18], - "to": [-0.12, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 5.18], - "to": [-0.12, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 1.04], - "to": [-0.12, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - } - ], - "groups": [ - { - "name": "car", - "origin": [8, 8, 8], - "children": [ - { - "name": "body", - "origin": [8, 8, 8], - "children": [ - { - "name": "front-window", - "origin": [5, 23, 24], - "children": [0, 1, 2, 3] - }, - { - "name": "sides", - "origin": [8, 8, 8], - "children": [4, 5, - { - "name": "right", - "origin": [8, 8, 3], - "children": [6] - }, 7, 8] - } - ] - }, - { - "name": "grille", - "origin": [12, 10, 34], - "children": [9, 10, 11, 12, 13] - }, - { - "name": "lights", - "origin": [6, 10, 34], - "children": [14, 15, 16, 17] - }, - { - "name": "back-lights", - "origin": [6, 10, 34], - "children": [18, 19, 20, 21] - }, 22, 23, - { - "name": "steering-wheel", - "origin": [8, 8, 8], - "children": [24, 25, 26, 27, 28, 29, 30, 31] - }, - { - "name": "bumpers", - "origin": [8, 8, 8], - "children": [32, 33, - { - "name": "plates", - "origin": [9, 4, 35], - "children": [34, 35] - } - ] - }, 36, - { - "name": "handles", - "origin": [27, 14, 8], - "children": [37, 38] - }, - { - "name": "pedals", - "origin": [8, 8, 8], - "children": [39, 40, 41] - } - ] - }, - { - "name": "mirrors", - "origin": [8, 8, 8], - "children": [42, 43] - }, - { - "name": "wheels", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [44, 45, 46, 47, 48, 49, 50, 51, 52] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [53, 54, 55, 56, 57, 58, 59, 60, 61] - } - ] - }, - { - "name": "back-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [62, 63, 64, 65, 66, 67, 68, 69, 70] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [71, 72, 73, 74, 75, 76, 77, 78, 79] - } - ] - }, - { - "name": "front-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [80, 81, 82, 83, 84, 85, 86, 87, 88] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [89, 90, 91, 92, 93, 94, 95, 96, 97] - } - ] - }, - { - "name": "back-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [98, 99, 100, 101, 102, 103, 104, 105, 106] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [107, 108, 109, 110, 111, 112, 113, 114, 115] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/block/blue_glazed_terracotta.json b/assets/minecraft/models/block/blue_glazed_terracotta.json deleted file mode 100644 index 39501d7..0000000 --- a/assets/minecraft/models/block/blue_glazed_terracotta.json +++ /dev/null @@ -1,1708 +0,0 @@ -{ - "credit": "A5H73Y", - "textures": { - "3": "blockbench/texture_1", - "4": "blockbench/texture_2", - "5": "blockbench/texture_3", - "6": "blockbench/blue" - }, - "elements": [ - { - "name": "beams", - "from": [18, 11, 16], - "to": [19, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [-2, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [19, 12, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 20, 12.65], - "to": [19, 21, 13.65], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 21, 20]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "front", - "from": [-3, -4, 23.5], - "to": [19, 9, 26.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 14]}, - "faces": { - "north": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "left", - "from": [15.9, -4.2, -3], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 2]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "right", - "from": [-3, -4.2, -3], - "to": [0.1, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 3]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "back", - "from": [-3, -1, -5.5], - "to": [19, 9, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "bonet", - "from": [-3, 8, 16], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [5, 16, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "east": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 8], "texture": "#6"} - } - }, - { - "name": "top", - "from": [4, 6, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "middle", - "from": [4, 4, 26], - "to": [12, 5, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "bottom", - "from": [4, 2, 26], - "to": [12, 3, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "right", - "from": [4, 2, 26], - "to": [5, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "left", - "from": [11, 2, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [19, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, 26], - "to": [3, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, 26.5], - "to": [2, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, 26], - "to": [18, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, 26.5], - "to": [17, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, -6], - "to": [3, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, -6.5], - "to": [2, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, -6], - "to": [18, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, -6.5], - "to": [17, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "floor", - "from": [-1, -4, -3], - "to": [17, -1, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#3"} - } - }, - { - "name": "steering-wheel-holder", - "from": [7, 7, 15], - "to": [9, 8, 17.5], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "east": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "west": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 2.5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 2.5], "texture": "#4"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "front-bumper", - "from": [-4, -4.3, 23.5], - "to": [20, -0.3, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 34]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-bumper", - "from": [-4, -4.3, -6.5], - "to": [20, -0.3, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 4]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-plate", - "from": [4, -3.8, -7], - "to": [12, -0.8, -6], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 1]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "front-plate", - "from": [4, -3.8, 27], - "to": [12, -0.8, 28], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 35]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "exhaust", - "from": [-1, -3.75, -10], - "to": [1, -1.75, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 4, 2]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 5], "texture": "#4"} - } - }, - { - "name": "right-handle", - "from": [-4, 6, 0], - "to": [-3, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "left-handle", - "from": [19, 6, 0], - "to": [20, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [27, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "pedal", - "from": [10.2, -6, 15], - "to": [11.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [19.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [4.2, -6, 15], - "to": [5.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [13.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [7.2, -6, 15], - "to": [8.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [16.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [-5, 12, 15], - "to": [-3, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [4, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [19, 12, 15], - "to": [21, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [28, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.01806, 16.99328], - "to": [20.5497, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -5.08155, 16.99328], - "to": [20.5497, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 2.3812, 11.91392], - "to": [20.5497, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -0.51013, 14.88339], - "to": [20.5497, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 1.59976, 22.85408], - "to": [20.5497, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.29157, 19.88461], - "to": [20.5497, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 15.31318], - "to": [20.5497, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 19.45482], - "to": [20.5497, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -4.1996, 16.09482], - "to": [20.5497, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 16.4], - "to": [19.88, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 16.4], - "to": [19.88, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, 8.6], - "to": [19.88, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, 13.16], - "to": [19.88, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 25.4], - "to": [19.88, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 20.84], - "to": [19.88, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 13.82], - "to": [19.88, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 20.18], - "to": [19.88, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 16.04], - "to": [19.88, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [19.66826, -1.01806, 1.99328], - "to": [20.4497, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -5.08155, 1.99328], - "to": [20.4497, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 2.3812, -3.08608], - "to": [20.4497, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -0.51013, -0.11661], - "to": [20.4497, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 1.59976, 7.85408], - "to": [20.4497, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -1.29157, 4.88461], - "to": [20.4497, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 0.31318], - "to": [20.4497, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 4.45482], - "to": [20.4497, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -4.1996, 1.09482], - "to": [20.4497, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 1.4], - "to": [19.88, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 1.4], - "to": [19.88, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, -6.4], - "to": [19.88, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, -1.84], - "to": [19.88, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 10.4], - "to": [19.88, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 5.84], - "to": [19.88, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, -1.18], - "to": [19.88, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 5.18], - "to": [19.88, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 1.04], - "to": [19.88, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 16.99328], - "to": [-3.7503, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 16.99328], - "to": [-3.7503, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, 11.91392], - "to": [-3.7503, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, 14.88339], - "to": [-3.7503, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 22.85408], - "to": [-3.7503, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 19.88461], - "to": [-3.7503, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 15.31318], - "to": [-3.7503, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 19.45482], - "to": [-3.7503, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 16.09482], - "to": [-3.7503, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 16.4], - "to": [-0.12, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 16.4], - "to": [-0.12, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, 8.6], - "to": [-0.12, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, 13.16], - "to": [-0.12, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 25.4], - "to": [-0.12, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 20.84], - "to": [-0.12, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 13.82], - "to": [-0.12, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 20.18], - "to": [-0.12, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 16.04], - "to": [-0.12, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 1.99328], - "to": [-3.7503, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 1.99328], - "to": [-3.7503, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, -3.08608], - "to": [-3.7503, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, -0.11661], - "to": [-3.7503, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 7.85408], - "to": [-3.7503, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 4.88461], - "to": [-3.7503, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 0.31318], - "to": [-3.7503, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 4.45482], - "to": [-3.7503, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 1.09482], - "to": [-3.7503, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 1.4], - "to": [-0.12, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 1.4], - "to": [-0.12, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, -6.4], - "to": [-0.12, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, -1.84], - "to": [-0.12, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 10.4], - "to": [-0.12, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 5.84], - "to": [-0.12, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, -1.18], - "to": [-0.12, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 5.18], - "to": [-0.12, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 1.04], - "to": [-0.12, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - } - ], - "groups": [ - { - "name": "car", - "origin": [8, 8, 8], - "children": [ - { - "name": "body", - "origin": [8, 8, 8], - "children": [ - { - "name": "front-window", - "origin": [5, 23, 24], - "children": [0, 1, 2, 3] - }, - { - "name": "sides", - "origin": [8, 8, 8], - "children": [4, 5, - { - "name": "right", - "origin": [8, 8, 3], - "children": [6] - }, 7, 8] - } - ] - }, - { - "name": "grille", - "origin": [12, 10, 34], - "children": [9, 10, 11, 12, 13] - }, - { - "name": "lights", - "origin": [6, 10, 34], - "children": [14, 15, 16, 17] - }, - { - "name": "back-lights", - "origin": [6, 10, 34], - "children": [18, 19, 20, 21] - }, 22, 23, - { - "name": "steering-wheel", - "origin": [8, 8, 8], - "children": [24, 25, 26, 27, 28, 29, 30, 31] - }, - { - "name": "bumpers", - "origin": [8, 8, 8], - "children": [32, 33, - { - "name": "plates", - "origin": [9, 4, 35], - "children": [34, 35] - } - ] - }, 36, - { - "name": "handles", - "origin": [27, 14, 8], - "children": [37, 38] - }, - { - "name": "pedals", - "origin": [8, 8, 8], - "children": [39, 40, 41] - } - ] - }, - { - "name": "mirrors", - "origin": [8, 8, 8], - "children": [42, 43] - }, - { - "name": "wheels", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [44, 45, 46, 47, 48, 49, 50, 51, 52] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [53, 54, 55, 56, 57, 58, 59, 60, 61] - } - ] - }, - { - "name": "back-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [62, 63, 64, 65, 66, 67, 68, 69, 70] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [71, 72, 73, 74, 75, 76, 77, 78, 79] - } - ] - }, - { - "name": "front-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [80, 81, 82, 83, 84, 85, 86, 87, 88] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [89, 90, 91, 92, 93, 94, 95, 96, 97] - } - ] - }, - { - "name": "back-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [98, 99, 100, 101, 102, 103, 104, 105, 106] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [107, 108, 109, 110, 111, 112, 113, 114, 115] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/block/brown_glazed_terracotta.json b/assets/minecraft/models/block/brown_glazed_terracotta.json deleted file mode 100644 index 3dde70a..0000000 --- a/assets/minecraft/models/block/brown_glazed_terracotta.json +++ /dev/null @@ -1,1708 +0,0 @@ -{ - "credit": "A5H73Y", - "textures": { - "3": "blockbench/texture_1", - "4": "blockbench/texture_2", - "5": "blockbench/texture_3", - "6": "blockbench/brown" - }, - "elements": [ - { - "name": "beams", - "from": [18, 11, 16], - "to": [19, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [-2, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [19, 12, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 20, 12.65], - "to": [19, 21, 13.65], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 21, 20]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "front", - "from": [-3, -4, 23.5], - "to": [19, 9, 26.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 14]}, - "faces": { - "north": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "left", - "from": [15.9, -4.2, -3], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 2]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "right", - "from": [-3, -4.2, -3], - "to": [0.1, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 3]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "back", - "from": [-3, -1, -5.5], - "to": [19, 9, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "bonet", - "from": [-3, 8, 16], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [5, 16, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "east": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 8], "texture": "#6"} - } - }, - { - "name": "top", - "from": [4, 6, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "middle", - "from": [4, 4, 26], - "to": [12, 5, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "bottom", - "from": [4, 2, 26], - "to": [12, 3, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "right", - "from": [4, 2, 26], - "to": [5, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "left", - "from": [11, 2, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [19, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, 26], - "to": [3, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, 26.5], - "to": [2, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, 26], - "to": [18, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, 26.5], - "to": [17, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, -6], - "to": [3, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, -6.5], - "to": [2, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, -6], - "to": [18, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, -6.5], - "to": [17, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "floor", - "from": [-1, -4, -3], - "to": [17, -1, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#3"} - } - }, - { - "name": "steering-wheel-holder", - "from": [7, 7, 15], - "to": [9, 8, 17.5], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "east": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "west": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 2.5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 2.5], "texture": "#4"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "front-bumper", - "from": [-4, -4.3, 23.5], - "to": [20, -0.3, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 34]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-bumper", - "from": [-4, -4.3, -6.5], - "to": [20, -0.3, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 4]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-plate", - "from": [4, -3.8, -7], - "to": [12, -0.8, -6], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 1]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "front-plate", - "from": [4, -3.8, 27], - "to": [12, -0.8, 28], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 35]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "exhaust", - "from": [-1, -3.75, -10], - "to": [1, -1.75, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 4, 2]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 5], "texture": "#4"} - } - }, - { - "name": "right-handle", - "from": [-4, 6, 0], - "to": [-3, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "left-handle", - "from": [19, 6, 0], - "to": [20, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [27, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "pedal", - "from": [10.2, -6, 15], - "to": [11.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [19.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [4.2, -6, 15], - "to": [5.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [13.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [7.2, -6, 15], - "to": [8.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [16.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [-5, 12, 15], - "to": [-3, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [4, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [19, 12, 15], - "to": [21, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [28, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.01806, 16.99328], - "to": [20.5497, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -5.08155, 16.99328], - "to": [20.5497, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 2.3812, 11.91392], - "to": [20.5497, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -0.51013, 14.88339], - "to": [20.5497, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 1.59976, 22.85408], - "to": [20.5497, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.29157, 19.88461], - "to": [20.5497, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 15.31318], - "to": [20.5497, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 19.45482], - "to": [20.5497, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -4.1996, 16.09482], - "to": [20.5497, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 16.4], - "to": [19.88, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 16.4], - "to": [19.88, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, 8.6], - "to": [19.88, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, 13.16], - "to": [19.88, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 25.4], - "to": [19.88, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 20.84], - "to": [19.88, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 13.82], - "to": [19.88, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 20.18], - "to": [19.88, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 16.04], - "to": [19.88, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [19.66826, -1.01806, 1.99328], - "to": [20.4497, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -5.08155, 1.99328], - "to": [20.4497, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 2.3812, -3.08608], - "to": [20.4497, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -0.51013, -0.11661], - "to": [20.4497, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 1.59976, 7.85408], - "to": [20.4497, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -1.29157, 4.88461], - "to": [20.4497, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 0.31318], - "to": [20.4497, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 4.45482], - "to": [20.4497, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -4.1996, 1.09482], - "to": [20.4497, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 1.4], - "to": [19.88, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 1.4], - "to": [19.88, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, -6.4], - "to": [19.88, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, -1.84], - "to": [19.88, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 10.4], - "to": [19.88, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 5.84], - "to": [19.88, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, -1.18], - "to": [19.88, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 5.18], - "to": [19.88, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 1.04], - "to": [19.88, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 16.99328], - "to": [-3.7503, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 16.99328], - "to": [-3.7503, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, 11.91392], - "to": [-3.7503, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, 14.88339], - "to": [-3.7503, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 22.85408], - "to": [-3.7503, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 19.88461], - "to": [-3.7503, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 15.31318], - "to": [-3.7503, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 19.45482], - "to": [-3.7503, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 16.09482], - "to": [-3.7503, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 16.4], - "to": [-0.12, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 16.4], - "to": [-0.12, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, 8.6], - "to": [-0.12, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, 13.16], - "to": [-0.12, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 25.4], - "to": [-0.12, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 20.84], - "to": [-0.12, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 13.82], - "to": [-0.12, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 20.18], - "to": [-0.12, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 16.04], - "to": [-0.12, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 1.99328], - "to": [-3.7503, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 1.99328], - "to": [-3.7503, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, -3.08608], - "to": [-3.7503, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, -0.11661], - "to": [-3.7503, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 7.85408], - "to": [-3.7503, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 4.88461], - "to": [-3.7503, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 0.31318], - "to": [-3.7503, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 4.45482], - "to": [-3.7503, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 1.09482], - "to": [-3.7503, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 1.4], - "to": [-0.12, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 1.4], - "to": [-0.12, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, -6.4], - "to": [-0.12, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, -1.84], - "to": [-0.12, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 10.4], - "to": [-0.12, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 5.84], - "to": [-0.12, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, -1.18], - "to": [-0.12, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 5.18], - "to": [-0.12, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 1.04], - "to": [-0.12, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - } - ], - "groups": [ - { - "name": "car", - "origin": [8, 8, 8], - "children": [ - { - "name": "body", - "origin": [8, 8, 8], - "children": [ - { - "name": "front-window", - "origin": [5, 23, 24], - "children": [0, 1, 2, 3] - }, - { - "name": "sides", - "origin": [8, 8, 8], - "children": [4, 5, - { - "name": "right", - "origin": [8, 8, 3], - "children": [6] - }, 7, 8] - } - ] - }, - { - "name": "grille", - "origin": [12, 10, 34], - "children": [9, 10, 11, 12, 13] - }, - { - "name": "lights", - "origin": [6, 10, 34], - "children": [14, 15, 16, 17] - }, - { - "name": "back-lights", - "origin": [6, 10, 34], - "children": [18, 19, 20, 21] - }, 22, 23, - { - "name": "steering-wheel", - "origin": [8, 8, 8], - "children": [24, 25, 26, 27, 28, 29, 30, 31] - }, - { - "name": "bumpers", - "origin": [8, 8, 8], - "children": [32, 33, - { - "name": "plates", - "origin": [9, 4, 35], - "children": [34, 35] - } - ] - }, 36, - { - "name": "handles", - "origin": [27, 14, 8], - "children": [37, 38] - }, - { - "name": "pedals", - "origin": [8, 8, 8], - "children": [39, 40, 41] - } - ] - }, - { - "name": "mirrors", - "origin": [8, 8, 8], - "children": [42, 43] - }, - { - "name": "wheels", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [44, 45, 46, 47, 48, 49, 50, 51, 52] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [53, 54, 55, 56, 57, 58, 59, 60, 61] - } - ] - }, - { - "name": "back-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [62, 63, 64, 65, 66, 67, 68, 69, 70] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [71, 72, 73, 74, 75, 76, 77, 78, 79] - } - ] - }, - { - "name": "front-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [80, 81, 82, 83, 84, 85, 86, 87, 88] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [89, 90, 91, 92, 93, 94, 95, 96, 97] - } - ] - }, - { - "name": "back-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [98, 99, 100, 101, 102, 103, 104, 105, 106] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [107, 108, 109, 110, 111, 112, 113, 114, 115] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_1.json b/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_1.json deleted file mode 100644 index 2523220..0000000 --- a/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_1.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/brown_mushroom_block", - "particle": "block/brown_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#updown", "cullface": "east" }, - "north": { "texture": "#updown", "cullface": "north" }, - "south": { "texture": "#updown", "cullface": "south" }, - "up": { "texture": "#side", "cullface": "up" }, - "west": { "texture": "#updown", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_2.json b/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_2.json deleted file mode 100644 index f85b090..0000000 --- a/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_2.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/brown_mushroom_block", - "particle": "block/brown_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces":{ - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#updown", "cullface": "east" }, - "north": { "texture": "#updown", "cullface": "north" }, - "south": { "texture": "#updown", "cullface": "south" }, - "up": { "texture": "#side", "cullface": "up" }, - "west": { "texture": "#side", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_3.json b/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_3.json deleted file mode 100644 index 0936703..0000000 --- a/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_3.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/brown_mushroom_block", - "particle": "block/brown_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#updown", "cullface": "east" }, - "north": { "texture": "#updown", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "south" }, - "up": { "texture": "#side", "cullface": "up" }, - "west": { "texture": "#updown", "cullface": "west" } - } - } - ] -} diff --git a/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_4.json b/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_4.json deleted file mode 100644 index 0354844..0000000 --- a/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_4.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/brown_mushroom_block", - "particle": "block/brown_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#updown", "cullface": "east" }, - "north": { "texture": "#updown", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "south" }, - "up": { "texture": "#side", "cullface": "up" }, - "west": { "texture": "#side", "cullface": "west" } - } - } - ] -} diff --git a/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_5.json b/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_5.json deleted file mode 100644 index 2e623d3..0000000 --- a/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_5.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/brown_mushroom_block", - "particle": "block/brown_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#updown", "cullface": "east" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#updown", "cullface": "south" }, - "up": { "texture": "#side", "cullface": "up" }, - "west": { "texture": "#updown", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_6.json b/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_6.json deleted file mode 100644 index 7c4727a..0000000 --- a/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_6.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/brown_mushroom_block", - "particle": "block/brown_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#updown", "cullface": "east" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#updown", "cullface": "south" }, - "up": { "texture": "#side", "cullface": "up" }, - "west": { "texture": "#side", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_7.json b/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_7.json deleted file mode 100644 index 71f2317..0000000 --- a/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_7.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/brown_mushroom_block", - "particle": "block/brown_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#side", "cullface": "east" }, - "north": { "texture": "#updown", "cullface": "north" }, - "south": { "texture": "#updown", "cullface": "south" }, - "up": { "texture": "#side", "cullface": "up" }, - "west": { "texture": "#updown", "cullface": "west" } - } - } - ] -} diff --git a/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_8.json b/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_8.json deleted file mode 100644 index 17069c4..0000000 --- a/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_8.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/brown_mushroom_block", - "particle": "block/brown_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#side", "cullface": "east" }, - "north": { "texture": "#updown", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "south" }, - "up": { "texture": "#side", "cullface": "up" }, - "west": { "texture": "#updown", "cullface": "west" } - } - } - ] -} diff --git a/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_9.json b/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_9.json deleted file mode 100644 index 2916315..0000000 --- a/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_9.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/brown_mushroom_block", - "particle": "block/brown_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#side", "cullface": "east" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#updown", "cullface": "south" }, - "up": { "texture": "#side", "cullface": "up" }, - "west": { "texture": "#updown", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_false.json b/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_false.json deleted file mode 100644 index 9cee07f..0000000 --- a/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_false.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/brown_mushroom_block", - "particle": "block/brown_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#updown", "cullface": "down" }, - "up": { "texture": "#updown", "cullface": "up" }, - "north": { "texture": "#updown", "cullface": "north" }, - "south": { "texture": "#updown", "cullface": "south" }, - "west": { "texture": "#updown", "cullface": "west" }, - "east": { "texture": "#updown", "cullface": "east" } - } - } - ] -} diff --git a/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_true.json b/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_true.json deleted file mode 100644 index 2de90fb..0000000 --- a/assets/minecraft/models/block/custom/cui/default/brown_mushroom_block_default_true.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/brown_mushroom_block", - "particle": "block/brown_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#side", "cullface": "down" }, - "up": { "texture": "#side", "cullface": "up" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "west" }, - "east": { "texture": "#side", "cullface": "east" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/mushroom_stem_default.json b/assets/minecraft/models/block/custom/cui/default/mushroom_stem_default.json deleted file mode 100644 index 3b81106..0000000 --- a/assets/minecraft/models/block/custom/cui/default/mushroom_stem_default.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/mushroom_stem", - "particle": "block/mushroom_stem" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#side", "cullface": "east" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "south" }, - "up": { "texture": "#updown", "cullface": "up" }, - "west": { "texture": "#side", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/mushroom_stem_default_false.json b/assets/minecraft/models/block/custom/cui/default/mushroom_stem_default_false.json deleted file mode 100644 index ed3d3c9..0000000 --- a/assets/minecraft/models/block/custom/cui/default/mushroom_stem_default_false.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/mushroom_stem", - "particle": "block/mushroom_stem" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#updown", "cullface": "east" }, - "north": { "texture": "#updown", "cullface": "north" }, - "south": { "texture": "#updown", "cullface": "south" }, - "up": { "texture": "#updown", "cullface": "up" }, - "west": { "texture": "#updown", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/mushroom_stem_default_true.json b/assets/minecraft/models/block/custom/cui/default/mushroom_stem_default_true.json deleted file mode 100644 index 36a2873..0000000 --- a/assets/minecraft/models/block/custom/cui/default/mushroom_stem_default_true.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/mushroom_stem", - "particle": "block/mushroom_stem" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#side", "cullface": "down" }, - "east": { "texture": "#side", "cullface": "east" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "south" }, - "up": { "texture": "#side", "cullface": "up" }, - "west": { "texture": "#side", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_1.json b/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_1.json deleted file mode 100644 index 4a0e9b4..0000000 --- a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_1.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/red_mushroom_block", - "particle": "block/red_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces":{ - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#updown", "cullface": "east" }, - "north": { "texture": "#updown", "cullface": "north" }, - "south": { "texture": "#updown", "cullface": "south" }, - "up": { "texture": "#updown", "cullface": "up" }, - "west": { "texture": "#side", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_10.json b/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_10.json deleted file mode 100644 index 90fa4ba..0000000 --- a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_10.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/red_mushroom_block", - "particle": "block/red_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces":{ - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#updown", "cullface": "east" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#updown", "cullface": "south" }, - "up": { "texture": "#side", "cullface": "up" }, - "west": { "texture": "#side", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_11.json b/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_11.json deleted file mode 100644 index 162496c..0000000 --- a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_11.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/red_mushroom_block", - "particle": "block/red_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#side", "cullface": "east" }, - "north": { "texture": "#updown", "cullface": "north" }, - "south": { "texture": "#updown", "cullface": "south" }, - "up": { "texture": "#updown", "cullface": "up" }, - "west": { "texture": "#updown", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_12.json b/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_12.json deleted file mode 100644 index bac5bdf..0000000 --- a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_12.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/red_mushroom_block", - "particle": "block/red_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#side", "cullface": "east" }, - "north": { "texture": "#updown", "cullface": "north" }, - "south": { "texture": "#updown", "cullface": "south" }, - "up": { "texture": "#side", "cullface": "up" }, - "west": { "texture": "#updown", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_13.json b/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_13.json deleted file mode 100644 index ee195ad..0000000 --- a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_13.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/red_mushroom_block", - "particle": "block/red_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#side", "cullface": "east" }, - "north": { "texture": "#updown", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "south" }, - "up": { "texture": "#updown", "cullface": "up" }, - "west": { "texture": "#updown", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_14.json b/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_14.json deleted file mode 100644 index aab55a7..0000000 --- a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_14.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/red_mushroom_block", - "particle": "block/red_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#side", "cullface": "east" }, - "north": { "texture": "#updown", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "south" }, - "up": { "texture": "#side", "cullface": "up" }, - "west": { "texture": "#updown", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_15.json b/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_15.json deleted file mode 100644 index 968922f..0000000 --- a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_15.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/red_mushroom_block", - "particle": "block/red_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces":{ - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#side", "cullface": "east" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#updown", "cullface": "south" }, - "up": { "texture": "#updown", "cullface": "up" }, - "west": { "texture": "#updown", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_16.json b/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_16.json deleted file mode 100644 index 31be8a9..0000000 --- a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_16.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/red_mushroom_block", - "particle": "block/red_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces":{ - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#side", "cullface": "east" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#updown", "cullface": "south" }, - "up": { "texture": "#side", "cullface": "up" }, - "west": { "texture": "#updown", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_17.json b/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_17.json deleted file mode 100644 index fea67c6..0000000 --- a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_17.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/red_mushroom_block", - "particle": "block/red_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces":{ - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#updown", "cullface": "east" }, - "north": { "texture": "#updown", "cullface": "north" }, - "south": { "texture": "#updown", "cullface": "south" }, - "up": { "texture": "#side", "cullface": "up" }, - "west": { "texture": "#updown", "cullface": "west" } - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_2.json b/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_2.json deleted file mode 100644 index 573a310..0000000 --- a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_2.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/red_mushroom_block", - "particle": "block/red_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces":{ - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#updown", "cullface": "east" }, - "north": { "texture": "#updown", "cullface": "north" }, - "south": { "texture": "#updown", "cullface": "south" }, - "up": { "texture": "#side", "cullface": "up" }, - "west": { "texture": "#side", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_3.json b/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_3.json deleted file mode 100644 index ae1751b..0000000 --- a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_3.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/red_mushroom_block", - "particle": "block/red_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#updown", "cullface": "east" }, - "north": { "texture": "#updown", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "south" }, - "up": { "texture": "#updown", "cullface": "up" }, - "west": { "texture": "#updown", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_4.json b/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_4.json deleted file mode 100644 index 88f976f..0000000 --- a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_4.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/red_mushroom_block", - "particle": "block/red_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#updown", "cullface": "east" }, - "north": { "texture": "#updown", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "south" }, - "up": { "texture": "#updown", "cullface": "up" }, - "west": { "texture": "#side", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_5.json b/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_5.json deleted file mode 100644 index ff7c47f..0000000 --- a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_5.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/red_mushroom_block", - "particle": "block/red_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#updown", "cullface": "east" }, - "north": { "texture": "#updown", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "south" }, - "up": { "texture": "#side", "cullface": "up" }, - "west": { "texture": "#updown", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_6.json b/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_6.json deleted file mode 100644 index 659e1af..0000000 --- a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_6.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/red_mushroom_block", - "particle": "block/red_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#updown", "cullface": "east" }, - "north": { "texture": "#updown", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "south" }, - "up": { "texture": "#side", "cullface": "up" }, - "west": { "texture": "#side", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_7.json b/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_7.json deleted file mode 100644 index 0aaf7f7..0000000 --- a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_7.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/red_mushroom_block", - "particle": "block/red_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces":{ - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#updown", "cullface": "east" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#updown", "cullface": "south" }, - "up": { "texture": "#updown", "cullface": "up" }, - "west": { "texture": "#updown", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_8.json b/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_8.json deleted file mode 100644 index 9c7e733..0000000 --- a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_8.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/red_mushroom_block", - "particle": "block/red_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces":{ - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#updown", "cullface": "east" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#updown", "cullface": "south" }, - "up": { "texture": "#updown", "cullface": "up" }, - "west": { "texture": "#side", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_9.json b/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_9.json deleted file mode 100644 index 3695ac8..0000000 --- a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_9.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/red_mushroom_block", - "particle": "block/red_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces":{ - "down": { "texture": "#updown", "cullface": "down" }, - "east": { "texture": "#updown", "cullface": "east" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#updown", "cullface": "south" }, - "up": { "texture": "#side", "cullface": "up" }, - "west": { "texture": "#updown", "cullface": "west" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_false.json b/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_false.json deleted file mode 100644 index 5fa4503..0000000 --- a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_false.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/red_mushroom_block", - "particle": "block/red_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#updown", "cullface": "down" }, - "up": { "texture": "#updown", "cullface": "up" }, - "north": { "texture": "#updown", "cullface": "north" }, - "south": { "texture": "#updown", "cullface": "south" }, - "west": { "texture": "#updown", "cullface": "west" }, - "east": { "texture": "#updown", "cullface": "east" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_true.json b/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_true.json deleted file mode 100644 index 0796a05..0000000 --- a/assets/minecraft/models/block/custom/cui/default/red_mushroom_block_default_true.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "textures": { - "updown": "block/mushroom_block_inside", - "side": "block/red_mushroom_block", - "particle": "block/red_mushroom_block" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#side", "cullface": "down" }, - "up": { "texture": "#side", "cullface": "up" }, - "north": { "texture": "#side", "cullface": "north" }, - "south": { "texture": "#side", "cullface": "south" }, - "west": { "texture": "#side", "cullface": "west" }, - "east": { "texture": "#side", "cullface": "east" } - } - } - ] -} - diff --git a/assets/minecraft/models/block/cyan_glazed_terracotta.json b/assets/minecraft/models/block/cyan_glazed_terracotta.json deleted file mode 100644 index 76dd298..0000000 --- a/assets/minecraft/models/block/cyan_glazed_terracotta.json +++ /dev/null @@ -1,1708 +0,0 @@ -{ - "credit": "A5H73Y", - "textures": { - "3": "blockbench/texture_1", - "4": "blockbench/texture_2", - "5": "blockbench/texture_3", - "6": "blockbench/cyan" - }, - "elements": [ - { - "name": "beams", - "from": [18, 11, 16], - "to": [19, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [-2, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [19, 12, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 20, 12.65], - "to": [19, 21, 13.65], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 21, 20]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "front", - "from": [-3, -4, 23.5], - "to": [19, 9, 26.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 14]}, - "faces": { - "north": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "left", - "from": [15.9, -4.2, -3], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 2]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "right", - "from": [-3, -4.2, -3], - "to": [0.1, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 3]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "back", - "from": [-3, -1, -5.5], - "to": [19, 9, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "bonet", - "from": [-3, 8, 16], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [5, 16, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "east": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 8], "texture": "#6"} - } - }, - { - "name": "top", - "from": [4, 6, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "middle", - "from": [4, 4, 26], - "to": [12, 5, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "bottom", - "from": [4, 2, 26], - "to": [12, 3, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "right", - "from": [4, 2, 26], - "to": [5, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "left", - "from": [11, 2, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [19, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, 26], - "to": [3, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, 26.5], - "to": [2, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, 26], - "to": [18, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, 26.5], - "to": [17, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, -6], - "to": [3, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, -6.5], - "to": [2, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, -6], - "to": [18, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, -6.5], - "to": [17, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "floor", - "from": [-1, -4, -3], - "to": [17, -1, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#3"} - } - }, - { - "name": "steering-wheel-holder", - "from": [7, 7, 15], - "to": [9, 8, 17.5], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "east": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "west": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 2.5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 2.5], "texture": "#4"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "front-bumper", - "from": [-4, -4.3, 23.5], - "to": [20, -0.3, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 34]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-bumper", - "from": [-4, -4.3, -6.5], - "to": [20, -0.3, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 4]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-plate", - "from": [4, -3.8, -7], - "to": [12, -0.8, -6], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 1]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "front-plate", - "from": [4, -3.8, 27], - "to": [12, -0.8, 28], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 35]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "exhaust", - "from": [-1, -3.75, -10], - "to": [1, -1.75, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 4, 2]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 5], "texture": "#4"} - } - }, - { - "name": "right-handle", - "from": [-4, 6, 0], - "to": [-3, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "left-handle", - "from": [19, 6, 0], - "to": [20, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [27, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "pedal", - "from": [10.2, -6, 15], - "to": [11.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [19.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [4.2, -6, 15], - "to": [5.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [13.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [7.2, -6, 15], - "to": [8.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [16.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [-5, 12, 15], - "to": [-3, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [4, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [19, 12, 15], - "to": [21, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [28, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.01806, 16.99328], - "to": [20.5497, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -5.08155, 16.99328], - "to": [20.5497, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 2.3812, 11.91392], - "to": [20.5497, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -0.51013, 14.88339], - "to": [20.5497, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 1.59976, 22.85408], - "to": [20.5497, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.29157, 19.88461], - "to": [20.5497, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 15.31318], - "to": [20.5497, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 19.45482], - "to": [20.5497, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -4.1996, 16.09482], - "to": [20.5497, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 16.4], - "to": [19.88, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 16.4], - "to": [19.88, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, 8.6], - "to": [19.88, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, 13.16], - "to": [19.88, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 25.4], - "to": [19.88, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 20.84], - "to": [19.88, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 13.82], - "to": [19.88, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 20.18], - "to": [19.88, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 16.04], - "to": [19.88, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [19.66826, -1.01806, 1.99328], - "to": [20.4497, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -5.08155, 1.99328], - "to": [20.4497, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 2.3812, -3.08608], - "to": [20.4497, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -0.51013, -0.11661], - "to": [20.4497, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 1.59976, 7.85408], - "to": [20.4497, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -1.29157, 4.88461], - "to": [20.4497, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 0.31318], - "to": [20.4497, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 4.45482], - "to": [20.4497, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -4.1996, 1.09482], - "to": [20.4497, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 1.4], - "to": [19.88, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 1.4], - "to": [19.88, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, -6.4], - "to": [19.88, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, -1.84], - "to": [19.88, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 10.4], - "to": [19.88, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 5.84], - "to": [19.88, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, -1.18], - "to": [19.88, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 5.18], - "to": [19.88, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 1.04], - "to": [19.88, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 16.99328], - "to": [-3.7503, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 16.99328], - "to": [-3.7503, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, 11.91392], - "to": [-3.7503, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, 14.88339], - "to": [-3.7503, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 22.85408], - "to": [-3.7503, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 19.88461], - "to": [-3.7503, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 15.31318], - "to": [-3.7503, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 19.45482], - "to": [-3.7503, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 16.09482], - "to": [-3.7503, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 16.4], - "to": [-0.12, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 16.4], - "to": [-0.12, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, 8.6], - "to": [-0.12, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, 13.16], - "to": [-0.12, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 25.4], - "to": [-0.12, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 20.84], - "to": [-0.12, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 13.82], - "to": [-0.12, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 20.18], - "to": [-0.12, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 16.04], - "to": [-0.12, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 1.99328], - "to": [-3.7503, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 1.99328], - "to": [-3.7503, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, -3.08608], - "to": [-3.7503, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, -0.11661], - "to": [-3.7503, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 7.85408], - "to": [-3.7503, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 4.88461], - "to": [-3.7503, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 0.31318], - "to": [-3.7503, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 4.45482], - "to": [-3.7503, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 1.09482], - "to": [-3.7503, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 1.4], - "to": [-0.12, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 1.4], - "to": [-0.12, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, -6.4], - "to": [-0.12, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, -1.84], - "to": [-0.12, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 10.4], - "to": [-0.12, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 5.84], - "to": [-0.12, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, -1.18], - "to": [-0.12, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 5.18], - "to": [-0.12, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 1.04], - "to": [-0.12, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - } - ], - "groups": [ - { - "name": "car", - "origin": [8, 8, 8], - "children": [ - { - "name": "body", - "origin": [8, 8, 8], - "children": [ - { - "name": "front-window", - "origin": [5, 23, 24], - "children": [0, 1, 2, 3] - }, - { - "name": "sides", - "origin": [8, 8, 8], - "children": [4, 5, - { - "name": "right", - "origin": [8, 8, 3], - "children": [6] - }, 7, 8] - } - ] - }, - { - "name": "grille", - "origin": [12, 10, 34], - "children": [9, 10, 11, 12, 13] - }, - { - "name": "lights", - "origin": [6, 10, 34], - "children": [14, 15, 16, 17] - }, - { - "name": "back-lights", - "origin": [6, 10, 34], - "children": [18, 19, 20, 21] - }, 22, 23, - { - "name": "steering-wheel", - "origin": [8, 8, 8], - "children": [24, 25, 26, 27, 28, 29, 30, 31] - }, - { - "name": "bumpers", - "origin": [8, 8, 8], - "children": [32, 33, - { - "name": "plates", - "origin": [9, 4, 35], - "children": [34, 35] - } - ] - }, 36, - { - "name": "handles", - "origin": [27, 14, 8], - "children": [37, 38] - }, - { - "name": "pedals", - "origin": [8, 8, 8], - "children": [39, 40, 41] - } - ] - }, - { - "name": "mirrors", - "origin": [8, 8, 8], - "children": [42, 43] - }, - { - "name": "wheels", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [44, 45, 46, 47, 48, 49, 50, 51, 52] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [53, 54, 55, 56, 57, 58, 59, 60, 61] - } - ] - }, - { - "name": "back-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [62, 63, 64, 65, 66, 67, 68, 69, 70] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [71, 72, 73, 74, 75, 76, 77, 78, 79] - } - ] - }, - { - "name": "front-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [80, 81, 82, 83, 84, 85, 86, 87, 88] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [89, 90, 91, 92, 93, 94, 95, 96, 97] - } - ] - }, - { - "name": "back-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [98, 99, 100, 101, 102, 103, 104, 105, 106] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [107, 108, 109, 110, 111, 112, 113, 114, 115] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/block/gray_glazed_terracotta.json b/assets/minecraft/models/block/gray_glazed_terracotta.json deleted file mode 100644 index 2711b84..0000000 --- a/assets/minecraft/models/block/gray_glazed_terracotta.json +++ /dev/null @@ -1,1708 +0,0 @@ -{ - "credit": "A5H73Y", - "textures": { - "3": "blockbench/texture_1", - "4": "blockbench/texture_2", - "5": "blockbench/texture_3", - "6": "blockbench/gray" - }, - "elements": [ - { - "name": "beams", - "from": [18, 11, 16], - "to": [19, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [-2, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [19, 12, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 20, 12.65], - "to": [19, 21, 13.65], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 21, 20]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "front", - "from": [-3, -4, 23.5], - "to": [19, 9, 26.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 14]}, - "faces": { - "north": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "left", - "from": [15.9, -4.2, -3], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 2]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "right", - "from": [-3, -4.2, -3], - "to": [0.1, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 3]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "back", - "from": [-3, -1, -5.5], - "to": [19, 9, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "bonet", - "from": [-3, 8, 16], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [5, 16, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "east": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 8], "texture": "#6"} - } - }, - { - "name": "top", - "from": [4, 6, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "middle", - "from": [4, 4, 26], - "to": [12, 5, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "bottom", - "from": [4, 2, 26], - "to": [12, 3, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "right", - "from": [4, 2, 26], - "to": [5, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "left", - "from": [11, 2, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [19, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, 26], - "to": [3, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, 26.5], - "to": [2, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, 26], - "to": [18, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, 26.5], - "to": [17, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, -6], - "to": [3, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, -6.5], - "to": [2, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, -6], - "to": [18, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, -6.5], - "to": [17, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "floor", - "from": [-1, -4, -3], - "to": [17, -1, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#3"} - } - }, - { - "name": "steering-wheel-holder", - "from": [7, 7, 15], - "to": [9, 8, 17.5], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "east": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "west": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 2.5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 2.5], "texture": "#4"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "front-bumper", - "from": [-4, -4.3, 23.5], - "to": [20, -0.3, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 34]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-bumper", - "from": [-4, -4.3, -6.5], - "to": [20, -0.3, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 4]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-plate", - "from": [4, -3.8, -7], - "to": [12, -0.8, -6], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 1]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "front-plate", - "from": [4, -3.8, 27], - "to": [12, -0.8, 28], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 35]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "exhaust", - "from": [-1, -3.75, -10], - "to": [1, -1.75, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 4, 2]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 5], "texture": "#4"} - } - }, - { - "name": "right-handle", - "from": [-4, 6, 0], - "to": [-3, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "left-handle", - "from": [19, 6, 0], - "to": [20, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [27, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "pedal", - "from": [10.2, -6, 15], - "to": [11.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [19.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [4.2, -6, 15], - "to": [5.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [13.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [7.2, -6, 15], - "to": [8.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [16.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [-5, 12, 15], - "to": [-3, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [4, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [19, 12, 15], - "to": [21, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [28, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.01806, 16.99328], - "to": [20.5497, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -5.08155, 16.99328], - "to": [20.5497, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 2.3812, 11.91392], - "to": [20.5497, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -0.51013, 14.88339], - "to": [20.5497, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 1.59976, 22.85408], - "to": [20.5497, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.29157, 19.88461], - "to": [20.5497, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 15.31318], - "to": [20.5497, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 19.45482], - "to": [20.5497, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -4.1996, 16.09482], - "to": [20.5497, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 16.4], - "to": [19.88, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 16.4], - "to": [19.88, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, 8.6], - "to": [19.88, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, 13.16], - "to": [19.88, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 25.4], - "to": [19.88, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 20.84], - "to": [19.88, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 13.82], - "to": [19.88, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 20.18], - "to": [19.88, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 16.04], - "to": [19.88, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [19.66826, -1.01806, 1.99328], - "to": [20.4497, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -5.08155, 1.99328], - "to": [20.4497, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 2.3812, -3.08608], - "to": [20.4497, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -0.51013, -0.11661], - "to": [20.4497, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 1.59976, 7.85408], - "to": [20.4497, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -1.29157, 4.88461], - "to": [20.4497, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 0.31318], - "to": [20.4497, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 4.45482], - "to": [20.4497, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -4.1996, 1.09482], - "to": [20.4497, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 1.4], - "to": [19.88, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 1.4], - "to": [19.88, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, -6.4], - "to": [19.88, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, -1.84], - "to": [19.88, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 10.4], - "to": [19.88, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 5.84], - "to": [19.88, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, -1.18], - "to": [19.88, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 5.18], - "to": [19.88, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 1.04], - "to": [19.88, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 16.99328], - "to": [-3.7503, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 16.99328], - "to": [-3.7503, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, 11.91392], - "to": [-3.7503, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, 14.88339], - "to": [-3.7503, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 22.85408], - "to": [-3.7503, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 19.88461], - "to": [-3.7503, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 15.31318], - "to": [-3.7503, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 19.45482], - "to": [-3.7503, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 16.09482], - "to": [-3.7503, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 16.4], - "to": [-0.12, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 16.4], - "to": [-0.12, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, 8.6], - "to": [-0.12, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, 13.16], - "to": [-0.12, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 25.4], - "to": [-0.12, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 20.84], - "to": [-0.12, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 13.82], - "to": [-0.12, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 20.18], - "to": [-0.12, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 16.04], - "to": [-0.12, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 1.99328], - "to": [-3.7503, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 1.99328], - "to": [-3.7503, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, -3.08608], - "to": [-3.7503, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, -0.11661], - "to": [-3.7503, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 7.85408], - "to": [-3.7503, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 4.88461], - "to": [-3.7503, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 0.31318], - "to": [-3.7503, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 4.45482], - "to": [-3.7503, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 1.09482], - "to": [-3.7503, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 1.4], - "to": [-0.12, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 1.4], - "to": [-0.12, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, -6.4], - "to": [-0.12, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, -1.84], - "to": [-0.12, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 10.4], - "to": [-0.12, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 5.84], - "to": [-0.12, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, -1.18], - "to": [-0.12, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 5.18], - "to": [-0.12, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 1.04], - "to": [-0.12, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - } - ], - "groups": [ - { - "name": "car", - "origin": [8, 8, 8], - "children": [ - { - "name": "body", - "origin": [8, 8, 8], - "children": [ - { - "name": "front-window", - "origin": [5, 23, 24], - "children": [0, 1, 2, 3] - }, - { - "name": "sides", - "origin": [8, 8, 8], - "children": [4, 5, - { - "name": "right", - "origin": [8, 8, 3], - "children": [6] - }, 7, 8] - } - ] - }, - { - "name": "grille", - "origin": [12, 10, 34], - "children": [9, 10, 11, 12, 13] - }, - { - "name": "lights", - "origin": [6, 10, 34], - "children": [14, 15, 16, 17] - }, - { - "name": "back-lights", - "origin": [6, 10, 34], - "children": [18, 19, 20, 21] - }, 22, 23, - { - "name": "steering-wheel", - "origin": [8, 8, 8], - "children": [24, 25, 26, 27, 28, 29, 30, 31] - }, - { - "name": "bumpers", - "origin": [8, 8, 8], - "children": [32, 33, - { - "name": "plates", - "origin": [9, 4, 35], - "children": [34, 35] - } - ] - }, 36, - { - "name": "handles", - "origin": [27, 14, 8], - "children": [37, 38] - }, - { - "name": "pedals", - "origin": [8, 8, 8], - "children": [39, 40, 41] - } - ] - }, - { - "name": "mirrors", - "origin": [8, 8, 8], - "children": [42, 43] - }, - { - "name": "wheels", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [44, 45, 46, 47, 48, 49, 50, 51, 52] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [53, 54, 55, 56, 57, 58, 59, 60, 61] - } - ] - }, - { - "name": "back-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [62, 63, 64, 65, 66, 67, 68, 69, 70] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [71, 72, 73, 74, 75, 76, 77, 78, 79] - } - ] - }, - { - "name": "front-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [80, 81, 82, 83, 84, 85, 86, 87, 88] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [89, 90, 91, 92, 93, 94, 95, 96, 97] - } - ] - }, - { - "name": "back-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [98, 99, 100, 101, 102, 103, 104, 105, 106] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [107, 108, 109, 110, 111, 112, 113, 114, 115] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/block/green_glazed_terracotta.json b/assets/minecraft/models/block/green_glazed_terracotta.json deleted file mode 100644 index a25cac8..0000000 --- a/assets/minecraft/models/block/green_glazed_terracotta.json +++ /dev/null @@ -1,1708 +0,0 @@ -{ - "credit": "A5H73Y", - "textures": { - "3": "blockbench/texture_1", - "4": "blockbench/texture_2", - "5": "blockbench/texture_3", - "6": "blockbench/green" - }, - "elements": [ - { - "name": "beams", - "from": [18, 11, 16], - "to": [19, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [-2, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [19, 12, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 20, 12.65], - "to": [19, 21, 13.65], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 21, 20]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "front", - "from": [-3, -4, 23.5], - "to": [19, 9, 26.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 14]}, - "faces": { - "north": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "left", - "from": [15.9, -4.2, -3], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 2]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "right", - "from": [-3, -4.2, -3], - "to": [0.1, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 3]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "back", - "from": [-3, -1, -5.5], - "to": [19, 9, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "bonet", - "from": [-3, 8, 16], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [5, 16, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "east": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 8], "texture": "#6"} - } - }, - { - "name": "top", - "from": [4, 6, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "middle", - "from": [4, 4, 26], - "to": [12, 5, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "bottom", - "from": [4, 2, 26], - "to": [12, 3, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "right", - "from": [4, 2, 26], - "to": [5, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "left", - "from": [11, 2, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [19, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, 26], - "to": [3, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, 26.5], - "to": [2, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, 26], - "to": [18, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, 26.5], - "to": [17, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, -6], - "to": [3, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, -6.5], - "to": [2, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, -6], - "to": [18, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, -6.5], - "to": [17, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "floor", - "from": [-1, -4, -3], - "to": [17, -1, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#3"} - } - }, - { - "name": "steering-wheel-holder", - "from": [7, 7, 15], - "to": [9, 8, 17.5], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "east": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "west": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 2.5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 2.5], "texture": "#4"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "front-bumper", - "from": [-4, -4.3, 23.5], - "to": [20, -0.3, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 34]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-bumper", - "from": [-4, -4.3, -6.5], - "to": [20, -0.3, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 4]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-plate", - "from": [4, -3.8, -7], - "to": [12, -0.8, -6], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 1]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "front-plate", - "from": [4, -3.8, 27], - "to": [12, -0.8, 28], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 35]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "exhaust", - "from": [-1, -3.75, -10], - "to": [1, -1.75, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 4, 2]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 5], "texture": "#4"} - } - }, - { - "name": "right-handle", - "from": [-4, 6, 0], - "to": [-3, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "left-handle", - "from": [19, 6, 0], - "to": [20, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [27, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "pedal", - "from": [10.2, -6, 15], - "to": [11.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [19.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [4.2, -6, 15], - "to": [5.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [13.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [7.2, -6, 15], - "to": [8.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [16.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [-5, 12, 15], - "to": [-3, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [4, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [19, 12, 15], - "to": [21, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [28, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.01806, 16.99328], - "to": [20.5497, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -5.08155, 16.99328], - "to": [20.5497, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 2.3812, 11.91392], - "to": [20.5497, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -0.51013, 14.88339], - "to": [20.5497, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 1.59976, 22.85408], - "to": [20.5497, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.29157, 19.88461], - "to": [20.5497, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 15.31318], - "to": [20.5497, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 19.45482], - "to": [20.5497, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -4.1996, 16.09482], - "to": [20.5497, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 16.4], - "to": [19.88, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 16.4], - "to": [19.88, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, 8.6], - "to": [19.88, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, 13.16], - "to": [19.88, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 25.4], - "to": [19.88, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 20.84], - "to": [19.88, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 13.82], - "to": [19.88, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 20.18], - "to": [19.88, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 16.04], - "to": [19.88, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [19.66826, -1.01806, 1.99328], - "to": [20.4497, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -5.08155, 1.99328], - "to": [20.4497, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 2.3812, -3.08608], - "to": [20.4497, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -0.51013, -0.11661], - "to": [20.4497, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 1.59976, 7.85408], - "to": [20.4497, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -1.29157, 4.88461], - "to": [20.4497, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 0.31318], - "to": [20.4497, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 4.45482], - "to": [20.4497, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -4.1996, 1.09482], - "to": [20.4497, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 1.4], - "to": [19.88, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 1.4], - "to": [19.88, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, -6.4], - "to": [19.88, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, -1.84], - "to": [19.88, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 10.4], - "to": [19.88, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 5.84], - "to": [19.88, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, -1.18], - "to": [19.88, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 5.18], - "to": [19.88, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 1.04], - "to": [19.88, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 16.99328], - "to": [-3.7503, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 16.99328], - "to": [-3.7503, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, 11.91392], - "to": [-3.7503, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, 14.88339], - "to": [-3.7503, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 22.85408], - "to": [-3.7503, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 19.88461], - "to": [-3.7503, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 15.31318], - "to": [-3.7503, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 19.45482], - "to": [-3.7503, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 16.09482], - "to": [-3.7503, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 16.4], - "to": [-0.12, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 16.4], - "to": [-0.12, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, 8.6], - "to": [-0.12, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, 13.16], - "to": [-0.12, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 25.4], - "to": [-0.12, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 20.84], - "to": [-0.12, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 13.82], - "to": [-0.12, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 20.18], - "to": [-0.12, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 16.04], - "to": [-0.12, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 1.99328], - "to": [-3.7503, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 1.99328], - "to": [-3.7503, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, -3.08608], - "to": [-3.7503, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, -0.11661], - "to": [-3.7503, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 7.85408], - "to": [-3.7503, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 4.88461], - "to": [-3.7503, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 0.31318], - "to": [-3.7503, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 4.45482], - "to": [-3.7503, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 1.09482], - "to": [-3.7503, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 1.4], - "to": [-0.12, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 1.4], - "to": [-0.12, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, -6.4], - "to": [-0.12, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, -1.84], - "to": [-0.12, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 10.4], - "to": [-0.12, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 5.84], - "to": [-0.12, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, -1.18], - "to": [-0.12, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 5.18], - "to": [-0.12, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 1.04], - "to": [-0.12, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - } - ], - "groups": [ - { - "name": "car", - "origin": [8, 8, 8], - "children": [ - { - "name": "body", - "origin": [8, 8, 8], - "children": [ - { - "name": "front-window", - "origin": [5, 23, 24], - "children": [0, 1, 2, 3] - }, - { - "name": "sides", - "origin": [8, 8, 8], - "children": [4, 5, - { - "name": "right", - "origin": [8, 8, 3], - "children": [6] - }, 7, 8] - } - ] - }, - { - "name": "grille", - "origin": [12, 10, 34], - "children": [9, 10, 11, 12, 13] - }, - { - "name": "lights", - "origin": [6, 10, 34], - "children": [14, 15, 16, 17] - }, - { - "name": "back-lights", - "origin": [6, 10, 34], - "children": [18, 19, 20, 21] - }, 22, 23, - { - "name": "steering-wheel", - "origin": [8, 8, 8], - "children": [24, 25, 26, 27, 28, 29, 30, 31] - }, - { - "name": "bumpers", - "origin": [8, 8, 8], - "children": [32, 33, - { - "name": "plates", - "origin": [9, 4, 35], - "children": [34, 35] - } - ] - }, 36, - { - "name": "handles", - "origin": [27, 14, 8], - "children": [37, 38] - }, - { - "name": "pedals", - "origin": [8, 8, 8], - "children": [39, 40, 41] - } - ] - }, - { - "name": "mirrors", - "origin": [8, 8, 8], - "children": [42, 43] - }, - { - "name": "wheels", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [44, 45, 46, 47, 48, 49, 50, 51, 52] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [53, 54, 55, 56, 57, 58, 59, 60, 61] - } - ] - }, - { - "name": "back-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [62, 63, 64, 65, 66, 67, 68, 69, 70] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [71, 72, 73, 74, 75, 76, 77, 78, 79] - } - ] - }, - { - "name": "front-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [80, 81, 82, 83, 84, 85, 86, 87, 88] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [89, 90, 91, 92, 93, 94, 95, 96, 97] - } - ] - }, - { - "name": "back-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [98, 99, 100, 101, 102, 103, 104, 105, 106] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [107, 108, 109, 110, 111, 112, 113, 114, 115] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/block/light_blue_glazed_terracotta.json b/assets/minecraft/models/block/light_blue_glazed_terracotta.json deleted file mode 100644 index c5c70ce..0000000 --- a/assets/minecraft/models/block/light_blue_glazed_terracotta.json +++ /dev/null @@ -1,1708 +0,0 @@ -{ - "credit": "A5H73Y", - "textures": { - "3": "blockbench/texture_1", - "4": "blockbench/texture_2", - "5": "blockbench/texture_3", - "6": "blockbench/light_blue" - }, - "elements": [ - { - "name": "beams", - "from": [18, 11, 16], - "to": [19, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [-2, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [19, 12, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 20, 12.65], - "to": [19, 21, 13.65], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 21, 20]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "front", - "from": [-3, -4, 23.5], - "to": [19, 9, 26.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 14]}, - "faces": { - "north": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "left", - "from": [15.9, -4.2, -3], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 2]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "right", - "from": [-3, -4.2, -3], - "to": [0.1, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 3]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "back", - "from": [-3, -1, -5.5], - "to": [19, 9, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "bonet", - "from": [-3, 8, 16], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [5, 16, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "east": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 8], "texture": "#6"} - } - }, - { - "name": "top", - "from": [4, 6, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "middle", - "from": [4, 4, 26], - "to": [12, 5, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "bottom", - "from": [4, 2, 26], - "to": [12, 3, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "right", - "from": [4, 2, 26], - "to": [5, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "left", - "from": [11, 2, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [19, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, 26], - "to": [3, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, 26.5], - "to": [2, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, 26], - "to": [18, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, 26.5], - "to": [17, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, -6], - "to": [3, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, -6.5], - "to": [2, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, -6], - "to": [18, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, -6.5], - "to": [17, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "floor", - "from": [-1, -4, -3], - "to": [17, -1, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#3"} - } - }, - { - "name": "steering-wheel-holder", - "from": [7, 7, 15], - "to": [9, 8, 17.5], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "east": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "west": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 2.5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 2.5], "texture": "#4"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "front-bumper", - "from": [-4, -4.3, 23.5], - "to": [20, -0.3, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 34]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-bumper", - "from": [-4, -4.3, -6.5], - "to": [20, -0.3, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 4]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-plate", - "from": [4, -3.8, -7], - "to": [12, -0.8, -6], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 1]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "front-plate", - "from": [4, -3.8, 27], - "to": [12, -0.8, 28], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 35]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "exhaust", - "from": [-1, -3.75, -10], - "to": [1, -1.75, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 4, 2]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 5], "texture": "#4"} - } - }, - { - "name": "right-handle", - "from": [-4, 6, 0], - "to": [-3, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "left-handle", - "from": [19, 6, 0], - "to": [20, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [27, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "pedal", - "from": [10.2, -6, 15], - "to": [11.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [19.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [4.2, -6, 15], - "to": [5.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [13.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [7.2, -6, 15], - "to": [8.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [16.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [-5, 12, 15], - "to": [-3, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [4, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [19, 12, 15], - "to": [21, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [28, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.01806, 16.99328], - "to": [20.5497, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -5.08155, 16.99328], - "to": [20.5497, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 2.3812, 11.91392], - "to": [20.5497, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -0.51013, 14.88339], - "to": [20.5497, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 1.59976, 22.85408], - "to": [20.5497, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.29157, 19.88461], - "to": [20.5497, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 15.31318], - "to": [20.5497, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 19.45482], - "to": [20.5497, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -4.1996, 16.09482], - "to": [20.5497, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 16.4], - "to": [19.88, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 16.4], - "to": [19.88, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, 8.6], - "to": [19.88, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, 13.16], - "to": [19.88, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 25.4], - "to": [19.88, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 20.84], - "to": [19.88, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 13.82], - "to": [19.88, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 20.18], - "to": [19.88, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 16.04], - "to": [19.88, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [19.66826, -1.01806, 1.99328], - "to": [20.4497, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -5.08155, 1.99328], - "to": [20.4497, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 2.3812, -3.08608], - "to": [20.4497, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -0.51013, -0.11661], - "to": [20.4497, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 1.59976, 7.85408], - "to": [20.4497, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -1.29157, 4.88461], - "to": [20.4497, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 0.31318], - "to": [20.4497, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 4.45482], - "to": [20.4497, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -4.1996, 1.09482], - "to": [20.4497, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 1.4], - "to": [19.88, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 1.4], - "to": [19.88, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, -6.4], - "to": [19.88, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, -1.84], - "to": [19.88, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 10.4], - "to": [19.88, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 5.84], - "to": [19.88, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, -1.18], - "to": [19.88, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 5.18], - "to": [19.88, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 1.04], - "to": [19.88, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 16.99328], - "to": [-3.7503, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 16.99328], - "to": [-3.7503, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, 11.91392], - "to": [-3.7503, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, 14.88339], - "to": [-3.7503, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 22.85408], - "to": [-3.7503, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 19.88461], - "to": [-3.7503, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 15.31318], - "to": [-3.7503, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 19.45482], - "to": [-3.7503, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 16.09482], - "to": [-3.7503, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 16.4], - "to": [-0.12, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 16.4], - "to": [-0.12, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, 8.6], - "to": [-0.12, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, 13.16], - "to": [-0.12, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 25.4], - "to": [-0.12, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 20.84], - "to": [-0.12, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 13.82], - "to": [-0.12, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 20.18], - "to": [-0.12, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 16.04], - "to": [-0.12, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 1.99328], - "to": [-3.7503, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 1.99328], - "to": [-3.7503, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, -3.08608], - "to": [-3.7503, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, -0.11661], - "to": [-3.7503, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 7.85408], - "to": [-3.7503, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 4.88461], - "to": [-3.7503, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 0.31318], - "to": [-3.7503, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 4.45482], - "to": [-3.7503, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 1.09482], - "to": [-3.7503, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 1.4], - "to": [-0.12, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 1.4], - "to": [-0.12, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, -6.4], - "to": [-0.12, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, -1.84], - "to": [-0.12, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 10.4], - "to": [-0.12, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 5.84], - "to": [-0.12, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, -1.18], - "to": [-0.12, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 5.18], - "to": [-0.12, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 1.04], - "to": [-0.12, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - } - ], - "groups": [ - { - "name": "car", - "origin": [8, 8, 8], - "children": [ - { - "name": "body", - "origin": [8, 8, 8], - "children": [ - { - "name": "front-window", - "origin": [5, 23, 24], - "children": [0, 1, 2, 3] - }, - { - "name": "sides", - "origin": [8, 8, 8], - "children": [4, 5, - { - "name": "right", - "origin": [8, 8, 3], - "children": [6] - }, 7, 8] - } - ] - }, - { - "name": "grille", - "origin": [12, 10, 34], - "children": [9, 10, 11, 12, 13] - }, - { - "name": "lights", - "origin": [6, 10, 34], - "children": [14, 15, 16, 17] - }, - { - "name": "back-lights", - "origin": [6, 10, 34], - "children": [18, 19, 20, 21] - }, 22, 23, - { - "name": "steering-wheel", - "origin": [8, 8, 8], - "children": [24, 25, 26, 27, 28, 29, 30, 31] - }, - { - "name": "bumpers", - "origin": [8, 8, 8], - "children": [32, 33, - { - "name": "plates", - "origin": [9, 4, 35], - "children": [34, 35] - } - ] - }, 36, - { - "name": "handles", - "origin": [27, 14, 8], - "children": [37, 38] - }, - { - "name": "pedals", - "origin": [8, 8, 8], - "children": [39, 40, 41] - } - ] - }, - { - "name": "mirrors", - "origin": [8, 8, 8], - "children": [42, 43] - }, - { - "name": "wheels", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [44, 45, 46, 47, 48, 49, 50, 51, 52] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [53, 54, 55, 56, 57, 58, 59, 60, 61] - } - ] - }, - { - "name": "back-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [62, 63, 64, 65, 66, 67, 68, 69, 70] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [71, 72, 73, 74, 75, 76, 77, 78, 79] - } - ] - }, - { - "name": "front-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [80, 81, 82, 83, 84, 85, 86, 87, 88] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [89, 90, 91, 92, 93, 94, 95, 96, 97] - } - ] - }, - { - "name": "back-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [98, 99, 100, 101, 102, 103, 104, 105, 106] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [107, 108, 109, 110, 111, 112, 113, 114, 115] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/block/light_gray_glazed_terracotta.json b/assets/minecraft/models/block/light_gray_glazed_terracotta.json deleted file mode 100644 index a59c1d5..0000000 --- a/assets/minecraft/models/block/light_gray_glazed_terracotta.json +++ /dev/null @@ -1,1708 +0,0 @@ -{ - "credit": "A5H73Y", - "textures": { - "3": "blockbench/texture_1", - "4": "blockbench/texture_2", - "5": "blockbench/texture_3", - "6": "blockbench/light_gray" - }, - "elements": [ - { - "name": "beams", - "from": [18, 11, 16], - "to": [19, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [-2, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [19, 12, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 20, 12.65], - "to": [19, 21, 13.65], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 21, 20]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "front", - "from": [-3, -4, 23.5], - "to": [19, 9, 26.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 14]}, - "faces": { - "north": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "left", - "from": [15.9, -4.2, -3], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 2]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "right", - "from": [-3, -4.2, -3], - "to": [0.1, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 3]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "back", - "from": [-3, -1, -5.5], - "to": [19, 9, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "bonet", - "from": [-3, 8, 16], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [5, 16, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "east": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 8], "texture": "#6"} - } - }, - { - "name": "top", - "from": [4, 6, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "middle", - "from": [4, 4, 26], - "to": [12, 5, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "bottom", - "from": [4, 2, 26], - "to": [12, 3, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "right", - "from": [4, 2, 26], - "to": [5, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "left", - "from": [11, 2, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [19, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, 26], - "to": [3, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, 26.5], - "to": [2, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, 26], - "to": [18, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, 26.5], - "to": [17, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, -6], - "to": [3, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, -6.5], - "to": [2, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, -6], - "to": [18, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, -6.5], - "to": [17, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "floor", - "from": [-1, -4, -3], - "to": [17, -1, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#3"} - } - }, - { - "name": "steering-wheel-holder", - "from": [7, 7, 15], - "to": [9, 8, 17.5], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "east": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "west": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 2.5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 2.5], "texture": "#4"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "front-bumper", - "from": [-4, -4.3, 23.5], - "to": [20, -0.3, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 34]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-bumper", - "from": [-4, -4.3, -6.5], - "to": [20, -0.3, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 4]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-plate", - "from": [4, -3.8, -7], - "to": [12, -0.8, -6], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 1]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "front-plate", - "from": [4, -3.8, 27], - "to": [12, -0.8, 28], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 35]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "exhaust", - "from": [-1, -3.75, -10], - "to": [1, -1.75, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 4, 2]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 5], "texture": "#4"} - } - }, - { - "name": "right-handle", - "from": [-4, 6, 0], - "to": [-3, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "left-handle", - "from": [19, 6, 0], - "to": [20, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [27, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "pedal", - "from": [10.2, -6, 15], - "to": [11.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [19.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [4.2, -6, 15], - "to": [5.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [13.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [7.2, -6, 15], - "to": [8.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [16.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [-5, 12, 15], - "to": [-3, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [4, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [19, 12, 15], - "to": [21, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [28, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.01806, 16.99328], - "to": [20.5497, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -5.08155, 16.99328], - "to": [20.5497, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 2.3812, 11.91392], - "to": [20.5497, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -0.51013, 14.88339], - "to": [20.5497, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 1.59976, 22.85408], - "to": [20.5497, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.29157, 19.88461], - "to": [20.5497, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 15.31318], - "to": [20.5497, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 19.45482], - "to": [20.5497, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -4.1996, 16.09482], - "to": [20.5497, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 16.4], - "to": [19.88, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 16.4], - "to": [19.88, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, 8.6], - "to": [19.88, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, 13.16], - "to": [19.88, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 25.4], - "to": [19.88, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 20.84], - "to": [19.88, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 13.82], - "to": [19.88, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 20.18], - "to": [19.88, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 16.04], - "to": [19.88, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [19.66826, -1.01806, 1.99328], - "to": [20.4497, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -5.08155, 1.99328], - "to": [20.4497, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 2.3812, -3.08608], - "to": [20.4497, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -0.51013, -0.11661], - "to": [20.4497, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 1.59976, 7.85408], - "to": [20.4497, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -1.29157, 4.88461], - "to": [20.4497, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 0.31318], - "to": [20.4497, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 4.45482], - "to": [20.4497, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -4.1996, 1.09482], - "to": [20.4497, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 1.4], - "to": [19.88, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 1.4], - "to": [19.88, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, -6.4], - "to": [19.88, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, -1.84], - "to": [19.88, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 10.4], - "to": [19.88, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 5.84], - "to": [19.88, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, -1.18], - "to": [19.88, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 5.18], - "to": [19.88, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 1.04], - "to": [19.88, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 16.99328], - "to": [-3.7503, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 16.99328], - "to": [-3.7503, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, 11.91392], - "to": [-3.7503, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, 14.88339], - "to": [-3.7503, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 22.85408], - "to": [-3.7503, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 19.88461], - "to": [-3.7503, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 15.31318], - "to": [-3.7503, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 19.45482], - "to": [-3.7503, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 16.09482], - "to": [-3.7503, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 16.4], - "to": [-0.12, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 16.4], - "to": [-0.12, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, 8.6], - "to": [-0.12, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, 13.16], - "to": [-0.12, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 25.4], - "to": [-0.12, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 20.84], - "to": [-0.12, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 13.82], - "to": [-0.12, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 20.18], - "to": [-0.12, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 16.04], - "to": [-0.12, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 1.99328], - "to": [-3.7503, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 1.99328], - "to": [-3.7503, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, -3.08608], - "to": [-3.7503, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, -0.11661], - "to": [-3.7503, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 7.85408], - "to": [-3.7503, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 4.88461], - "to": [-3.7503, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 0.31318], - "to": [-3.7503, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 4.45482], - "to": [-3.7503, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 1.09482], - "to": [-3.7503, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 1.4], - "to": [-0.12, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 1.4], - "to": [-0.12, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, -6.4], - "to": [-0.12, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, -1.84], - "to": [-0.12, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 10.4], - "to": [-0.12, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 5.84], - "to": [-0.12, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, -1.18], - "to": [-0.12, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 5.18], - "to": [-0.12, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 1.04], - "to": [-0.12, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - } - ], - "groups": [ - { - "name": "car", - "origin": [8, 8, 8], - "children": [ - { - "name": "body", - "origin": [8, 8, 8], - "children": [ - { - "name": "front-window", - "origin": [5, 23, 24], - "children": [0, 1, 2, 3] - }, - { - "name": "sides", - "origin": [8, 8, 8], - "children": [4, 5, - { - "name": "right", - "origin": [8, 8, 3], - "children": [6] - }, 7, 8] - } - ] - }, - { - "name": "grille", - "origin": [12, 10, 34], - "children": [9, 10, 11, 12, 13] - }, - { - "name": "lights", - "origin": [6, 10, 34], - "children": [14, 15, 16, 17] - }, - { - "name": "back-lights", - "origin": [6, 10, 34], - "children": [18, 19, 20, 21] - }, 22, 23, - { - "name": "steering-wheel", - "origin": [8, 8, 8], - "children": [24, 25, 26, 27, 28, 29, 30, 31] - }, - { - "name": "bumpers", - "origin": [8, 8, 8], - "children": [32, 33, - { - "name": "plates", - "origin": [9, 4, 35], - "children": [34, 35] - } - ] - }, 36, - { - "name": "handles", - "origin": [27, 14, 8], - "children": [37, 38] - }, - { - "name": "pedals", - "origin": [8, 8, 8], - "children": [39, 40, 41] - } - ] - }, - { - "name": "mirrors", - "origin": [8, 8, 8], - "children": [42, 43] - }, - { - "name": "wheels", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [44, 45, 46, 47, 48, 49, 50, 51, 52] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [53, 54, 55, 56, 57, 58, 59, 60, 61] - } - ] - }, - { - "name": "back-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [62, 63, 64, 65, 66, 67, 68, 69, 70] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [71, 72, 73, 74, 75, 76, 77, 78, 79] - } - ] - }, - { - "name": "front-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [80, 81, 82, 83, 84, 85, 86, 87, 88] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [89, 90, 91, 92, 93, 94, 95, 96, 97] - } - ] - }, - { - "name": "back-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [98, 99, 100, 101, 102, 103, 104, 105, 106] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [107, 108, 109, 110, 111, 112, 113, 114, 115] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/block/lime_glazed_terracotta.json b/assets/minecraft/models/block/lime_glazed_terracotta.json deleted file mode 100644 index ad85458..0000000 --- a/assets/minecraft/models/block/lime_glazed_terracotta.json +++ /dev/null @@ -1,1708 +0,0 @@ -{ - "credit": "A5H73Y", - "textures": { - "3": "blockbench/texture_1", - "4": "blockbench/texture_2", - "5": "blockbench/texture_3", - "6": "blockbench/lime" - }, - "elements": [ - { - "name": "beams", - "from": [18, 11, 16], - "to": [19, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [-2, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [19, 12, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 20, 12.65], - "to": [19, 21, 13.65], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 21, 20]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "front", - "from": [-3, -4, 23.5], - "to": [19, 9, 26.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 14]}, - "faces": { - "north": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "left", - "from": [15.9, -4.2, -3], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 2]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "right", - "from": [-3, -4.2, -3], - "to": [0.1, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 3]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "back", - "from": [-3, -1, -5.5], - "to": [19, 9, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "bonet", - "from": [-3, 8, 16], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [5, 16, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "east": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 8], "texture": "#6"} - } - }, - { - "name": "top", - "from": [4, 6, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "middle", - "from": [4, 4, 26], - "to": [12, 5, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "bottom", - "from": [4, 2, 26], - "to": [12, 3, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "right", - "from": [4, 2, 26], - "to": [5, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "left", - "from": [11, 2, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [19, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, 26], - "to": [3, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, 26.5], - "to": [2, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, 26], - "to": [18, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, 26.5], - "to": [17, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, -6], - "to": [3, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, -6.5], - "to": [2, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, -6], - "to": [18, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, -6.5], - "to": [17, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "floor", - "from": [-1, -4, -3], - "to": [17, -1, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#3"} - } - }, - { - "name": "steering-wheel-holder", - "from": [7, 7, 15], - "to": [9, 8, 17.5], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "east": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "west": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 2.5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 2.5], "texture": "#4"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "front-bumper", - "from": [-4, -4.3, 23.5], - "to": [20, -0.3, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 34]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-bumper", - "from": [-4, -4.3, -6.5], - "to": [20, -0.3, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 4]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-plate", - "from": [4, -3.8, -7], - "to": [12, -0.8, -6], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 1]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "front-plate", - "from": [4, -3.8, 27], - "to": [12, -0.8, 28], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 35]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "exhaust", - "from": [-1, -3.75, -10], - "to": [1, -1.75, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 4, 2]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 5], "texture": "#4"} - } - }, - { - "name": "right-handle", - "from": [-4, 6, 0], - "to": [-3, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "left-handle", - "from": [19, 6, 0], - "to": [20, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [27, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "pedal", - "from": [10.2, -6, 15], - "to": [11.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [19.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [4.2, -6, 15], - "to": [5.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [13.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [7.2, -6, 15], - "to": [8.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [16.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [-5, 12, 15], - "to": [-3, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [4, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [19, 12, 15], - "to": [21, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [28, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.01806, 16.99328], - "to": [20.5497, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -5.08155, 16.99328], - "to": [20.5497, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 2.3812, 11.91392], - "to": [20.5497, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -0.51013, 14.88339], - "to": [20.5497, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 1.59976, 22.85408], - "to": [20.5497, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.29157, 19.88461], - "to": [20.5497, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 15.31318], - "to": [20.5497, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 19.45482], - "to": [20.5497, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -4.1996, 16.09482], - "to": [20.5497, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 16.4], - "to": [19.88, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 16.4], - "to": [19.88, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, 8.6], - "to": [19.88, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, 13.16], - "to": [19.88, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 25.4], - "to": [19.88, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 20.84], - "to": [19.88, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 13.82], - "to": [19.88, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 20.18], - "to": [19.88, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 16.04], - "to": [19.88, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [19.66826, -1.01806, 1.99328], - "to": [20.4497, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -5.08155, 1.99328], - "to": [20.4497, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 2.3812, -3.08608], - "to": [20.4497, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -0.51013, -0.11661], - "to": [20.4497, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 1.59976, 7.85408], - "to": [20.4497, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -1.29157, 4.88461], - "to": [20.4497, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 0.31318], - "to": [20.4497, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 4.45482], - "to": [20.4497, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -4.1996, 1.09482], - "to": [20.4497, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 1.4], - "to": [19.88, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 1.4], - "to": [19.88, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, -6.4], - "to": [19.88, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, -1.84], - "to": [19.88, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 10.4], - "to": [19.88, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 5.84], - "to": [19.88, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, -1.18], - "to": [19.88, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 5.18], - "to": [19.88, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 1.04], - "to": [19.88, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 16.99328], - "to": [-3.7503, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 16.99328], - "to": [-3.7503, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, 11.91392], - "to": [-3.7503, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, 14.88339], - "to": [-3.7503, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 22.85408], - "to": [-3.7503, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 19.88461], - "to": [-3.7503, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 15.31318], - "to": [-3.7503, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 19.45482], - "to": [-3.7503, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 16.09482], - "to": [-3.7503, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 16.4], - "to": [-0.12, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 16.4], - "to": [-0.12, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, 8.6], - "to": [-0.12, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, 13.16], - "to": [-0.12, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 25.4], - "to": [-0.12, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 20.84], - "to": [-0.12, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 13.82], - "to": [-0.12, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 20.18], - "to": [-0.12, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 16.04], - "to": [-0.12, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 1.99328], - "to": [-3.7503, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 1.99328], - "to": [-3.7503, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, -3.08608], - "to": [-3.7503, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, -0.11661], - "to": [-3.7503, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 7.85408], - "to": [-3.7503, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 4.88461], - "to": [-3.7503, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 0.31318], - "to": [-3.7503, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 4.45482], - "to": [-3.7503, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 1.09482], - "to": [-3.7503, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 1.4], - "to": [-0.12, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 1.4], - "to": [-0.12, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, -6.4], - "to": [-0.12, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, -1.84], - "to": [-0.12, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 10.4], - "to": [-0.12, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 5.84], - "to": [-0.12, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, -1.18], - "to": [-0.12, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 5.18], - "to": [-0.12, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 1.04], - "to": [-0.12, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - } - ], - "groups": [ - { - "name": "car", - "origin": [8, 8, 8], - "children": [ - { - "name": "body", - "origin": [8, 8, 8], - "children": [ - { - "name": "front-window", - "origin": [5, 23, 24], - "children": [0, 1, 2, 3] - }, - { - "name": "sides", - "origin": [8, 8, 8], - "children": [4, 5, - { - "name": "right", - "origin": [8, 8, 3], - "children": [6] - }, 7, 8] - } - ] - }, - { - "name": "grille", - "origin": [12, 10, 34], - "children": [9, 10, 11, 12, 13] - }, - { - "name": "lights", - "origin": [6, 10, 34], - "children": [14, 15, 16, 17] - }, - { - "name": "back-lights", - "origin": [6, 10, 34], - "children": [18, 19, 20, 21] - }, 22, 23, - { - "name": "steering-wheel", - "origin": [8, 8, 8], - "children": [24, 25, 26, 27, 28, 29, 30, 31] - }, - { - "name": "bumpers", - "origin": [8, 8, 8], - "children": [32, 33, - { - "name": "plates", - "origin": [9, 4, 35], - "children": [34, 35] - } - ] - }, 36, - { - "name": "handles", - "origin": [27, 14, 8], - "children": [37, 38] - }, - { - "name": "pedals", - "origin": [8, 8, 8], - "children": [39, 40, 41] - } - ] - }, - { - "name": "mirrors", - "origin": [8, 8, 8], - "children": [42, 43] - }, - { - "name": "wheels", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [44, 45, 46, 47, 48, 49, 50, 51, 52] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [53, 54, 55, 56, 57, 58, 59, 60, 61] - } - ] - }, - { - "name": "back-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [62, 63, 64, 65, 66, 67, 68, 69, 70] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [71, 72, 73, 74, 75, 76, 77, 78, 79] - } - ] - }, - { - "name": "front-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [80, 81, 82, 83, 84, 85, 86, 87, 88] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [89, 90, 91, 92, 93, 94, 95, 96, 97] - } - ] - }, - { - "name": "back-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [98, 99, 100, 101, 102, 103, 104, 105, 106] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [107, 108, 109, 110, 111, 112, 113, 114, 115] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/block/magenta_glazed_terracotta.json b/assets/minecraft/models/block/magenta_glazed_terracotta.json deleted file mode 100644 index 9dcc820..0000000 --- a/assets/minecraft/models/block/magenta_glazed_terracotta.json +++ /dev/null @@ -1,1708 +0,0 @@ -{ - "credit": "A5H73Y", - "textures": { - "3": "blockbench/texture_1", - "4": "blockbench/texture_2", - "5": "blockbench/texture_3", - "6": "blockbench/magenta" - }, - "elements": [ - { - "name": "beams", - "from": [18, 11, 16], - "to": [19, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [-2, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [19, 12, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 20, 12.65], - "to": [19, 21, 13.65], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 21, 20]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "front", - "from": [-3, -4, 23.5], - "to": [19, 9, 26.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 14]}, - "faces": { - "north": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "left", - "from": [15.9, -4.2, -3], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 2]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "right", - "from": [-3, -4.2, -3], - "to": [0.1, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 3]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "back", - "from": [-3, -1, -5.5], - "to": [19, 9, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "bonet", - "from": [-3, 8, 16], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [5, 16, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "east": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 8], "texture": "#6"} - } - }, - { - "name": "top", - "from": [4, 6, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "middle", - "from": [4, 4, 26], - "to": [12, 5, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "bottom", - "from": [4, 2, 26], - "to": [12, 3, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "right", - "from": [4, 2, 26], - "to": [5, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "left", - "from": [11, 2, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [19, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, 26], - "to": [3, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, 26.5], - "to": [2, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, 26], - "to": [18, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, 26.5], - "to": [17, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, -6], - "to": [3, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, -6.5], - "to": [2, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, -6], - "to": [18, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, -6.5], - "to": [17, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "floor", - "from": [-1, -4, -3], - "to": [17, -1, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#3"} - } - }, - { - "name": "steering-wheel-holder", - "from": [7, 7, 15], - "to": [9, 8, 17.5], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "east": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "west": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 2.5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 2.5], "texture": "#4"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "front-bumper", - "from": [-4, -4.3, 23.5], - "to": [20, -0.3, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 34]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-bumper", - "from": [-4, -4.3, -6.5], - "to": [20, -0.3, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 4]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-plate", - "from": [4, -3.8, -7], - "to": [12, -0.8, -6], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 1]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "front-plate", - "from": [4, -3.8, 27], - "to": [12, -0.8, 28], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 35]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "exhaust", - "from": [-1, -3.75, -10], - "to": [1, -1.75, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 4, 2]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 5], "texture": "#4"} - } - }, - { - "name": "right-handle", - "from": [-4, 6, 0], - "to": [-3, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "left-handle", - "from": [19, 6, 0], - "to": [20, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [27, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "pedal", - "from": [10.2, -6, 15], - "to": [11.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [19.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [4.2, -6, 15], - "to": [5.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [13.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [7.2, -6, 15], - "to": [8.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [16.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [-5, 12, 15], - "to": [-3, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [4, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [19, 12, 15], - "to": [21, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [28, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.01806, 16.99328], - "to": [20.5497, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -5.08155, 16.99328], - "to": [20.5497, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 2.3812, 11.91392], - "to": [20.5497, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -0.51013, 14.88339], - "to": [20.5497, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 1.59976, 22.85408], - "to": [20.5497, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.29157, 19.88461], - "to": [20.5497, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 15.31318], - "to": [20.5497, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 19.45482], - "to": [20.5497, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -4.1996, 16.09482], - "to": [20.5497, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 16.4], - "to": [19.88, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 16.4], - "to": [19.88, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, 8.6], - "to": [19.88, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, 13.16], - "to": [19.88, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 25.4], - "to": [19.88, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 20.84], - "to": [19.88, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 13.82], - "to": [19.88, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 20.18], - "to": [19.88, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 16.04], - "to": [19.88, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [19.66826, -1.01806, 1.99328], - "to": [20.4497, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -5.08155, 1.99328], - "to": [20.4497, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 2.3812, -3.08608], - "to": [20.4497, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -0.51013, -0.11661], - "to": [20.4497, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 1.59976, 7.85408], - "to": [20.4497, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -1.29157, 4.88461], - "to": [20.4497, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 0.31318], - "to": [20.4497, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 4.45482], - "to": [20.4497, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -4.1996, 1.09482], - "to": [20.4497, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 1.4], - "to": [19.88, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 1.4], - "to": [19.88, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, -6.4], - "to": [19.88, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, -1.84], - "to": [19.88, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 10.4], - "to": [19.88, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 5.84], - "to": [19.88, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, -1.18], - "to": [19.88, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 5.18], - "to": [19.88, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 1.04], - "to": [19.88, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 16.99328], - "to": [-3.7503, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 16.99328], - "to": [-3.7503, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, 11.91392], - "to": [-3.7503, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, 14.88339], - "to": [-3.7503, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 22.85408], - "to": [-3.7503, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 19.88461], - "to": [-3.7503, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 15.31318], - "to": [-3.7503, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 19.45482], - "to": [-3.7503, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 16.09482], - "to": [-3.7503, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 16.4], - "to": [-0.12, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 16.4], - "to": [-0.12, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, 8.6], - "to": [-0.12, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, 13.16], - "to": [-0.12, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 25.4], - "to": [-0.12, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 20.84], - "to": [-0.12, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 13.82], - "to": [-0.12, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 20.18], - "to": [-0.12, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 16.04], - "to": [-0.12, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 1.99328], - "to": [-3.7503, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 1.99328], - "to": [-3.7503, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, -3.08608], - "to": [-3.7503, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, -0.11661], - "to": [-3.7503, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 7.85408], - "to": [-3.7503, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 4.88461], - "to": [-3.7503, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 0.31318], - "to": [-3.7503, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 4.45482], - "to": [-3.7503, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 1.09482], - "to": [-3.7503, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 1.4], - "to": [-0.12, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 1.4], - "to": [-0.12, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, -6.4], - "to": [-0.12, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, -1.84], - "to": [-0.12, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 10.4], - "to": [-0.12, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 5.84], - "to": [-0.12, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, -1.18], - "to": [-0.12, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 5.18], - "to": [-0.12, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 1.04], - "to": [-0.12, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - } - ], - "groups": [ - { - "name": "car", - "origin": [8, 8, 8], - "children": [ - { - "name": "body", - "origin": [8, 8, 8], - "children": [ - { - "name": "front-window", - "origin": [5, 23, 24], - "children": [0, 1, 2, 3] - }, - { - "name": "sides", - "origin": [8, 8, 8], - "children": [4, 5, - { - "name": "right", - "origin": [8, 8, 3], - "children": [6] - }, 7, 8] - } - ] - }, - { - "name": "grille", - "origin": [12, 10, 34], - "children": [9, 10, 11, 12, 13] - }, - { - "name": "lights", - "origin": [6, 10, 34], - "children": [14, 15, 16, 17] - }, - { - "name": "back-lights", - "origin": [6, 10, 34], - "children": [18, 19, 20, 21] - }, 22, 23, - { - "name": "steering-wheel", - "origin": [8, 8, 8], - "children": [24, 25, 26, 27, 28, 29, 30, 31] - }, - { - "name": "bumpers", - "origin": [8, 8, 8], - "children": [32, 33, - { - "name": "plates", - "origin": [9, 4, 35], - "children": [34, 35] - } - ] - }, 36, - { - "name": "handles", - "origin": [27, 14, 8], - "children": [37, 38] - }, - { - "name": "pedals", - "origin": [8, 8, 8], - "children": [39, 40, 41] - } - ] - }, - { - "name": "mirrors", - "origin": [8, 8, 8], - "children": [42, 43] - }, - { - "name": "wheels", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [44, 45, 46, 47, 48, 49, 50, 51, 52] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [53, 54, 55, 56, 57, 58, 59, 60, 61] - } - ] - }, - { - "name": "back-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [62, 63, 64, 65, 66, 67, 68, 69, 70] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [71, 72, 73, 74, 75, 76, 77, 78, 79] - } - ] - }, - { - "name": "front-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [80, 81, 82, 83, 84, 85, 86, 87, 88] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [89, 90, 91, 92, 93, 94, 95, 96, 97] - } - ] - }, - { - "name": "back-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [98, 99, 100, 101, 102, 103, 104, 105, 106] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [107, 108, 109, 110, 111, 112, 113, 114, 115] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/block/orange_glazed_terracotta.json b/assets/minecraft/models/block/orange_glazed_terracotta.json deleted file mode 100644 index cd3e966..0000000 --- a/assets/minecraft/models/block/orange_glazed_terracotta.json +++ /dev/null @@ -1,1708 +0,0 @@ -{ - "credit": "A5H73Y", - "textures": { - "3": "blockbench/texture_1", - "4": "blockbench/texture_2", - "5": "blockbench/texture_3", - "6": "blockbench/orange" - }, - "elements": [ - { - "name": "beams", - "from": [18, 11, 16], - "to": [19, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [-2, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [19, 12, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 20, 12.65], - "to": [19, 21, 13.65], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 21, 20]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "front", - "from": [-3, -4, 23.5], - "to": [19, 9, 26.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 14]}, - "faces": { - "north": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "left", - "from": [15.9, -4.2, -3], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 2]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "right", - "from": [-3, -4.2, -3], - "to": [0.1, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 3]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "back", - "from": [-3, -1, -5.5], - "to": [19, 9, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "bonet", - "from": [-3, 8, 16], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [5, 16, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "east": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 8], "texture": "#6"} - } - }, - { - "name": "top", - "from": [4, 6, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "middle", - "from": [4, 4, 26], - "to": [12, 5, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "bottom", - "from": [4, 2, 26], - "to": [12, 3, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "right", - "from": [4, 2, 26], - "to": [5, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "left", - "from": [11, 2, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [19, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, 26], - "to": [3, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, 26.5], - "to": [2, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, 26], - "to": [18, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, 26.5], - "to": [17, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, -6], - "to": [3, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, -6.5], - "to": [2, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, -6], - "to": [18, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, -6.5], - "to": [17, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "floor", - "from": [-1, -4, -3], - "to": [17, -1, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#3"} - } - }, - { - "name": "steering-wheel-holder", - "from": [7, 7, 15], - "to": [9, 8, 17.5], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "east": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "west": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 2.5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 2.5], "texture": "#4"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "front-bumper", - "from": [-4, -4.3, 23.5], - "to": [20, -0.3, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 34]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-bumper", - "from": [-4, -4.3, -6.5], - "to": [20, -0.3, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 4]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-plate", - "from": [4, -3.8, -7], - "to": [12, -0.8, -6], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 1]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "front-plate", - "from": [4, -3.8, 27], - "to": [12, -0.8, 28], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 35]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "exhaust", - "from": [-1, -3.75, -10], - "to": [1, -1.75, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 4, 2]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 5], "texture": "#4"} - } - }, - { - "name": "right-handle", - "from": [-4, 6, 0], - "to": [-3, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "left-handle", - "from": [19, 6, 0], - "to": [20, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [27, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "pedal", - "from": [10.2, -6, 15], - "to": [11.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [19.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [4.2, -6, 15], - "to": [5.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [13.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [7.2, -6, 15], - "to": [8.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [16.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [-5, 12, 15], - "to": [-3, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [4, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [19, 12, 15], - "to": [21, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [28, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.01806, 16.99328], - "to": [20.5497, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -5.08155, 16.99328], - "to": [20.5497, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 2.3812, 11.91392], - "to": [20.5497, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -0.51013, 14.88339], - "to": [20.5497, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 1.59976, 22.85408], - "to": [20.5497, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.29157, 19.88461], - "to": [20.5497, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 15.31318], - "to": [20.5497, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 19.45482], - "to": [20.5497, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -4.1996, 16.09482], - "to": [20.5497, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 16.4], - "to": [19.88, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 16.4], - "to": [19.88, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, 8.6], - "to": [19.88, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, 13.16], - "to": [19.88, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 25.4], - "to": [19.88, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 20.84], - "to": [19.88, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 13.82], - "to": [19.88, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 20.18], - "to": [19.88, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 16.04], - "to": [19.88, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [19.66826, -1.01806, 1.99328], - "to": [20.4497, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -5.08155, 1.99328], - "to": [20.4497, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 2.3812, -3.08608], - "to": [20.4497, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -0.51013, -0.11661], - "to": [20.4497, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 1.59976, 7.85408], - "to": [20.4497, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -1.29157, 4.88461], - "to": [20.4497, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 0.31318], - "to": [20.4497, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 4.45482], - "to": [20.4497, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -4.1996, 1.09482], - "to": [20.4497, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 1.4], - "to": [19.88, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 1.4], - "to": [19.88, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, -6.4], - "to": [19.88, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, -1.84], - "to": [19.88, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 10.4], - "to": [19.88, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 5.84], - "to": [19.88, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, -1.18], - "to": [19.88, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 5.18], - "to": [19.88, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 1.04], - "to": [19.88, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 16.99328], - "to": [-3.7503, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 16.99328], - "to": [-3.7503, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, 11.91392], - "to": [-3.7503, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, 14.88339], - "to": [-3.7503, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 22.85408], - "to": [-3.7503, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 19.88461], - "to": [-3.7503, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 15.31318], - "to": [-3.7503, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 19.45482], - "to": [-3.7503, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 16.09482], - "to": [-3.7503, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 16.4], - "to": [-0.12, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 16.4], - "to": [-0.12, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, 8.6], - "to": [-0.12, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, 13.16], - "to": [-0.12, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 25.4], - "to": [-0.12, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 20.84], - "to": [-0.12, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 13.82], - "to": [-0.12, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 20.18], - "to": [-0.12, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 16.04], - "to": [-0.12, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 1.99328], - "to": [-3.7503, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 1.99328], - "to": [-3.7503, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, -3.08608], - "to": [-3.7503, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, -0.11661], - "to": [-3.7503, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 7.85408], - "to": [-3.7503, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 4.88461], - "to": [-3.7503, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 0.31318], - "to": [-3.7503, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 4.45482], - "to": [-3.7503, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 1.09482], - "to": [-3.7503, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 1.4], - "to": [-0.12, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 1.4], - "to": [-0.12, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, -6.4], - "to": [-0.12, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, -1.84], - "to": [-0.12, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 10.4], - "to": [-0.12, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 5.84], - "to": [-0.12, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, -1.18], - "to": [-0.12, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 5.18], - "to": [-0.12, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 1.04], - "to": [-0.12, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - } - ], - "groups": [ - { - "name": "car", - "origin": [8, 8, 8], - "children": [ - { - "name": "body", - "origin": [8, 8, 8], - "children": [ - { - "name": "front-window", - "origin": [5, 23, 24], - "children": [0, 1, 2, 3] - }, - { - "name": "sides", - "origin": [8, 8, 8], - "children": [4, 5, - { - "name": "right", - "origin": [8, 8, 3], - "children": [6] - }, 7, 8] - } - ] - }, - { - "name": "grille", - "origin": [12, 10, 34], - "children": [9, 10, 11, 12, 13] - }, - { - "name": "lights", - "origin": [6, 10, 34], - "children": [14, 15, 16, 17] - }, - { - "name": "back-lights", - "origin": [6, 10, 34], - "children": [18, 19, 20, 21] - }, 22, 23, - { - "name": "steering-wheel", - "origin": [8, 8, 8], - "children": [24, 25, 26, 27, 28, 29, 30, 31] - }, - { - "name": "bumpers", - "origin": [8, 8, 8], - "children": [32, 33, - { - "name": "plates", - "origin": [9, 4, 35], - "children": [34, 35] - } - ] - }, 36, - { - "name": "handles", - "origin": [27, 14, 8], - "children": [37, 38] - }, - { - "name": "pedals", - "origin": [8, 8, 8], - "children": [39, 40, 41] - } - ] - }, - { - "name": "mirrors", - "origin": [8, 8, 8], - "children": [42, 43] - }, - { - "name": "wheels", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [44, 45, 46, 47, 48, 49, 50, 51, 52] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [53, 54, 55, 56, 57, 58, 59, 60, 61] - } - ] - }, - { - "name": "back-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [62, 63, 64, 65, 66, 67, 68, 69, 70] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [71, 72, 73, 74, 75, 76, 77, 78, 79] - } - ] - }, - { - "name": "front-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [80, 81, 82, 83, 84, 85, 86, 87, 88] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [89, 90, 91, 92, 93, 94, 95, 96, 97] - } - ] - }, - { - "name": "back-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [98, 99, 100, 101, 102, 103, 104, 105, 106] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [107, 108, 109, 110, 111, 112, 113, 114, 115] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/block/pink_glazed_terracotta.json b/assets/minecraft/models/block/pink_glazed_terracotta.json deleted file mode 100644 index 71b660b..0000000 --- a/assets/minecraft/models/block/pink_glazed_terracotta.json +++ /dev/null @@ -1,1708 +0,0 @@ -{ - "credit": "A5H73Y", - "textures": { - "3": "blockbench/texture_1", - "4": "blockbench/texture_2", - "5": "blockbench/texture_3", - "6": "blockbench/pink" - }, - "elements": [ - { - "name": "beams", - "from": [18, 11, 16], - "to": [19, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [-2, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [19, 12, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 20, 12.65], - "to": [19, 21, 13.65], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 21, 20]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "front", - "from": [-3, -4, 23.5], - "to": [19, 9, 26.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 14]}, - "faces": { - "north": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "left", - "from": [15.9, -4.2, -3], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 2]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "right", - "from": [-3, -4.2, -3], - "to": [0.1, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 3]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "back", - "from": [-3, -1, -5.5], - "to": [19, 9, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "bonet", - "from": [-3, 8, 16], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [5, 16, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "east": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 8], "texture": "#6"} - } - }, - { - "name": "top", - "from": [4, 6, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "middle", - "from": [4, 4, 26], - "to": [12, 5, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "bottom", - "from": [4, 2, 26], - "to": [12, 3, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "right", - "from": [4, 2, 26], - "to": [5, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "left", - "from": [11, 2, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [19, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, 26], - "to": [3, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, 26.5], - "to": [2, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, 26], - "to": [18, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, 26.5], - "to": [17, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, -6], - "to": [3, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, -6.5], - "to": [2, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, -6], - "to": [18, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, -6.5], - "to": [17, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "floor", - "from": [-1, -4, -3], - "to": [17, -1, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#3"} - } - }, - { - "name": "steering-wheel-holder", - "from": [7, 7, 15], - "to": [9, 8, 17.5], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "east": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "west": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 2.5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 2.5], "texture": "#4"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "front-bumper", - "from": [-4, -4.3, 23.5], - "to": [20, -0.3, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 34]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-bumper", - "from": [-4, -4.3, -6.5], - "to": [20, -0.3, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 4]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-plate", - "from": [4, -3.8, -7], - "to": [12, -0.8, -6], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 1]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "front-plate", - "from": [4, -3.8, 27], - "to": [12, -0.8, 28], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 35]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "exhaust", - "from": [-1, -3.75, -10], - "to": [1, -1.75, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 4, 2]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 5], "texture": "#4"} - } - }, - { - "name": "right-handle", - "from": [-4, 6, 0], - "to": [-3, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "left-handle", - "from": [19, 6, 0], - "to": [20, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [27, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "pedal", - "from": [10.2, -6, 15], - "to": [11.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [19.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [4.2, -6, 15], - "to": [5.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [13.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [7.2, -6, 15], - "to": [8.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [16.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [-5, 12, 15], - "to": [-3, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [4, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [19, 12, 15], - "to": [21, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [28, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.01806, 16.99328], - "to": [20.5497, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -5.08155, 16.99328], - "to": [20.5497, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 2.3812, 11.91392], - "to": [20.5497, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -0.51013, 14.88339], - "to": [20.5497, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 1.59976, 22.85408], - "to": [20.5497, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.29157, 19.88461], - "to": [20.5497, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 15.31318], - "to": [20.5497, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 19.45482], - "to": [20.5497, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -4.1996, 16.09482], - "to": [20.5497, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 16.4], - "to": [19.88, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 16.4], - "to": [19.88, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, 8.6], - "to": [19.88, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, 13.16], - "to": [19.88, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 25.4], - "to": [19.88, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 20.84], - "to": [19.88, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 13.82], - "to": [19.88, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 20.18], - "to": [19.88, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 16.04], - "to": [19.88, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [19.66826, -1.01806, 1.99328], - "to": [20.4497, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -5.08155, 1.99328], - "to": [20.4497, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 2.3812, -3.08608], - "to": [20.4497, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -0.51013, -0.11661], - "to": [20.4497, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 1.59976, 7.85408], - "to": [20.4497, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -1.29157, 4.88461], - "to": [20.4497, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 0.31318], - "to": [20.4497, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 4.45482], - "to": [20.4497, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -4.1996, 1.09482], - "to": [20.4497, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 1.4], - "to": [19.88, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 1.4], - "to": [19.88, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, -6.4], - "to": [19.88, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, -1.84], - "to": [19.88, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 10.4], - "to": [19.88, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 5.84], - "to": [19.88, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, -1.18], - "to": [19.88, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 5.18], - "to": [19.88, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 1.04], - "to": [19.88, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 16.99328], - "to": [-3.7503, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 16.99328], - "to": [-3.7503, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, 11.91392], - "to": [-3.7503, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, 14.88339], - "to": [-3.7503, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 22.85408], - "to": [-3.7503, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 19.88461], - "to": [-3.7503, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 15.31318], - "to": [-3.7503, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 19.45482], - "to": [-3.7503, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 16.09482], - "to": [-3.7503, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 16.4], - "to": [-0.12, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 16.4], - "to": [-0.12, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, 8.6], - "to": [-0.12, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, 13.16], - "to": [-0.12, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 25.4], - "to": [-0.12, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 20.84], - "to": [-0.12, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 13.82], - "to": [-0.12, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 20.18], - "to": [-0.12, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 16.04], - "to": [-0.12, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 1.99328], - "to": [-3.7503, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 1.99328], - "to": [-3.7503, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, -3.08608], - "to": [-3.7503, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, -0.11661], - "to": [-3.7503, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 7.85408], - "to": [-3.7503, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 4.88461], - "to": [-3.7503, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 0.31318], - "to": [-3.7503, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 4.45482], - "to": [-3.7503, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 1.09482], - "to": [-3.7503, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 1.4], - "to": [-0.12, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 1.4], - "to": [-0.12, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, -6.4], - "to": [-0.12, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, -1.84], - "to": [-0.12, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 10.4], - "to": [-0.12, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 5.84], - "to": [-0.12, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, -1.18], - "to": [-0.12, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 5.18], - "to": [-0.12, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 1.04], - "to": [-0.12, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - } - ], - "groups": [ - { - "name": "car", - "origin": [8, 8, 8], - "children": [ - { - "name": "body", - "origin": [8, 8, 8], - "children": [ - { - "name": "front-window", - "origin": [5, 23, 24], - "children": [0, 1, 2, 3] - }, - { - "name": "sides", - "origin": [8, 8, 8], - "children": [4, 5, - { - "name": "right", - "origin": [8, 8, 3], - "children": [6] - }, 7, 8] - } - ] - }, - { - "name": "grille", - "origin": [12, 10, 34], - "children": [9, 10, 11, 12, 13] - }, - { - "name": "lights", - "origin": [6, 10, 34], - "children": [14, 15, 16, 17] - }, - { - "name": "back-lights", - "origin": [6, 10, 34], - "children": [18, 19, 20, 21] - }, 22, 23, - { - "name": "steering-wheel", - "origin": [8, 8, 8], - "children": [24, 25, 26, 27, 28, 29, 30, 31] - }, - { - "name": "bumpers", - "origin": [8, 8, 8], - "children": [32, 33, - { - "name": "plates", - "origin": [9, 4, 35], - "children": [34, 35] - } - ] - }, 36, - { - "name": "handles", - "origin": [27, 14, 8], - "children": [37, 38] - }, - { - "name": "pedals", - "origin": [8, 8, 8], - "children": [39, 40, 41] - } - ] - }, - { - "name": "mirrors", - "origin": [8, 8, 8], - "children": [42, 43] - }, - { - "name": "wheels", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [44, 45, 46, 47, 48, 49, 50, 51, 52] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [53, 54, 55, 56, 57, 58, 59, 60, 61] - } - ] - }, - { - "name": "back-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [62, 63, 64, 65, 66, 67, 68, 69, 70] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [71, 72, 73, 74, 75, 76, 77, 78, 79] - } - ] - }, - { - "name": "front-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [80, 81, 82, 83, 84, 85, 86, 87, 88] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [89, 90, 91, 92, 93, 94, 95, 96, 97] - } - ] - }, - { - "name": "back-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [98, 99, 100, 101, 102, 103, 104, 105, 106] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [107, 108, 109, 110, 111, 112, 113, 114, 115] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/block/purple_glazed_terracotta.json b/assets/minecraft/models/block/purple_glazed_terracotta.json deleted file mode 100644 index 9f37394..0000000 --- a/assets/minecraft/models/block/purple_glazed_terracotta.json +++ /dev/null @@ -1,1708 +0,0 @@ -{ - "credit": "A5H73Y", - "textures": { - "3": "blockbench/texture_1", - "4": "blockbench/texture_2", - "5": "blockbench/texture_3", - "6": "blockbench/purple" - }, - "elements": [ - { - "name": "beams", - "from": [18, 11, 16], - "to": [19, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [-2, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [19, 12, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 20, 12.65], - "to": [19, 21, 13.65], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 21, 20]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "front", - "from": [-3, -4, 23.5], - "to": [19, 9, 26.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 14]}, - "faces": { - "north": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "left", - "from": [15.9, -4.2, -3], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 2]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "right", - "from": [-3, -4.2, -3], - "to": [0.1, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 3]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "back", - "from": [-3, -1, -5.5], - "to": [19, 9, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "bonet", - "from": [-3, 8, 16], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [5, 16, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "east": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 8], "texture": "#6"} - } - }, - { - "name": "top", - "from": [4, 6, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "middle", - "from": [4, 4, 26], - "to": [12, 5, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "bottom", - "from": [4, 2, 26], - "to": [12, 3, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "right", - "from": [4, 2, 26], - "to": [5, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "left", - "from": [11, 2, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [19, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, 26], - "to": [3, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, 26.5], - "to": [2, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, 26], - "to": [18, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, 26.5], - "to": [17, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, -6], - "to": [3, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, -6.5], - "to": [2, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, -6], - "to": [18, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, -6.5], - "to": [17, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "floor", - "from": [-1, -4, -3], - "to": [17, -1, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#3"} - } - }, - { - "name": "steering-wheel-holder", - "from": [7, 7, 15], - "to": [9, 8, 17.5], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "east": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "west": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 2.5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 2.5], "texture": "#4"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "front-bumper", - "from": [-4, -4.3, 23.5], - "to": [20, -0.3, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 34]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-bumper", - "from": [-4, -4.3, -6.5], - "to": [20, -0.3, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 4]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-plate", - "from": [4, -3.8, -7], - "to": [12, -0.8, -6], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 1]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "front-plate", - "from": [4, -3.8, 27], - "to": [12, -0.8, 28], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 35]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "exhaust", - "from": [-1, -3.75, -10], - "to": [1, -1.75, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 4, 2]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 5], "texture": "#4"} - } - }, - { - "name": "right-handle", - "from": [-4, 6, 0], - "to": [-3, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "left-handle", - "from": [19, 6, 0], - "to": [20, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [27, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "pedal", - "from": [10.2, -6, 15], - "to": [11.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [19.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [4.2, -6, 15], - "to": [5.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [13.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [7.2, -6, 15], - "to": [8.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [16.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [-5, 12, 15], - "to": [-3, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [4, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [19, 12, 15], - "to": [21, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [28, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.01806, 16.99328], - "to": [20.5497, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -5.08155, 16.99328], - "to": [20.5497, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 2.3812, 11.91392], - "to": [20.5497, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -0.51013, 14.88339], - "to": [20.5497, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 1.59976, 22.85408], - "to": [20.5497, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.29157, 19.88461], - "to": [20.5497, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 15.31318], - "to": [20.5497, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 19.45482], - "to": [20.5497, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -4.1996, 16.09482], - "to": [20.5497, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 16.4], - "to": [19.88, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 16.4], - "to": [19.88, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, 8.6], - "to": [19.88, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, 13.16], - "to": [19.88, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 25.4], - "to": [19.88, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 20.84], - "to": [19.88, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 13.82], - "to": [19.88, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 20.18], - "to": [19.88, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 16.04], - "to": [19.88, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [19.66826, -1.01806, 1.99328], - "to": [20.4497, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -5.08155, 1.99328], - "to": [20.4497, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 2.3812, -3.08608], - "to": [20.4497, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -0.51013, -0.11661], - "to": [20.4497, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 1.59976, 7.85408], - "to": [20.4497, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -1.29157, 4.88461], - "to": [20.4497, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 0.31318], - "to": [20.4497, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 4.45482], - "to": [20.4497, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -4.1996, 1.09482], - "to": [20.4497, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 1.4], - "to": [19.88, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 1.4], - "to": [19.88, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, -6.4], - "to": [19.88, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, -1.84], - "to": [19.88, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 10.4], - "to": [19.88, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 5.84], - "to": [19.88, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, -1.18], - "to": [19.88, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 5.18], - "to": [19.88, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 1.04], - "to": [19.88, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 16.99328], - "to": [-3.7503, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 16.99328], - "to": [-3.7503, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, 11.91392], - "to": [-3.7503, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, 14.88339], - "to": [-3.7503, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 22.85408], - "to": [-3.7503, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 19.88461], - "to": [-3.7503, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 15.31318], - "to": [-3.7503, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 19.45482], - "to": [-3.7503, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 16.09482], - "to": [-3.7503, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 16.4], - "to": [-0.12, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 16.4], - "to": [-0.12, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, 8.6], - "to": [-0.12, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, 13.16], - "to": [-0.12, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 25.4], - "to": [-0.12, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 20.84], - "to": [-0.12, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 13.82], - "to": [-0.12, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 20.18], - "to": [-0.12, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 16.04], - "to": [-0.12, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 1.99328], - "to": [-3.7503, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 1.99328], - "to": [-3.7503, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, -3.08608], - "to": [-3.7503, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, -0.11661], - "to": [-3.7503, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 7.85408], - "to": [-3.7503, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 4.88461], - "to": [-3.7503, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 0.31318], - "to": [-3.7503, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 4.45482], - "to": [-3.7503, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 1.09482], - "to": [-3.7503, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 1.4], - "to": [-0.12, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 1.4], - "to": [-0.12, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, -6.4], - "to": [-0.12, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, -1.84], - "to": [-0.12, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 10.4], - "to": [-0.12, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 5.84], - "to": [-0.12, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, -1.18], - "to": [-0.12, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 5.18], - "to": [-0.12, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 1.04], - "to": [-0.12, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - } - ], - "groups": [ - { - "name": "car", - "origin": [8, 8, 8], - "children": [ - { - "name": "body", - "origin": [8, 8, 8], - "children": [ - { - "name": "front-window", - "origin": [5, 23, 24], - "children": [0, 1, 2, 3] - }, - { - "name": "sides", - "origin": [8, 8, 8], - "children": [4, 5, - { - "name": "right", - "origin": [8, 8, 3], - "children": [6] - }, 7, 8] - } - ] - }, - { - "name": "grille", - "origin": [12, 10, 34], - "children": [9, 10, 11, 12, 13] - }, - { - "name": "lights", - "origin": [6, 10, 34], - "children": [14, 15, 16, 17] - }, - { - "name": "back-lights", - "origin": [6, 10, 34], - "children": [18, 19, 20, 21] - }, 22, 23, - { - "name": "steering-wheel", - "origin": [8, 8, 8], - "children": [24, 25, 26, 27, 28, 29, 30, 31] - }, - { - "name": "bumpers", - "origin": [8, 8, 8], - "children": [32, 33, - { - "name": "plates", - "origin": [9, 4, 35], - "children": [34, 35] - } - ] - }, 36, - { - "name": "handles", - "origin": [27, 14, 8], - "children": [37, 38] - }, - { - "name": "pedals", - "origin": [8, 8, 8], - "children": [39, 40, 41] - } - ] - }, - { - "name": "mirrors", - "origin": [8, 8, 8], - "children": [42, 43] - }, - { - "name": "wheels", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [44, 45, 46, 47, 48, 49, 50, 51, 52] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [53, 54, 55, 56, 57, 58, 59, 60, 61] - } - ] - }, - { - "name": "back-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [62, 63, 64, 65, 66, 67, 68, 69, 70] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [71, 72, 73, 74, 75, 76, 77, 78, 79] - } - ] - }, - { - "name": "front-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [80, 81, 82, 83, 84, 85, 86, 87, 88] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [89, 90, 91, 92, 93, 94, 95, 96, 97] - } - ] - }, - { - "name": "back-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [98, 99, 100, 101, 102, 103, 104, 105, 106] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [107, 108, 109, 110, 111, 112, 113, 114, 115] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/block/red_glazed_terracotta.json b/assets/minecraft/models/block/red_glazed_terracotta.json deleted file mode 100644 index a265c06..0000000 --- a/assets/minecraft/models/block/red_glazed_terracotta.json +++ /dev/null @@ -1,1708 +0,0 @@ -{ - "credit": "A5H73Y", - "textures": { - "3": "blockbench/texture_1", - "4": "blockbench/texture_2", - "5": "blockbench/texture_3", - "6": "blockbench/red" - }, - "elements": [ - { - "name": "beams", - "from": [18, 11, 16], - "to": [19, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [-2, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [19, 12, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 20, 12.65], - "to": [19, 21, 13.65], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 21, 20]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "front", - "from": [-3, -4, 23.5], - "to": [19, 9, 26.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 14]}, - "faces": { - "north": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "left", - "from": [15.9, -4.2, -3], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 2]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "right", - "from": [-3, -4.2, -3], - "to": [0.1, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 3]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "back", - "from": [-3, -1, -5.5], - "to": [19, 9, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "bonet", - "from": [-3, 8, 16], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [5, 16, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "east": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 8], "texture": "#6"} - } - }, - { - "name": "top", - "from": [4, 6, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "middle", - "from": [4, 4, 26], - "to": [12, 5, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "bottom", - "from": [4, 2, 26], - "to": [12, 3, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "right", - "from": [4, 2, 26], - "to": [5, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "left", - "from": [11, 2, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [19, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, 26], - "to": [3, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, 26.5], - "to": [2, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, 26], - "to": [18, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, 26.5], - "to": [17, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, -6], - "to": [3, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, -6.5], - "to": [2, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, -6], - "to": [18, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, -6.5], - "to": [17, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "floor", - "from": [-1, -4, -3], - "to": [17, -1, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#3"} - } - }, - { - "name": "steering-wheel-holder", - "from": [7, 7, 15], - "to": [9, 8, 17.5], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "east": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "west": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 2.5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 2.5], "texture": "#4"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "front-bumper", - "from": [-4, -4.3, 23.5], - "to": [20, -0.3, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 34]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-bumper", - "from": [-4, -4.3, -6.5], - "to": [20, -0.3, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 4]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-plate", - "from": [4, -3.8, -7], - "to": [12, -0.8, -6], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 1]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "front-plate", - "from": [4, -3.8, 27], - "to": [12, -0.8, 28], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 35]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "exhaust", - "from": [-1, -3.75, -10], - "to": [1, -1.75, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 4, 2]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 5], "texture": "#4"} - } - }, - { - "name": "right-handle", - "from": [-4, 6, 0], - "to": [-3, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "left-handle", - "from": [19, 6, 0], - "to": [20, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [27, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "pedal", - "from": [10.2, -6, 15], - "to": [11.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [19.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [4.2, -6, 15], - "to": [5.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [13.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [7.2, -6, 15], - "to": [8.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [16.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [-5, 12, 15], - "to": [-3, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [4, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [19, 12, 15], - "to": [21, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [28, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.01806, 16.99328], - "to": [20.5497, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -5.08155, 16.99328], - "to": [20.5497, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 2.3812, 11.91392], - "to": [20.5497, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -0.51013, 14.88339], - "to": [20.5497, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 1.59976, 22.85408], - "to": [20.5497, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.29157, 19.88461], - "to": [20.5497, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 15.31318], - "to": [20.5497, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 19.45482], - "to": [20.5497, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -4.1996, 16.09482], - "to": [20.5497, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 16.4], - "to": [19.88, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 16.4], - "to": [19.88, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, 8.6], - "to": [19.88, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, 13.16], - "to": [19.88, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 25.4], - "to": [19.88, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 20.84], - "to": [19.88, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 13.82], - "to": [19.88, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 20.18], - "to": [19.88, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 16.04], - "to": [19.88, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [19.66826, -1.01806, 1.99328], - "to": [20.4497, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -5.08155, 1.99328], - "to": [20.4497, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 2.3812, -3.08608], - "to": [20.4497, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -0.51013, -0.11661], - "to": [20.4497, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 1.59976, 7.85408], - "to": [20.4497, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -1.29157, 4.88461], - "to": [20.4497, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 0.31318], - "to": [20.4497, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 4.45482], - "to": [20.4497, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -4.1996, 1.09482], - "to": [20.4497, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 1.4], - "to": [19.88, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 1.4], - "to": [19.88, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, -6.4], - "to": [19.88, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, -1.84], - "to": [19.88, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 10.4], - "to": [19.88, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 5.84], - "to": [19.88, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, -1.18], - "to": [19.88, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 5.18], - "to": [19.88, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 1.04], - "to": [19.88, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 16.99328], - "to": [-3.7503, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 16.99328], - "to": [-3.7503, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, 11.91392], - "to": [-3.7503, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, 14.88339], - "to": [-3.7503, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 22.85408], - "to": [-3.7503, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 19.88461], - "to": [-3.7503, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 15.31318], - "to": [-3.7503, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 19.45482], - "to": [-3.7503, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 16.09482], - "to": [-3.7503, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 16.4], - "to": [-0.12, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 16.4], - "to": [-0.12, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, 8.6], - "to": [-0.12, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, 13.16], - "to": [-0.12, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 25.4], - "to": [-0.12, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 20.84], - "to": [-0.12, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 13.82], - "to": [-0.12, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 20.18], - "to": [-0.12, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 16.04], - "to": [-0.12, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 1.99328], - "to": [-3.7503, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 1.99328], - "to": [-3.7503, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, -3.08608], - "to": [-3.7503, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, -0.11661], - "to": [-3.7503, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 7.85408], - "to": [-3.7503, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 4.88461], - "to": [-3.7503, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 0.31318], - "to": [-3.7503, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 4.45482], - "to": [-3.7503, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 1.09482], - "to": [-3.7503, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 1.4], - "to": [-0.12, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 1.4], - "to": [-0.12, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, -6.4], - "to": [-0.12, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, -1.84], - "to": [-0.12, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 10.4], - "to": [-0.12, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 5.84], - "to": [-0.12, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, -1.18], - "to": [-0.12, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 5.18], - "to": [-0.12, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 1.04], - "to": [-0.12, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - } - ], - "groups": [ - { - "name": "car", - "origin": [8, 8, 8], - "children": [ - { - "name": "body", - "origin": [8, 8, 8], - "children": [ - { - "name": "front-window", - "origin": [5, 23, 24], - "children": [0, 1, 2, 3] - }, - { - "name": "sides", - "origin": [8, 8, 8], - "children": [4, 5, - { - "name": "right", - "origin": [8, 8, 3], - "children": [6] - }, 7, 8] - } - ] - }, - { - "name": "grille", - "origin": [12, 10, 34], - "children": [9, 10, 11, 12, 13] - }, - { - "name": "lights", - "origin": [6, 10, 34], - "children": [14, 15, 16, 17] - }, - { - "name": "back-lights", - "origin": [6, 10, 34], - "children": [18, 19, 20, 21] - }, 22, 23, - { - "name": "steering-wheel", - "origin": [8, 8, 8], - "children": [24, 25, 26, 27, 28, 29, 30, 31] - }, - { - "name": "bumpers", - "origin": [8, 8, 8], - "children": [32, 33, - { - "name": "plates", - "origin": [9, 4, 35], - "children": [34, 35] - } - ] - }, 36, - { - "name": "handles", - "origin": [27, 14, 8], - "children": [37, 38] - }, - { - "name": "pedals", - "origin": [8, 8, 8], - "children": [39, 40, 41] - } - ] - }, - { - "name": "mirrors", - "origin": [8, 8, 8], - "children": [42, 43] - }, - { - "name": "wheels", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [44, 45, 46, 47, 48, 49, 50, 51, 52] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [53, 54, 55, 56, 57, 58, 59, 60, 61] - } - ] - }, - { - "name": "back-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [62, 63, 64, 65, 66, 67, 68, 69, 70] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [71, 72, 73, 74, 75, 76, 77, 78, 79] - } - ] - }, - { - "name": "front-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [80, 81, 82, 83, 84, 85, 86, 87, 88] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [89, 90, 91, 92, 93, 94, 95, 96, 97] - } - ] - }, - { - "name": "back-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [98, 99, 100, 101, 102, 103, 104, 105, 106] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [107, 108, 109, 110, 111, 112, 113, 114, 115] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/block/white_glazed_terracotta.json b/assets/minecraft/models/block/white_glazed_terracotta.json deleted file mode 100644 index 3ae3ea9..0000000 --- a/assets/minecraft/models/block/white_glazed_terracotta.json +++ /dev/null @@ -1,1708 +0,0 @@ -{ - "credit": "A5H73Y", - "textures": { - "3": "blockbench/texture_1", - "4": "blockbench/texture_2", - "5": "blockbench/texture_3", - "6": "blockbench/white" - }, - "elements": [ - { - "name": "beams", - "from": [18, 11, 16], - "to": [19, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [-2, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [19, 12, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 20, 12.65], - "to": [19, 21, 13.65], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 21, 20]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "front", - "from": [-3, -4, 23.5], - "to": [19, 9, 26.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 14]}, - "faces": { - "north": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "left", - "from": [15.9, -4.2, -3], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 2]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "right", - "from": [-3, -4.2, -3], - "to": [0.1, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 3]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "back", - "from": [-3, -1, -5.5], - "to": [19, 9, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "bonet", - "from": [-3, 8, 16], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [5, 16, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "east": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 8], "texture": "#6"} - } - }, - { - "name": "top", - "from": [4, 6, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "middle", - "from": [4, 4, 26], - "to": [12, 5, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "bottom", - "from": [4, 2, 26], - "to": [12, 3, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "right", - "from": [4, 2, 26], - "to": [5, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "left", - "from": [11, 2, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [19, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, 26], - "to": [3, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, 26.5], - "to": [2, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, 26], - "to": [18, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, 26.5], - "to": [17, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, -6], - "to": [3, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, -6.5], - "to": [2, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, -6], - "to": [18, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, -6.5], - "to": [17, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "floor", - "from": [-1, -4, -3], - "to": [17, -1, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#3"} - } - }, - { - "name": "steering-wheel-holder", - "from": [7, 7, 15], - "to": [9, 8, 17.5], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "east": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "west": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 2.5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 2.5], "texture": "#4"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "front-bumper", - "from": [-4, -4.3, 23.5], - "to": [20, -0.3, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 34]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-bumper", - "from": [-4, -4.3, -6.5], - "to": [20, -0.3, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 4]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-plate", - "from": [4, -3.8, -7], - "to": [12, -0.8, -6], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 1]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "front-plate", - "from": [4, -3.8, 27], - "to": [12, -0.8, 28], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 35]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "exhaust", - "from": [-1, -3.75, -10], - "to": [1, -1.75, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 4, 2]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 5], "texture": "#4"} - } - }, - { - "name": "right-handle", - "from": [-4, 6, 0], - "to": [-3, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "left-handle", - "from": [19, 6, 0], - "to": [20, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [27, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "pedal", - "from": [10.2, -6, 15], - "to": [11.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [19.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [4.2, -6, 15], - "to": [5.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [13.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [7.2, -6, 15], - "to": [8.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [16.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [-5, 12, 15], - "to": [-3, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [4, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [19, 12, 15], - "to": [21, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [28, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.01806, 16.99328], - "to": [20.5497, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -5.08155, 16.99328], - "to": [20.5497, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 2.3812, 11.91392], - "to": [20.5497, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -0.51013, 14.88339], - "to": [20.5497, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 1.59976, 22.85408], - "to": [20.5497, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.29157, 19.88461], - "to": [20.5497, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 15.31318], - "to": [20.5497, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 19.45482], - "to": [20.5497, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -4.1996, 16.09482], - "to": [20.5497, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 16.4], - "to": [19.88, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 16.4], - "to": [19.88, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, 8.6], - "to": [19.88, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, 13.16], - "to": [19.88, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 25.4], - "to": [19.88, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 20.84], - "to": [19.88, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 13.82], - "to": [19.88, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 20.18], - "to": [19.88, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 16.04], - "to": [19.88, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [19.66826, -1.01806, 1.99328], - "to": [20.4497, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -5.08155, 1.99328], - "to": [20.4497, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 2.3812, -3.08608], - "to": [20.4497, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -0.51013, -0.11661], - "to": [20.4497, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 1.59976, 7.85408], - "to": [20.4497, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -1.29157, 4.88461], - "to": [20.4497, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 0.31318], - "to": [20.4497, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 4.45482], - "to": [20.4497, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -4.1996, 1.09482], - "to": [20.4497, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 1.4], - "to": [19.88, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 1.4], - "to": [19.88, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, -6.4], - "to": [19.88, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, -1.84], - "to": [19.88, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 10.4], - "to": [19.88, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 5.84], - "to": [19.88, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, -1.18], - "to": [19.88, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 5.18], - "to": [19.88, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 1.04], - "to": [19.88, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 16.99328], - "to": [-3.7503, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 16.99328], - "to": [-3.7503, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, 11.91392], - "to": [-3.7503, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, 14.88339], - "to": [-3.7503, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 22.85408], - "to": [-3.7503, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 19.88461], - "to": [-3.7503, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 15.31318], - "to": [-3.7503, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 19.45482], - "to": [-3.7503, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 16.09482], - "to": [-3.7503, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 16.4], - "to": [-0.12, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 16.4], - "to": [-0.12, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, 8.6], - "to": [-0.12, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, 13.16], - "to": [-0.12, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 25.4], - "to": [-0.12, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 20.84], - "to": [-0.12, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 13.82], - "to": [-0.12, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 20.18], - "to": [-0.12, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 16.04], - "to": [-0.12, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 1.99328], - "to": [-3.7503, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 1.99328], - "to": [-3.7503, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, -3.08608], - "to": [-3.7503, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, -0.11661], - "to": [-3.7503, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 7.85408], - "to": [-3.7503, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 4.88461], - "to": [-3.7503, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 0.31318], - "to": [-3.7503, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 4.45482], - "to": [-3.7503, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 1.09482], - "to": [-3.7503, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 1.4], - "to": [-0.12, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 1.4], - "to": [-0.12, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, -6.4], - "to": [-0.12, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, -1.84], - "to": [-0.12, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 10.4], - "to": [-0.12, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 5.84], - "to": [-0.12, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, -1.18], - "to": [-0.12, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 5.18], - "to": [-0.12, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 1.04], - "to": [-0.12, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - } - ], - "groups": [ - { - "name": "car", - "origin": [8, 8, 8], - "children": [ - { - "name": "body", - "origin": [8, 8, 8], - "children": [ - { - "name": "front-window", - "origin": [5, 23, 24], - "children": [0, 1, 2, 3] - }, - { - "name": "sides", - "origin": [8, 8, 8], - "children": [4, 5, - { - "name": "right", - "origin": [8, 8, 3], - "children": [6] - }, 7, 8] - } - ] - }, - { - "name": "grille", - "origin": [12, 10, 34], - "children": [9, 10, 11, 12, 13] - }, - { - "name": "lights", - "origin": [6, 10, 34], - "children": [14, 15, 16, 17] - }, - { - "name": "back-lights", - "origin": [6, 10, 34], - "children": [18, 19, 20, 21] - }, 22, 23, - { - "name": "steering-wheel", - "origin": [8, 8, 8], - "children": [24, 25, 26, 27, 28, 29, 30, 31] - }, - { - "name": "bumpers", - "origin": [8, 8, 8], - "children": [32, 33, - { - "name": "plates", - "origin": [9, 4, 35], - "children": [34, 35] - } - ] - }, 36, - { - "name": "handles", - "origin": [27, 14, 8], - "children": [37, 38] - }, - { - "name": "pedals", - "origin": [8, 8, 8], - "children": [39, 40, 41] - } - ] - }, - { - "name": "mirrors", - "origin": [8, 8, 8], - "children": [42, 43] - }, - { - "name": "wheels", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [44, 45, 46, 47, 48, 49, 50, 51, 52] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [53, 54, 55, 56, 57, 58, 59, 60, 61] - } - ] - }, - { - "name": "back-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [62, 63, 64, 65, 66, 67, 68, 69, 70] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [71, 72, 73, 74, 75, 76, 77, 78, 79] - } - ] - }, - { - "name": "front-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [80, 81, 82, 83, 84, 85, 86, 87, 88] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [89, 90, 91, 92, 93, 94, 95, 96, 97] - } - ] - }, - { - "name": "back-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [98, 99, 100, 101, 102, 103, 104, 105, 106] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [107, 108, 109, 110, 111, 112, 113, 114, 115] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/block/yellow_glazed_terracotta.json b/assets/minecraft/models/block/yellow_glazed_terracotta.json deleted file mode 100644 index b1f7f82..0000000 --- a/assets/minecraft/models/block/yellow_glazed_terracotta.json +++ /dev/null @@ -1,1708 +0,0 @@ -{ - "credit": "A5H73Y", - "textures": { - "3": "blockbench/texture_1", - "4": "blockbench/texture_2", - "5": "blockbench/texture_3", - "6": "blockbench/yellow" - }, - "elements": [ - { - "name": "beams", - "from": [18, 11, 16], - "to": [19, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [-2, 21, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 1, 10], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 10, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 1, 10], "texture": "#6"}, - "west": {"uv": [0, 0, 10, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 11, 16], - "to": [19, 12, 17], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 13, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "beams", - "from": [-3, 20, 12.65], - "to": [19, 21, 13.65], - "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 21, 20]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "rotation": 180, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "front", - "from": [-3, -4, 23.5], - "to": [19, 9, 26.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 14]}, - "faces": { - "north": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 11], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 11], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "left", - "from": [15.9, -4.2, -3], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 2]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "right", - "from": [-3, -4.2, -3], - "to": [0.1, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 3]}, - "faces": { - "north": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "east": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "south": {"uv": [0, 0, 1.1, 11.2], "texture": "#6"}, - "west": {"uv": [0, 0, 16, 11.2], "texture": "#6"}, - "up": {"uv": [0, 0, 1.1, 16], "texture": "#6"}, - "down": {"uv": [0, 0, 1.1, 16], "texture": "#6"} - } - }, - { - "name": "back", - "from": [-3, -1, -5.5], - "to": [19, 9, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "east": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "west": {"uv": [0, 0, 1, 8], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 1], "texture": "#6"} - } - }, - { - "name": "bonet", - "from": [-3, 8, 16], - "to": [19, 9, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [5, 16, 24]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "east": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#6"}, - "west": {"uv": [0, 0, 8, 1], "texture": "#6"}, - "up": {"uv": [0, 0, 16, 8], "texture": "#6"}, - "down": {"uv": [0, 0, 16, 8], "texture": "#6"} - } - }, - { - "name": "top", - "from": [4, 6, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "middle", - "from": [4, 4, 26], - "to": [12, 5, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 12, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "bottom", - "from": [4, 2, 26], - "to": [12, 3, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#3"} - } - }, - { - "name": "right", - "from": [4, 2, 26], - "to": [5, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "left", - "from": [11, 2, 26], - "to": [12, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [19, 14, 34]}, - "faces": { - "north": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, 26], - "to": [3, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, 26.5], - "to": [2, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, 26], - "to": [18, 7, 27], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 34]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, 26.5], - "to": [17, 6, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 35]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "right_light_back", - "from": [-2, 2, -6], - "to": [3, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "right_light_front", - "from": [-1, 3, -6.5], - "to": [2, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "left_light_back", - "from": [13, 2, -6], - "to": [18, 7, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [21, 10, 2]}, - "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 5], "texture": "#4"}, - "up": {"uv": [0, 0, 5, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 5, 1], "texture": "#4"} - } - }, - { - "name": "left_light_front", - "from": [14, 3, -6.5], - "to": [17, 6, -5.5], - "rotation": {"angle": 0, "axis": "y", "origin": [22, 11, 2]}, - "faces": { - "north": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "south": {"uv": [0, 0, 3, 3], "texture": "#5"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#5"}, - "up": {"uv": [0, 0, 3, 1], "texture": "#5"}, - "down": {"uv": [0, 0, 3, 1], "texture": "#5"} - } - }, - { - "name": "floor", - "from": [-1, -4, -3], - "to": [17, -1, 24], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 8]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#3"} - } - }, - { - "name": "steering-wheel-holder", - "from": [7, 7, 15], - "to": [9, 8, 17.5], - "rotation": {"angle": 0, "axis": "y", "origin": [15, 15, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "east": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 1], "texture": "#4"}, - "west": {"uv": [0, 0, 2.5, 1], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 2.5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 2.5], "texture": "#4"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [7.40326, 5, 14], - "to": [8.59674, 11, 15], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "hexadecagon", - "from": [5, 7.40326, 14], - "to": [11, 8.59674, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 13]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#3"} - } - }, - { - "name": "front-bumper", - "from": [-4, -4.3, 23.5], - "to": [20, -0.3, 27.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 34]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-bumper", - "from": [-4, -4.3, -6.5], - "to": [20, -0.3, -2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 3, 4]}, - "faces": { - "north": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 4], "texture": "#3"} - } - }, - { - "name": "back-plate", - "from": [4, -3.8, -7], - "to": [12, -0.8, -6], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 1]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "front-plate", - "from": [4, -3.8, 27], - "to": [12, -0.8, 28], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 35]}, - "faces": { - "north": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "east": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "south": {"uv": [0, 0, 8, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "up": {"uv": [0, 0, 8, 1], "texture": "#4"}, - "down": {"uv": [0, 0, 8, 1], "texture": "#4"} - } - }, - { - "name": "exhaust", - "from": [-1, -3.75, -10], - "to": [1, -1.75, -5], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 4, 2]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 5, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 2, 5], "texture": "#4"}, - "down": {"uv": [0, 0, 2, 5], "texture": "#4"} - } - }, - { - "name": "right-handle", - "from": [-4, 6, 0], - "to": [-3, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "left-handle", - "from": [19, 6, 0], - "to": [20, 7, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [27, 14, 10]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 1], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#3"} - } - }, - { - "name": "pedal", - "from": [10.2, -6, 15], - "to": [11.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [19.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [4.2, -6, 15], - "to": [5.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [13.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "pedal", - "from": [7.2, -6, 15], - "to": [8.7, -3, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [16.2, -4, 27]}, - "faces": { - "north": {"uv": [0, 2, 1.5, 5], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 5, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 2, 1.5, 5], "texture": "#4"}, - "west": {"uv": [2, 0, 5, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 1, 1.5, 2], "texture": "#4"}, - "down": {"uv": [0, 1, 1.5, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [-5, 12, 15], - "to": [-3, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [4, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "name": "mirror", - "from": [19, 12, 15], - "to": [21, 14, 16], - "rotation": {"angle": -22.5, "axis": "x", "origin": [28, 14, 23]}, - "faces": { - "north": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 1], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 2, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 1], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 1], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 1], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.01806, 16.99328], - "to": [20.5497, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -5.08155, 16.99328], - "to": [20.5497, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 2.3812, 11.91392], - "to": [20.5497, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, -0.51013, 14.88339], - "to": [20.5497, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.76826, 1.59976, 22.85408], - "to": [20.5497, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -1.29157, 19.88461], - "to": [20.5497, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.3641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 15.31318], - "to": [20.5497, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -3.4796, 19.45482], - "to": [20.5497, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.76826, -4.1996, 16.09482], - "to": [20.5497, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.3641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 16.4], - "to": [19.88, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 16.4], - "to": [19.88, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, 8.6], - "to": [19.88, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, 13.16], - "to": [19.88, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 25.4], - "to": [19.88, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 20.84], - "to": [19.88, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 13.82], - "to": [19.88, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 20.18], - "to": [19.88, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 16.04], - "to": [19.88, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [19.66826, -1.01806, 1.99328], - "to": [20.4497, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -5.08155, 1.99328], - "to": [20.4497, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 2.3812, -3.08608], - "to": [20.4497, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, -0.51013, -0.11661], - "to": [20.4497, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [19.66826, 1.59976, 7.85408], - "to": [20.4497, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -1.29157, 4.88461], - "to": [20.4497, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [28.2641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 0.31318], - "to": [20.4497, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -3.4796, 4.45482], - "to": [20.4497, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [19.66826, -4.1996, 1.09482], - "to": [20.4497, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [28.2641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [16.08, -0.17, 1.4], - "to": [19.88, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, -6.41, 1.4], - "to": [19.88, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 5.05, -6.4], - "to": [19.88, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 0.61, -1.84], - "to": [19.88, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [16.08, 3.85, 10.4], - "to": [19.88, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -0.59, 5.84], - "to": [19.88, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [28.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, -1.18], - "to": [19.88, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [16.08, -3.95, 5.18], - "to": [19.88, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [19.68, -4.85, 1.04], - "to": [19.88, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [28.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 16.99328], - "to": [-3.7503, 0.54482, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 16.99328], - "to": [-3.7503, -3.51867, 19.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 24.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, 11.91392], - "to": [-3.7503, 3.94408, 14.25824], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 19.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, 14.88339], - "to": [-3.7503, 1.05275, 17.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 22.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 22.85408], - "to": [-3.7503, 3.94408, 24.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 25.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 19.88461], - "to": [-3.7503, 1.05275, 21.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 23.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 15.31318], - "to": [-3.7503, -1.13528, 16.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 24.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 19.45482], - "to": [-3.7503, -1.13528, 21.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 28.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 16.09482], - "to": [-3.7503, -0.65528, 20.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 25.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 16.4], - "to": [-0.12, 2.23, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 16.4], - "to": [-0.12, -4.01, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 28.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, 8.6], - "to": [-0.12, 7.45, 12.2], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 20.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, 13.16], - "to": [-0.12, 3.01, 16.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 25.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 25.4], - "to": [-0.12, 7.45, 27.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 30.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 20.84], - "to": [-0.12, 3.01, 23.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 13.82], - "to": [-0.12, -0.35, 16.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 27.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 20.18], - "to": [-0.12, -0.35, 22.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 33.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 16.04], - "to": [-0.12, -0.05, 20.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 25.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - }, - { - "from": [-4.53174, -1.01806, 1.99328], - "to": [-3.7503, 0.54482, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 2.1077, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -5.08155, 1.99328], - "to": [-3.7503, -3.51867, 4.3376], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, -1.95579, 9.80768]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 2.3812, -3.08608], - "to": [-3.7503, 3.94408, -0.74176], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 5.50696, 4.72832]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, -0.51013, -0.11661], - "to": [-3.7503, 1.05275, 2.22771], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, 2.61563, 7.69779]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 3], "texture": "#4"} - } - }, - { - "from": [-4.53174, 1.59976, 7.85408], - "to": [-3.7503, 3.94408, 9.41696], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -3.87032, 10.97984]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -1.29157, 4.88461], - "to": [-3.7503, 1.05275, 6.44749], - "rotation": {"angle": -45, "axis": "x", "origin": [4.0641, -6.76165, 8.01037]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 0.31318], - "to": [-3.7503, -1.13528, 1.87606], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 9.29974]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -3.4796, 4.45482], - "to": [-3.7503, -1.13528, 6.0177], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.94408, 13.44138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-4.53174, -4.1996, 1.09482], - "to": [-3.7503, -0.65528, 5.0577], - "rotation": {"angle": 0, "axis": "y", "origin": [4.0641, 3.22408, 10.08138]}, - "faces": { - "north": {"uv": [0, 0, 1, 3], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 3], "texture": "#4"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"} - } - }, - { - "from": [-3.92, -0.17, 1.4], - "to": [-0.12, 2.23, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.63, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, -6.41, 1.4], - "to": [-0.12, -4.01, 5], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, -1.61, 13.4]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 5.05, -6.4], - "to": [-0.12, 7.45, -2.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 9.85, 5.6]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 0.61, -1.84], - "to": [-0.12, 3.01, 1.76], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, 5.41, 10.16]}, - "faces": { - "north": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "south": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "texture": "#3"}, - "up": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 3], "texture": "#3"} - } - }, - { - "from": [-3.92, 3.85, 10.4], - "to": [-0.12, 7.45, 12.8], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -4.55, 15.2]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -0.59, 5.84], - "to": [-0.12, 3.01, 8.24], - "rotation": {"angle": -45, "axis": "x", "origin": [9.28, -8.99, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, -1.18], - "to": [-0.12, -0.35, 1.22], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 12.62]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-3.92, -3.95, 5.18], - "to": [-0.12, -0.35, 7.58], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 7.45, 18.98]}, - "faces": { - "north": {"uv": [0, 0, 4, 3], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 3, 2], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 0, 4, 3], "texture": "#3"}, - "west": {"uv": [0, 0, 3, 2], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 0, 4, 2], "texture": "#3"}, - "down": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#3"} - } - }, - { - "from": [-0.32, -4.85, 1.04], - "to": [-0.12, -0.05, 5.84], - "rotation": {"angle": 0, "axis": "y", "origin": [9.28, 4.75, 10.64]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "east": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "west": {"uv": [0, 0, 4, 4], "texture": "#3"}, - "up": {"uv": [0, 0, 1, 4], "texture": "#3"}, - "down": {"uv": [0, 0, 1, 4], "texture": "#3"} - } - } - ], - "groups": [ - { - "name": "car", - "origin": [8, 8, 8], - "children": [ - { - "name": "body", - "origin": [8, 8, 8], - "children": [ - { - "name": "front-window", - "origin": [5, 23, 24], - "children": [0, 1, 2, 3] - }, - { - "name": "sides", - "origin": [8, 8, 8], - "children": [4, 5, - { - "name": "right", - "origin": [8, 8, 3], - "children": [6] - }, 7, 8] - } - ] - }, - { - "name": "grille", - "origin": [12, 10, 34], - "children": [9, 10, 11, 12, 13] - }, - { - "name": "lights", - "origin": [6, 10, 34], - "children": [14, 15, 16, 17] - }, - { - "name": "back-lights", - "origin": [6, 10, 34], - "children": [18, 19, 20, 21] - }, 22, 23, - { - "name": "steering-wheel", - "origin": [8, 8, 8], - "children": [24, 25, 26, 27, 28, 29, 30, 31] - }, - { - "name": "bumpers", - "origin": [8, 8, 8], - "children": [32, 33, - { - "name": "plates", - "origin": [9, 4, 35], - "children": [34, 35] - } - ] - }, 36, - { - "name": "handles", - "origin": [27, 14, 8], - "children": [37, 38] - }, - { - "name": "pedals", - "origin": [8, 8, 8], - "children": [39, 40, 41] - } - ] - }, - { - "name": "mirrors", - "origin": [8, 8, 8], - "children": [42, 43] - }, - { - "name": "wheels", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [44, 45, 46, 47, 48, 49, 50, 51, 52] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [53, 54, 55, 56, 57, 58, 59, 60, 61] - } - ] - }, - { - "name": "back-left", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [62, 63, 64, 65, 66, 67, 68, 69, 70] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [71, 72, 73, 74, 75, 76, 77, 78, 79] - } - ] - }, - { - "name": "front-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [80, 81, 82, 83, 84, 85, 86, 87, 88] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [89, 90, 91, 92, 93, 94, 95, 96, 97] - } - ] - }, - { - "name": "back-right", - "origin": [-1, 4, -1], - "children": [ - { - "name": "front-cap-left", - "origin": [-1, 4, -1], - "children": [98, 99, 100, 101, 102, 103, 104, 105, 106] - }, - { - "name": "front-back-left", - "origin": [-1, 4, -1], - "children": [107, 108, 109, 110, 111, 112, 113, 114, 115] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/item/city_under_siege6.json b/assets/minecraft/models/item/city_under_siege6.json new file mode 100644 index 0000000..e335cc9 --- /dev/null +++ b/assets/minecraft/models/item/city_under_siege6.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "item/city_under_siege6" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/clothing_shop0.json b/assets/minecraft/models/item/clothing_shop0.json new file mode 100644 index 0000000..9fd6cc5 --- /dev/null +++ b/assets/minecraft/models/item/clothing_shop0.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "item/clothing_shop0" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/cobblestone.json b/assets/minecraft/models/item/cobblestone.json deleted file mode 100644 index 52bf678..0000000 --- a/assets/minecraft/models/item/cobblestone.json +++ /dev/null @@ -1 +0,0 @@ -{"parent":"minecraft:block/cobblestone","overrides":[]} \ No newline at end of file diff --git a/assets/minecraft/models/item/custom/cui/emerald/model_11101.json b/assets/minecraft/models/item/custom/cui/emerald/model_11101.json deleted file mode 100644 index e247e16..0000000 --- a/assets/minecraft/models/item/custom/cui/emerald/model_11101.json +++ /dev/null @@ -1 +0,0 @@ -{"textures":{"layer0":"item/custom/cui/emerald/texture_11101"},"parent":"minecraft:item/generated"} \ No newline at end of file diff --git a/assets/minecraft/models/item/emerald.json b/assets/minecraft/models/item/emerald.json deleted file mode 100644 index 8f52685..0000000 --- a/assets/minecraft/models/item/emerald.json +++ /dev/null @@ -1 +0,0 @@ -{"parent":"minecraft:item/generated","textures":{"layer0":"minecraft:item/emerald"},"overrides":[{"predicate":{"custom_model_data":11101},"model":"item/custom/cui/emerald/model_11101"}]} \ No newline at end of file diff --git a/assets/minecraft/models/item/food_mart1.json b/assets/minecraft/models/item/food_mart1.json new file mode 100644 index 0000000..35b4f91 --- /dev/null +++ b/assets/minecraft/models/item/food_mart1.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "item/food_mart1" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/hat_shop2.json b/assets/minecraft/models/item/hat_shop2.json new file mode 100644 index 0000000..4a6acab --- /dev/null +++ b/assets/minecraft/models/item/hat_shop2.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "item/hat_shop2" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/interior_shop3.json b/assets/minecraft/models/item/interior_shop3.json new file mode 100644 index 0000000..26fd379 --- /dev/null +++ b/assets/minecraft/models/item/interior_shop3.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "item/interior_shop3" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/jump_up5.json b/assets/minecraft/models/item/jump_up5.json new file mode 100644 index 0000000..5507884 --- /dev/null +++ b/assets/minecraft/models/item/jump_up5.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "item/jump_up5" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/music_disc_13.json b/assets/minecraft/models/item/music_disc_13.json new file mode 100644 index 0000000..e7b0bf8 --- /dev/null +++ b/assets/minecraft/models/item/music_disc_13.json @@ -0,0 +1,50 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/music_disc_13" + }, + "overrides": [ + { + "predicate": { + "custom_model_data": 37000 + }, + "model": "item/clothing_shop0" + }, + { + "predicate": { + "custom_model_data": 37001 + }, + "model": "item/food_mart1" + }, + { + "predicate": { + "custom_model_data": 37002 + }, + "model": "item/hat_shop2" + }, + { + "predicate": { + "custom_model_data": 37003 + }, + "model": "item/interior_shop3" + }, + { + "predicate": { + "custom_model_data": 37004 + }, + "model": "item/pawn_shop4" + }, + { + "predicate": { + "custom_model_data": 37005 + }, + "model": "item/jump_up5" + }, + { + "predicate": { + "custom_model_data": 37006 + }, + "model": "item/city_under_siege6" + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/item/pawn_shop4.json b/assets/minecraft/models/item/pawn_shop4.json new file mode 100644 index 0000000..eb20d6c --- /dev/null +++ b/assets/minecraft/models/item/pawn_shop4.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "item/pawn_shop4" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/stick.json b/assets/minecraft/models/item/stick.json deleted file mode 100644 index 14dc613..0000000 --- a/assets/minecraft/models/item/stick.json +++ /dev/null @@ -1 +0,0 @@ -{"parent":"minecraft:item/handheld","textures":{"layer0":"minecraft:item/stick"},"overrides":[]} \ No newline at end of file diff --git a/assets/minecraft/sounds.json b/assets/minecraft/sounds.json index 93b7d8a..f263080 100644 --- a/assets/minecraft/sounds.json +++ b/assets/minecraft/sounds.json @@ -1,65 +1,58 @@ { - "music_disc.jump_up": { - "category": "record", - "sounds": [ - { - "name": "records/jump_up", - "stream": true - } - ] - }, - "music_disc.city_under_siege": { - "category": "record", - "sounds": [ - { - "name": "records/city_under_siege", - "stream": true - } - ] - }, - "music_disc.food_mart": { - "category": "record", - "sounds": [ - { - "name": "records/food_mart", - "stream": true - } - ] - }, - "music_disc.interior_shop": { - "category": "record", - "sounds": [ - { - "name": "records/interior_shop", - "stream": true - } - ] - }, - "music_disc.clothing_shop": { - "category": "record", - "sounds": [ - { - "name": "records/clothing_shop", - "stream": true - } - ] - }, - "music_disc.hat_shop": { - "category": "record", - "sounds": [ - { - "name": "records/hat_shop", - "stream": true - } - ] - }, - "music_disc.pawn_shop": { - "category": "record", - "sounds": [ - { - "name": "records/pawn_shop", - "stream": true - } - ] - } + "music_disc.clothing_shop0": { + "sounds": [ + { + "name": "records/music_disc_clothing_shop0", + "stream": true + } + ] + }, + "music_disc.food_mart1": { + "sounds": [ + { + "name": "records/music_disc_food_mart1", + "stream": true + } + ] + }, + "music_disc.hat_shop2": { + "sounds": [ + { + "name": "records/music_disc_hat_shop2", + "stream": true + } + ] + }, + "music_disc.interior_shop3": { + "sounds": [ + { + "name": "records/music_disc_interior_shop3", + "stream": true + } + ] + }, + "music_disc.pawn_shop4": { + "sounds": [ + { + "name": "records/music_disc_pawn_shop4", + "stream": true + } + ] + }, + "music_disc.jump_up5": { + "sounds": [ + { + "name": "records/music_disc_jump_up5", + "stream": true + } + ] + }, + "music_disc.city_under_siege6": { + "sounds": [ + { + "name": "records/music_disc_city_under_siege6", + "stream": true + } + ] + } } \ No newline at end of file diff --git a/assets/minecraft/sounds/records/city_under_siege.ogg b/assets/minecraft/sounds/records/music_disc_city_under_siege6.ogg similarity index 100% rename from assets/minecraft/sounds/records/city_under_siege.ogg rename to assets/minecraft/sounds/records/music_disc_city_under_siege6.ogg diff --git a/assets/minecraft/sounds/records/clothing_shop.ogg b/assets/minecraft/sounds/records/music_disc_clothing_shop0.ogg similarity index 100% rename from assets/minecraft/sounds/records/clothing_shop.ogg rename to assets/minecraft/sounds/records/music_disc_clothing_shop0.ogg diff --git a/assets/minecraft/sounds/records/food_mart.ogg b/assets/minecraft/sounds/records/music_disc_food_mart1.ogg similarity index 100% rename from assets/minecraft/sounds/records/food_mart.ogg rename to assets/minecraft/sounds/records/music_disc_food_mart1.ogg diff --git a/assets/minecraft/sounds/records/hat_shop.ogg b/assets/minecraft/sounds/records/music_disc_hat_shop2.ogg similarity index 100% rename from assets/minecraft/sounds/records/hat_shop.ogg rename to assets/minecraft/sounds/records/music_disc_hat_shop2.ogg diff --git a/assets/minecraft/sounds/records/interior_shop.ogg b/assets/minecraft/sounds/records/music_disc_interior_shop3.ogg similarity index 100% rename from assets/minecraft/sounds/records/interior_shop.ogg rename to assets/minecraft/sounds/records/music_disc_interior_shop3.ogg diff --git a/assets/minecraft/sounds/records/jump_up.ogg b/assets/minecraft/sounds/records/music_disc_jump_up5.ogg similarity index 100% rename from assets/minecraft/sounds/records/jump_up.ogg rename to assets/minecraft/sounds/records/music_disc_jump_up5.ogg diff --git a/assets/minecraft/sounds/records/pawn_shop.ogg b/assets/minecraft/sounds/records/music_disc_pawn_shop4.ogg similarity index 100% rename from assets/minecraft/sounds/records/pawn_shop.ogg rename to assets/minecraft/sounds/records/music_disc_pawn_shop4.ogg diff --git a/assets/minecraft/textures/blockbench/black.png b/assets/minecraft/textures/blockbench/black.png deleted file mode 100644 index 4c095632b5ca176c0a5c222af07f415a78e1e279..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 141 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sDEfH31!Z9ZwBppvJHV~B-+a!NwN5B?)5%xW6GW)h|eR~Q6< e1O^6Q2S)i4YrR=O)eN4lelF{r5}E)%cOa$! diff --git a/assets/minecraft/textures/blockbench/blue.png b/assets/minecraft/textures/blockbench/blue.png deleted file mode 100644 index 0f5a079543cd432b721795d2cbeb7de7e1b45e43..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sDEfH31!Z9ZwBprWUXV~B-+a!SIF|MMG}4zMge$+noSM~Z=I gF&obwMjjr9uzV)DS??!L11e_lboFyt=akR{0B_AA_5c6? diff --git a/assets/minecraft/textures/blockbench/brown.png b/assets/minecraft/textures/blockbench/brown.png deleted file mode 100644 index 7c1e23ab2e447af2bb9a6234cc1207eaf9150c9c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sDEfH31!Z9ZwBprWUXV~B-+a*V)|-}4)p4zMge$+noSM~Z=I gF&obwMjjr9n+uujWIT4Q11e_lboFyt=akR{08;cKH2?qr diff --git a/assets/minecraft/textures/blockbench/cyan.png b/assets/minecraft/textures/blockbench/cyan.png deleted file mode 100644 index b451b78c8e23a8e69de8b869e01ada446df22902..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sDEfH31!Z9ZwBprWUXV~B-+a>|eY|LvJs8#uit^Sbd$m@=>c e$qHr(35JBZ%(54H%Dw>=GkCiCxvXFVdQ&MBb@0CZX-3;+NC diff --git a/assets/minecraft/textures/blockbench/green.png b/assets/minecraft/textures/blockbench/green.png deleted file mode 100644 index 4b317b859abe2a37fd96b3e06190fd073bb2cff5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sDEfH31!Z9ZwBprWUXV~B-+vWZppm-&rM2UwP#WLwPEBgMe9 fn2l!-BM%RQk|k5XQBLz#pkfA3S3j3^P61`G@#CCoE+Yiw=-s%G$X^>bP0l+XkKVlg56 diff --git a/assets/minecraft/textures/blockbench/lime.png b/assets/minecraft/textures/blockbench/lime.png deleted file mode 100644 index 15889e1901ba6f71ec3f12152bb441a15f5ef1ba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 139 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sDEfH31!Z9ZwBpn|81V~B-+a>@_>77+$D4PP?}(}XJw0zmQs cZ$bhCLwFvOTuR0NjX<>wp00i_>zopr0PwLOo&W#< diff --git a/assets/minecraft/textures/blockbench/magenta.png b/assets/minecraft/textures/blockbench/magenta.png deleted file mode 100644 index 50b03e129996ffb471c0a90e10b61ed9afad1d0e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sDEfH31!Z9ZwBprWUXV~B-+@}Kh`{@XLNHgI}P=5^zhFlAr? ek`>Gn5)6rRm}Pe}o7DmpGkCiCxvXGn5)5A_G96yDqA3cfn8DN4&t;ucLK6Tql_7)x diff --git a/assets/minecraft/textures/blockbench/pink.png b/assets/minecraft/textures/blockbench/pink.png deleted file mode 100644 index 5e1beba0d7b3705c227a510c66b77eaebdce1b0c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sDEfH31!Z9ZwBprWUXV~B-+@}K!TpV~9CHgI}P=5^zhFlAr? ek`>Gn5)8MynXNBHF>M4YX7F_Nb6Mw<&;$S`W+0yc diff --git a/assets/minecraft/textures/blockbench/purple.png b/assets/minecraft/textures/blockbench/purple.png deleted file mode 100644 index fdef40641cdab7dcf8f1d5fc138b1f7da647ee72..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sDEfH31!Z9ZwBprWUXV~B-+@|#O_U*FVdQ&MBb@0E_J-h5!Hn diff --git a/assets/minecraft/textures/blockbench/red.png b/assets/minecraft/textures/blockbench/red.png deleted file mode 100644 index f7cc0a20bbbb49928edd1ca8c3058436ec77ce55..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sDEfH31!Z9ZwBprWUXV~B-+@}Khu7+jt(t7-U}Nth;FVGsb4 e4|o$27#JdQndDUUlHLOqGkCiCxvX(`Jc_xAjAqfGQb0UHx3vIVCg!0A-068UO$Q diff --git a/assets/minecraft/textures/blockbench/texture_2.png b/assets/minecraft/textures/blockbench/texture_2.png deleted file mode 100644 index 5126b064ea70432478cf9b777918bdaccf5c846b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 87 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`a-J@ZAr}70Iayi1&O0zB$e1=H jn(#=t9d1aBXkld7eM%$oVMED8ph^Z$S3j3^P6mI2i=c)I$ztaD0e0sz!)AQb=r diff --git a/assets/minecraft/textures/blockbench/yellow.png b/assets/minecraft/textures/blockbench/yellow.png deleted file mode 100644 index a6f189797352fc70d6045251dd11a5585173566c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sDEfH31!Z9ZwBprWUXV~B-+@}K|nAKEjsHgI}P=5^zhFlAr? dk`>Gn5)4VRnPvMV4uTXjc)I$ztaD0e0stbGAN>FT diff --git a/assets/minecraft/textures/environment/clouds.png b/assets/minecraft/textures/environment/clouds.png deleted file mode 100644 index 507fdc135ca7f181175a84954df50e5947926673..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4749 zcmeHKX;4#H7LIJeuqX(MpiPJfB4%GmV!|FIqXC8>B4X>ydoK_n3rX0;RuKgkHpK;L z6%i4&X~ouJfNm90EJQ`C5nDi*(NYv#M%sav2IeN9LXCf{n*K*BFM03YbG~!VcfWI! zn;jCg%mQbR!(cEL!a)B}@I6g;nVNu4N85&M494J1YFLCe6iULY)Jmx=4#jIzR45)z zmPs*~0$sZL>mQ{bwi|O0VzmxGM{cnXO_Aw!j+dQw( zOGZC%>Ss7N9q|q8-zVngNpcRE*>8%fI9rfY-2`9me7R#p<+%PQql-~L9=SC9!>BL| z7x_VOv-caeBUat2i+Ca;Fg!XBNW?o|(5QzNXwf_lB1F3nTSJ zLhQZXk+&<{-?8$`@#Sg5RbF|&oUHO4MW6N5Ue6tNIS|G^a@^}EwJ7(Z^z8A5Z6W19 zpK1>cH%oLqc~G3T`CG1eu5W$#otrsp*ZTZ0|2;e39hG$3+f@9$#3#MAaB ze)!v6DJBkz73vGy=4Q1#^l7#2Ub87^@0rcV?ku{ypup;3e*wF2q{FDn+sxedeL~dD zN3*@NC>QJJTF=BVt;_s(P#vrcUSPtyxyzrRV#%~rcwqMDtsEB<~;C%gr+rs7jp-Wt5XH+btYi@-{@oG}l znt{HBn%PlBMdC|+oadpG=q>82ZN?^L#T%RE23tgPU;R!$S|%C#HR9sQ4Xv@2W$}Br z50#clZ?935i5tUTo{tUgtQqLIbtT-vI$$36{<(iH$W@nLI=|_bGNe?rXHJDICTT+t zvsTzr7o?>bQY`bmJ6sInVvaOhmfNKi9B$5OX4^KYLR~Ke?6ot!5p*^~(PyyE-}N7( z*NG7uyKjsZMjh;V>^$&&yZZ+Dh|p4Zp*SBM{E1RC(y{8K?h!FdG3tiTo&j6=@+FhQ)ywH^!Yn|EH`_b8osHkcRfcu z`=QvP_v&HnsAIledyA6|=f|ap+v+(AlXm&(vhSu5ZK5>ujhNVjWcSr_B<8v|$|YMf?}x{9CJVKL^T^%X^i!nea4b>r-oaN+uDuID&4#H_^y3}mrt}1 zZe%>!R98DtorX2tgA?Db6neKVSzw!+{aeRryW~ua*H*j6tcDf*{BN7DXf}3UYiz4E zz5C8{;CYYuor~c{Lj1lL+XZz#yjt0d;(=_xv(9b}&l_f$tj!zD@2$F}EZ${l#-k%h zXn%u~tXUT~1lySQ z8QiXsf9Keq*l+aK%Wzd>`#L#BbM!=8d*q;LPnQX)vc0Gd8}%BK5nO`=<~%KTv%y^% znwu`Rw5v8wZR>a(ImAxK(0*-wXQ5J=?zVMH>wMD5|NiIUw3Dq}Gg6w>r>g>A=7CMo zP6jr=2+;~Itdx@=L@7Z@$#NBt1_s0PN>)K|EULvz&}f;0Pk2*%nShree8MWGh$2$? zp)s<+R5dD24GM!(V_^mQRQf zh2Z^^Y81~PF-R1mAX%13BY5KQJT)TahWZDLLx3kfAx5iJamnPQq$E-joupJplc^jI zhfJZ7X*43RAZk(+S}2*Q&@9kFjA8hr8dweVEK@4*I!s8SOwjTP1Tc^Pn4erF5`BVK zXvSFpe2|kN6`4w+kmYjnL=TNtkO)A=6Z)cuCJg+BkV8?8GC>Waf<#oIT`&;>fj{}H z64Y_}auAq|#-VaxssT}{lR_>Nib6hl=qQMm$yItUK=vd{txWovtVy})X7uGuOa!=p z!kuLOv39*Nuo8*5{z^DOm!8m{Pte8ZB1%|>aP_w|8k@mlQXnEk^FW9Uh=LL!4wFHY zz$}!?VIowDR5}4lsL*I31&r#T060koaHI?vrBI}FBHIH65HK4eO4t%Q5#~r}Ogamp zLsHrVh+wr0s1k~sn3WC+0Z_1%fgl_@LS(}d4v`^YumBVjB2qXW5(>g#&>0L^4~4+o z0HsQbg+~bcAz#LWFz*jYRo85)ub#rN9C7fJ}iXlQf^F!enw(tc7%Z zQdtZ-n?q+ZSqu(`#bSIm3P;r%phX=jl|rJAA?p@~3(5i1LOP`a0KEsOhU=$BA+1s! zrc}o93A&{4I#0d8@w~BR36yDoMT$=I4Svx$nQoKqlVVUEQxwqO6!4~pQ5jqclgnfg$m7M5bv^yD zS|0g-_~7XcCTs%0Z)^-~E?}=Bf7-0Z`O;DN7rw^V;V+B;pr?X-6~9w-P0{sL41AUG zl)9$q`YHy#%6Lj$|2MjDpN~7J0{jC?0*9HVl^QE>5Sp$ET&=-i%x3AXX_%s7J1~gV y3Pl3!GXp~lV>ZVso&$!=g#JEZrfu+gi~$B?jG6W?7vsZV7$Xz}`B(a`-}+yxz4Y$@ diff --git a/assets/minecraft/textures/item/city_under_siege6.png b/assets/minecraft/textures/item/city_under_siege6.png new file mode 100644 index 0000000000000000000000000000000000000000..fd3641ff815ee7bb5c139085c0496b799160d62b GIT binary patch literal 265 zcmV+k0rvihP)Px#!%0LzR5*>@k}(p4AP`0WX7m7CSlBp2V~&AG566hj&e&K`>;WuDBg~5A0LiZq z{(Hb6@bjV8q;oFSb0X60b}eX{rdGGCTUnRk8e(RsDww$`%M!A1E~_eDA(Zyw{Y44@ z+qOYO=uz)z;paSqkPyPFi0cy-fn8j@2O(iy-v9vb7cleX1UclKOMTyC9LLN3t+a;r zeaCSe5D}siNW(Ccf|Xe)C&ma>rSb~r$L;NHVvJ>+VSM|MnE58N(4XZ4N;G3vUO}Km P00000NkvXXu0mjfxIAyt literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/clothing_shop0.png b/assets/minecraft/textures/item/clothing_shop0.png new file mode 100644 index 0000000000000000000000000000000000000000..e4ad6a08a7292f2c4d27a47206725b463a53a471 GIT binary patch literal 268 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|j(NH`hFJ98 zowQN#kO7bD{v9a{qMDbUoa1Hn4lrQMHW0`*U<5KRywLOI5|>hN&6waGv(w^y6BbRmbZMLJuYK`%?c1hZF!7!7 zTvEyD3*)qPukQ#PR!TW#=^V=Wjcb0==Wl_Q>G9G%`SP7J%@YNG8SiD(lt~O{w)FG> P`iQ~P)z4*}Q$iB}=U!-< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/custom/cui/cobblestone/texture_0.png b/assets/minecraft/textures/item/custom/cui/cobblestone/texture_0.png deleted file mode 100644 index e69de29..0000000 diff --git a/assets/minecraft/textures/item/custom/cui/emerald/texture_11101.png b/assets/minecraft/textures/item/custom/cui/emerald/texture_11101.png deleted file mode 100644 index ff1aceab268e435eb0aaad7367c4a923a29ce34a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1591 zcmV-72FUq|P)BE1ZQLxAY_vg;$?V;oX(lt{{G@3qJ`_O^!KmPq;Qw2}Cn0L9?Tam?khm;cmfj@-EE=vY<#k5o0f^m&*sM6pBI0EL{uRZtU4R5Z z`^X8`V)zNfJ8YaF;u6EP09P2E5Ad?jnUOMxUqvh^s*L``+lU9}BlcPZ2XpY-jyyG} zttleQMaed+noc9ry@UIIwng1*#M^^UkFzj+6yF25_LnMhmf?pGpH<}CbcnAmX|u%; z|7E#p3GpKUUAw%6atiT2#A8)^yd3Cssj4^8z$>TJnP(8+gLrkpJj%xIMEtceUz`ec zeo~wa<_{hK;NmJRuzL3+9o0iVC08s$)vACv7|KExH6jmbd4gn8^0FkllzkRT6fd|P0n zrwSVAXrbt(XrcJk;OyVRDf#{Yw^VBW$m{6QFhZvPBk<6w!tZERBfJcLd1$M3&)TehHS09YRtkN(Z(GDi^F2;vKBX;HY+Q*UEnTqUvgh@A9J5aYSek}G;8j! zqp=F+X_rylpF&#LEj%b>g+0Q~5^H*5N-?MwSLAe5T{?GXqX;9WfX;*4pXw6&V*io?m|<6;W0GAb4f<-njQ>$>Q>9MPr@ zwU=n+0I+*9IKpp9{{0u*d8K7@p9VPmCp-6AwmA>rtOL;dXv;Q$XXCx^0IWWyc=l3w zC&Xgk0yx!!!@*Zi8qcdA>-AfBZYACT*nGWS|NH%Vee(m<-vGFv{{#Oecnig2*2@3@ z0BmJgNoGw=04e|g00;mC0U7`W000010000!0UH1X000010000+0Vn_i0000100IC2 zhiL!=000010000^000000001x000010001x0000100N)_00aO40096101%)900aO4 z0096101yBG003TpnDhVu010qNS#tmY79{`x79{~mQY7#I00CD?L_t(I5o2H&GN5`( z+<$D2Wx^(iEGBNu^&g~}Py7)Bhz9YIEl!T{0?0z21jWdQM!0Zs#glezxe z7%(v0Sic6We)aUr4DLbRU_+3-!-#Aej2)cJ{lBLr4#s6z_2fF-kkCwBFuO0~6vNB2 z-xyI05I5%je_{(lBisZa17-+F?9)p*hB@_Xzy^T50Mb~!HTHkuOf!a(ngt*=7~s^5 zQ(%oCo43!{%pfhv4pswp0Z22i_!GFMaA^%V8<}C@vkVR}F`Tmlr3FbSAb8G+Jgx4ea`fypD& p7?MUlLU4o5ZFz?wkF1$0YygHPeki5jI6(ja002ovPDHLkV1oUU%y|F+ diff --git a/assets/minecraft/textures/item/custom/cui/stick/texture_0.png b/assets/minecraft/textures/item/custom/cui/stick/texture_0.png deleted file mode 100644 index e69de29..0000000 diff --git a/assets/minecraft/textures/item/food_mart1.png b/assets/minecraft/textures/item/food_mart1.png new file mode 100644 index 0000000000000000000000000000000000000000..e4ad6a08a7292f2c4d27a47206725b463a53a471 GIT binary patch literal 268 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|j(NH`hFJ98 zowQN#kO7bD{v9a{qMDbUoa1Hn4lrQMHW0`*U<5KRywLOI5|>hN&6waGv(w^y6BbRmbZMLJuYK`%?c1hZF!7!7 zTvEyD3*)qPukQ#PR!TW#=^V=Wjcb0==Wl_Q>G9G%`SP7J%@YNG8SiD(lt~O{w)FG> P`iQ~P)z4*}Q$iB}=U!-< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/hat_shop2.png b/assets/minecraft/textures/item/hat_shop2.png new file mode 100644 index 0000000000000000000000000000000000000000..e4ad6a08a7292f2c4d27a47206725b463a53a471 GIT binary patch literal 268 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|j(NH`hFJ98 zowQN#kO7bD{v9a{qMDbUoa1Hn4lrQMHW0`*U<5KRywLOI5|>hN&6waGv(w^y6BbRmbZMLJuYK`%?c1hZF!7!7 zTvEyD3*)qPukQ#PR!TW#=^V=Wjcb0==Wl_Q>G9G%`SP7J%@YNG8SiD(lt~O{w)FG> P`iQ~P)z4*}Q$iB}=U!-< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/interior_shop3.png b/assets/minecraft/textures/item/interior_shop3.png new file mode 100644 index 0000000000000000000000000000000000000000..e4ad6a08a7292f2c4d27a47206725b463a53a471 GIT binary patch literal 268 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|j(NH`hFJ98 zowQN#kO7bD{v9a{qMDbUoa1Hn4lrQMHW0`*U<5KRywLOI5|>hN&6waGv(w^y6BbRmbZMLJuYK`%?c1hZF!7!7 zTvEyD3*)qPukQ#PR!TW#=^V=Wjcb0==Wl_Q>G9G%`SP7J%@YNG8SiD(lt~O{w)FG> P`iQ~P)z4*}Q$iB}=U!-< literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/jump_up5.png b/assets/minecraft/textures/item/jump_up5.png new file mode 100644 index 0000000000000000000000000000000000000000..fd3641ff815ee7bb5c139085c0496b799160d62b GIT binary patch literal 265 zcmV+k0rvihP)Px#!%0LzR5*>@k}(p4AP`0WX7m7CSlBp2V~&AG566hj&e&K`>;WuDBg~5A0LiZq z{(Hb6@bjV8q;oFSb0X60b}eX{rdGGCTUnRk8e(RsDww$`%M!A1E~_eDA(Zyw{Y44@ z+qOYO=uz)z;paSqkPyPFi0cy-fn8j@2O(iy-v9vb7cleX1UclKOMTyC9LLN3t+a;r zeaCSe5D}siNW(Ccf|Xe)C&ma>rSb~r$L;NHVvJ>+VSM|MnE58N(4XZ4N;G3vUO}Km P00000NkvXXu0mjfxIAyt literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/item/pawn_shop4.png b/assets/minecraft/textures/item/pawn_shop4.png new file mode 100644 index 0000000000000000000000000000000000000000..e4ad6a08a7292f2c4d27a47206725b463a53a471 GIT binary patch literal 268 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|j(NH`hFJ98 zowQN#kO7bD{v9a{qMDbUoa1Hn4lrQMHW0`*U<5KRywLOI5|>hN&6waGv(w^y6BbRmbZMLJuYK`%?c1hZF!7!7 zTvEyD3*)qPukQ#PR!TW#=^V=Wjcb0==Wl_Q>G9G%`SP7J%@YNG8SiD(lt~O{w)FG> P`iQ~P)z4*}Q$iB}=U!-< literal 0 HcmV?d00001 diff --git a/data/new_music/function/city_under_siege6.mcfunction b/data/new_music/function/city_under_siege6.mcfunction new file mode 100644 index 0000000..c405fa9 --- /dev/null +++ b/data/new_music/function/city_under_siege6.mcfunction @@ -0,0 +1,2 @@ +#give City under siege to player +give @s minecraft:music_disc_13[minecraft:jukebox_playable={song:"new_music:city_under_siege6"},minecraft:custom_model_data=37006] \ No newline at end of file diff --git a/data/new_music/function/clothing_shop0.mcfunction b/data/new_music/function/clothing_shop0.mcfunction new file mode 100644 index 0000000..5968ab0 --- /dev/null +++ b/data/new_music/function/clothing_shop0.mcfunction @@ -0,0 +1,2 @@ +#give Clothing Shop to player +give @s minecraft:music_disc_13[minecraft:jukebox_playable={song:"new_music:clothing_shop0"},minecraft:custom_model_data=37000] \ No newline at end of file diff --git a/data/new_music/function/food_mart1.mcfunction b/data/new_music/function/food_mart1.mcfunction new file mode 100644 index 0000000..aea5bd2 --- /dev/null +++ b/data/new_music/function/food_mart1.mcfunction @@ -0,0 +1,2 @@ +#give Food Mart to player +give @s minecraft:music_disc_13[minecraft:jukebox_playable={song:"new_music:food_mart1"},minecraft:custom_model_data=37001] \ No newline at end of file diff --git a/data/new_music/function/hat_shop2.mcfunction b/data/new_music/function/hat_shop2.mcfunction new file mode 100644 index 0000000..c25c94f --- /dev/null +++ b/data/new_music/function/hat_shop2.mcfunction @@ -0,0 +1,2 @@ +#give Hat Shop to player +give @s minecraft:music_disc_13[minecraft:jukebox_playable={song:"new_music:hat_shop2"},minecraft:custom_model_data=37002] \ No newline at end of file diff --git a/data/new_music/function/interior_shop3.mcfunction b/data/new_music/function/interior_shop3.mcfunction new file mode 100644 index 0000000..1f408b9 --- /dev/null +++ b/data/new_music/function/interior_shop3.mcfunction @@ -0,0 +1,2 @@ +#give Interior Shop to player +give @s minecraft:music_disc_13[minecraft:jukebox_playable={song:"new_music:interior_shop3"},minecraft:custom_model_data=37003] \ No newline at end of file diff --git a/data/new_music/function/jump_up5.mcfunction b/data/new_music/function/jump_up5.mcfunction new file mode 100644 index 0000000..847a834 --- /dev/null +++ b/data/new_music/function/jump_up5.mcfunction @@ -0,0 +1,2 @@ +#give Jump Up to player +give @s minecraft:music_disc_13[minecraft:jukebox_playable={song:"new_music:jump_up5"},minecraft:custom_model_data=37005] \ No newline at end of file diff --git a/data/new_music/function/pawn_shop4.mcfunction b/data/new_music/function/pawn_shop4.mcfunction new file mode 100644 index 0000000..fa57da7 --- /dev/null +++ b/data/new_music/function/pawn_shop4.mcfunction @@ -0,0 +1,2 @@ +#give Pawn Shop to player +give @s minecraft:music_disc_13[minecraft:jukebox_playable={song:"new_music:pawn_shop4"},minecraft:custom_model_data=37004] \ No newline at end of file diff --git a/data/new_music/jukebox_song/city_under_siege6.json b/data/new_music/jukebox_song/city_under_siege6.json new file mode 100644 index 0000000..c4eeb7d --- /dev/null +++ b/data/new_music/jukebox_song/city_under_siege6.json @@ -0,0 +1,8 @@ +{ + "comparator_output": 1, + "description": "Author - City under siege", + "length_in_seconds": 362.100979, + "sound_event": { + "sound_id": "minecraft:music_disc.city_under_siege6" + } +} \ No newline at end of file diff --git a/data/new_music/jukebox_song/clothing_shop0.json b/data/new_music/jukebox_song/clothing_shop0.json new file mode 100644 index 0000000..44578a0 --- /dev/null +++ b/data/new_music/jukebox_song/clothing_shop0.json @@ -0,0 +1,8 @@ +{ + "comparator_output": 1, + "description": "Author - Clothing Shop", + "length_in_seconds": 93.936326, + "sound_event": { + "sound_id": "minecraft:music_disc.clothing_shop0" + } +} \ No newline at end of file diff --git a/data/new_music/jukebox_song/food_mart1.json b/data/new_music/jukebox_song/food_mart1.json new file mode 100644 index 0000000..f846c7c --- /dev/null +++ b/data/new_music/jukebox_song/food_mart1.json @@ -0,0 +1,8 @@ +{ + "comparator_output": 1, + "description": "Author - Food Mart", + "length_in_seconds": 89.340979, + "sound_event": { + "sound_id": "minecraft:music_disc.food_mart1" + } +} \ No newline at end of file diff --git a/data/new_music/jukebox_song/hat_shop2.json b/data/new_music/jukebox_song/hat_shop2.json new file mode 100644 index 0000000..0587b55 --- /dev/null +++ b/data/new_music/jukebox_song/hat_shop2.json @@ -0,0 +1,8 @@ +{ + "comparator_output": 1, + "description": "Author - Hat Shop", + "length_in_seconds": 80.22204, + "sound_event": { + "sound_id": "minecraft:music_disc.hat_shop2" + } +} \ No newline at end of file diff --git a/data/new_music/jukebox_song/interior_shop3.json b/data/new_music/jukebox_song/interior_shop3.json new file mode 100644 index 0000000..cd2e6ee --- /dev/null +++ b/data/new_music/jukebox_song/interior_shop3.json @@ -0,0 +1,8 @@ +{ + "comparator_output": 1, + "description": "Author - Interior Shop", + "length_in_seconds": 77.400816, + "sound_event": { + "sound_id": "minecraft:music_disc.interior_shop3" + } +} \ No newline at end of file diff --git a/data/new_music/jukebox_song/jump_up5.json b/data/new_music/jukebox_song/jump_up5.json new file mode 100644 index 0000000..7aea4de --- /dev/null +++ b/data/new_music/jukebox_song/jump_up5.json @@ -0,0 +1,8 @@ +{ + "comparator_output": 1, + "description": "Author - Jump Up", + "length_in_seconds": 223.572979, + "sound_event": { + "sound_id": "minecraft:music_disc.jump_up5" + } +} \ No newline at end of file diff --git a/data/new_music/jukebox_song/pawn_shop4.json b/data/new_music/jukebox_song/pawn_shop4.json new file mode 100644 index 0000000..103f910 --- /dev/null +++ b/data/new_music/jukebox_song/pawn_shop4.json @@ -0,0 +1,8 @@ +{ + "comparator_output": 1, + "description": "Author - Pawn Shop", + "length_in_seconds": 88.21551, + "sound_event": { + "sound_id": "minecraft:music_disc.pawn_shop4" + } +} \ No newline at end of file diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..69a5f35 --- /dev/null +++ b/manifest.json @@ -0,0 +1,64 @@ +{ + "packTitle": "Friends CMP", + "packDescription": "§7Friends CMP §c§lExtras§f §7Pack", + "packVersion": 34, + "packIcon": "pack.png", + "songs": [ + { + "title": "Clothing Shop", + "author": "Author", + "length": 93.936326, + "filePath": "assets/minecraft/sounds/records/music_disc_clothing_shop0.ogg", + "imagePath": "assets/minecraft/textures/item/clothing_shop0.png", + "animated": false + }, + { + "title": "Food Mart", + "author": "Author", + "length": 89.340979, + "filePath": "assets/minecraft/sounds/records/music_disc_food_mart1.ogg", + "imagePath": "assets/minecraft/textures/item/food_mart1.png", + "animated": false + }, + { + "title": "Hat Shop", + "author": "Author", + "length": 80.22204, + "filePath": "assets/minecraft/sounds/records/music_disc_hat_shop2.ogg", + "imagePath": "assets/minecraft/textures/item/hat_shop2.png", + "animated": false + }, + { + "title": "Interior Shop", + "author": "Author", + "length": 77.400816, + "filePath": "assets/minecraft/sounds/records/music_disc_interior_shop3.ogg", + "imagePath": "assets/minecraft/textures/item/interior_shop3.png", + "animated": false + }, + { + "title": "Pawn Shop", + "author": "Author", + "length": 88.21551, + "filePath": "assets/minecraft/sounds/records/music_disc_pawn_shop4.ogg", + "imagePath": "assets/minecraft/textures/item/pawn_shop4.png", + "animated": false + }, + { + "title": "Jump Up", + "author": "Author", + "length": 223.572979, + "filePath": "assets/minecraft/sounds/records/music_disc_jump_up5.ogg", + "imagePath": "assets/minecraft/textures/item/jump_up5.png", + "animated": false + }, + { + "title": "City under siege", + "author": "Author", + "length": 362.100979, + "filePath": "assets/minecraft/sounds/records/music_disc_city_under_siege6.ogg", + "imagePath": "assets/minecraft/textures/item/city_under_siege6.png", + "animated": false + } + ] +} \ No newline at end of file diff --git a/pack.mcmeta b/pack.mcmeta index 3c05e04..79ea9a5 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1 +1,10 @@ -{"pack":{"description":"§7Friends CMP §c§lExtras§f §7Pack","pack_format":7}} \ No newline at end of file +{ + "pack": { + "pack_format": 34, + "supported_formats": [ + 34, + 79 + ], + "description": "§7Friends CMP §c§lExtras§f §7Pack" + } +} \ No newline at end of file