diff --git a/Resource Packs/Tutorial/1.12-1.13/README.md b/Resource Packs/Tutorial/1.12-1.13/README.md index 4c5a16f..2881e08 100644 --- a/Resource Packs/Tutorial/1.12-1.13/README.md +++ b/Resource Packs/Tutorial/1.12-1.13/README.md @@ -1,3 +1,4 @@ # VehiclesPlus Tutorial Pack 1.12 - 1.13 > By default, this resourcepack supports `1.13 - 1.13.2` -# SOON + +> #SOON diff --git a/Resource Packs/Tutorial/1.14+/README.md b/Resource Packs/Tutorial/1.14+/README.md index 9e7bcc8..062b5f3 100644 --- a/Resource Packs/Tutorial/1.14+/README.md +++ b/Resource Packs/Tutorial/1.14+/README.md @@ -1,12 +1,16 @@ -# VehiclesPlus Tutorial Pack 1.14+ +# VehiclesPlus v2 Tutorial Pack 1.14+ > By default, this resourcepack supports `1.20.2 - 1.20.4`. ## YouTube video [![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/fx2Z5ZD_Rbo/0.jpg)](https://www.youtube.com/watch?v=YOUTUBE_VIDEO_ID_HERE) -> #SOON ## Steps to take -> #SOON +Below you can find the steps to take to add your own models to the pack. + +### Step 1: Purchase your models +The first step is to achieve the models you want to use. Make sure the models are delivered in a Minecraft-compatible `.json` file. This makes it super easy to install! + +You can easily find VehiclesPlus-compatible models [on Polymart](https://vehicles.polymart.org/). ### Step 2: Changing the supported version Open the `pack.mcmeta` file in the root folder. Change the `pack_format` to the correct number according to the table below. Then change the `game_version` to the default (latest) version you want to support. @@ -22,5 +26,49 @@ Open the `pack.mcmeta` file in the root folder. Change the `pack_format` to the | 1.19 - 1.19.2 | `9` | | 1.19.3 | `12` | | 1.19.4 | `13` | -| 1.20 - 1.20.2 | `15` | -| 1.20.2 - 1.20.4 | `18` | +| 1.20 - 1.20.1 | `15` | +| 1.20.2 | `18` | +| 1.20.3 - 1.20.4 | `22` | + +### Step 3: Install the model files +Now its time to install the model's files inside the resourcepack. Most of the time, a `.json` file is included with your model. You can direclty put this file in the `assets/vp/models/item` folder. + +If any textures files are included (most of the time, this is not the case), insert them into the `assets/vp/textures/item` folder. + +### Step 4: Add the models to the correct item +VehiclesPlus uses an item to make the models visible. You can choose any item you want, by default the plugin uses the `leather_boots` for models. + +Under the `overrides` section, add a line like this: + +```json +"overrides": [ + { "predicate": {"custom_model_data":1}, "model": "vp:item/YOURMODEL"} +] +``` + +Replace `YOURMODEL` by the name of the `.json` file (excluding the extension!). Replace the `1` by the data number you want to assign. This must be unique for the `leather_boots` file. Remember this number for step 5. + +### Step 5: Create a configuration file +Now go to your Minecraft server's files. + +Copy the example configuration file from the VehiclesPlus plugin folder for the type of vehicle you want to add. If you don't have the original files in your plugin folder anymore, you can [find them here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/src/branch/master/Vehicle%20Models). + +Rename the copied file to the name of your file. Then also change the name inside the file, like `name: MyCoolCar` + +Now go to the skin section, and replace the meta section by this: + +```yaml +list0: + className: me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Skin + skin: + ==: org.bukkit.inventory.ItemStack + v: 3337 + # ONLY change the section below! + # Change the type to the correct item. Probably you used the LEATHER_BOOTS. + type: LEATHER_BOOTS + meta: + ==: ItemMeta + meta-type: UNSPECIFIC + # Set the custom model data you chose in step 4. + custom-model-data: 1 +``` \ No newline at end of file diff --git a/Resource Packs/Tutorial/1.14+/assets/minecraft/models/item/leather_chestplate.json b/Resource Packs/Tutorial/1.14+/assets/minecraft/models/item/leather_chestplate.json index 27af1e4..8579b70 100644 --- a/Resource Packs/Tutorial/1.14+/assets/minecraft/models/item/leather_chestplate.json +++ b/Resource Packs/Tutorial/1.14+/assets/minecraft/models/item/leather_chestplate.json @@ -4,10 +4,5 @@ "layer0": "item/leather_chestplate" }, "overrides": [ - { "predicate": {"custom_model_data":1}, "model": "vp:item/wheel1r"}, - { "predicate": {"custom_model_data":2}, "model": "vp:item/wheel2r"}, - { "predicate": {"custom_model_data":3}, "model": "vp:item/wheel3r"}, - { "predicate": {"custom_model_data":4}, "model": "vp:item/wheel4r"}, - { "predicate": {"custom_model_data":5}, "model": "vp:item/wheel5r"} ] } \ No newline at end of file diff --git a/Resource Packs/Tutorial/1.14+/assets/minecraft/models/item/leather_helmet.json b/Resource Packs/Tutorial/1.14+/assets/minecraft/models/item/leather_helmet.json new file mode 100644 index 0000000..13a3e31 --- /dev/null +++ b/Resource Packs/Tutorial/1.14+/assets/minecraft/models/item/leather_helmet.json @@ -0,0 +1,8 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "item/leather_helmet" + }, + "overrides": [ + ] +} \ No newline at end of file diff --git a/Resource Packs/Tutorial/1.14+/assets/minecraft/models/item/leather_leggings.json b/Resource Packs/Tutorial/1.14+/assets/minecraft/models/item/leather_leggings.json deleted file mode 100644 index 80cacd3..0000000 --- a/Resource Packs/Tutorial/1.14+/assets/minecraft/models/item/leather_leggings.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "item/handheld", - "textures": { - "layer0": "item/leather_leggings" - }, - "overrides": [ - { "predicate": {"custom_model_data":1}, "model": "item/cars/spoiler1"}, - { "predicate": {"custom_model_data":2}, "model": "item/cars/spoiler2"}, - { "predicate": {"custom_model_data":3}, "model": "item/cars/spoiler3"}, - { "predicate": {"custom_model_data":4}, "model": "item/cars/spoiler4"} - ] -} \ No newline at end of file diff --git a/Resource Packs/Tutorial/1.14+/assets/vp/models/item/spoiler1.json b/Resource Packs/Tutorial/1.14+/assets/vp/models/item/spoiler1.json deleted file mode 100644 index 7ba05d0..0000000 --- a/Resource Packs/Tutorial/1.14+/assets/vp/models/item/spoiler1.json +++ /dev/null @@ -1,630 +0,0 @@ -{ - "__comment": "Designed_by_Legofreak107_with_Cubik_Studio_-_https://cubik.studio", - "elements": [ - { - "__comment": "Box6852", - "from": [ - 3.125, - 9.5, - 24.625 - ], - "to": [ - 5.625, - 9.751, - 25.625 - ], - "rotation": { - "origin": [ - 3.125, - 9.5, - 24.625 - ], - "axis": "y", - "angle": -22.5 - }, - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 10.625, - 9.5, - 25.625 - ], - "to": [ - 13.125, - 9.751, - 26.625 - ], - "rotation": { - "origin": [ - 10.625, - 9.5, - 25.625 - ], - "axis": "y", - "angle": 22.5 - }, - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 5, - 9.5, - 25.5 - ], - "to": [ - 11, - 9.751, - 26.5 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6855", - "from": [ - 10.25, - 7.5, - 24.625 - ], - "to": [ - 10.501, - 9.875, - 24.876 - ], - "rotation": { - "origin": [ - 10.25, - 7.5, - 24.625 - ], - "axis": "x", - "angle": 22.5 - }, - "faces": { - "down": { - "uv": [ - 10.5, - 5.999001, - 10.501, - 6.25 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 10.5, - 9.75, - 10.501, - 10.001 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 5.499, - 6.5, - 5.5, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 10.5, - 6.5, - 10.501, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.75, - 6.5, - 10.001, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 5.999, - 6.5, - 6.25, - 8 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6855", - "from": [ - 10.25, - 7.5, - 25.375 - ], - "to": [ - 10.501, - 9.875, - 25.626 - ], - "rotation": { - "origin": [ - 10.25, - 7.5, - 25.375 - ], - "axis": "x", - "angle": 22.5 - }, - "faces": { - "down": { - "uv": [ - 10.5, - 5.999001, - 10.501, - 6.25 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 10.5, - 9.75, - 10.501, - 10.001 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 5.499, - 6.5, - 5.5, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 10.5, - 6.5, - 10.501, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.75, - 6.5, - 10.001, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 5.999, - 6.5, - 6.25, - 8 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6855", - "from": [ - 5.5, - 7.5, - 25.375 - ], - "to": [ - 5.751, - 9.875, - 25.626 - ], - "rotation": { - "origin": [ - 5.5, - 7.5, - 25.375 - ], - "axis": "x", - "angle": 22.5 - }, - "faces": { - "down": { - "uv": [ - 10.5, - 5.999001, - 10.501, - 6.25 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 10.5, - 9.75, - 10.501, - 10.001 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 5.499, - 6.5, - 5.5, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 10.5, - 6.5, - 10.501, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.75, - 6.5, - 10.001, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 5.999, - 6.5, - 6.25, - 8 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6855", - "from": [ - 5.5, - 7.5, - 24.625 - ], - "to": [ - 5.751, - 9.875, - 24.876 - ], - "rotation": { - "origin": [ - 5.5, - 7.5, - 24.625 - ], - "axis": "x", - "angle": 22.5 - }, - "faces": { - "down": { - "uv": [ - 10.5, - 5.999001, - 10.501, - 6.25 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 10.5, - 9.75, - 10.501, - 10.001 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 5.499, - 6.5, - 5.5, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 10.5, - 6.5, - 10.501, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.75, - 6.5, - 10.001, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 5.999, - 6.5, - 6.25, - 8 - ], - "texture": "#body", - "tintindex": 0 - } - } - } - ], - "display": { - "gui": { - "rotation": [ - 30, - 225, - 0 - ], - "translation": [ - 25.042, - -15.29, - -2.773 - ], - "scale": [ - 2, - 2, - 2 - ] - }, - "head": { - "translation": [ - 0, - -11, - -5 - ], - "scale": [ - 4, - 4, - 4 - ] - } - }, - "textures": { - "particle": "block/particle", - "texture": "block/texture", - "R8_14blend_palette": "block/r8_14blend_palette", - "voxels_palette": "block/voxels_palette", - "interiour": "block/gray_concrete", - "detail": "block/black_concrete", - "engine": "block/light_blue_concrete", - "body": "block/white_concrete", - "details2": "block/anvil", - "headlights": "block/white_concrete_powder", - "taillights": "block/red_concrete", - "skyline_GTR_palette": "item/skyline_gtr_palette", - "seat": "block/light_gray_concrete" - } -} diff --git a/Resource Packs/Tutorial/1.14+/assets/vp/models/item/spoiler2.json b/Resource Packs/Tutorial/1.14+/assets/vp/models/item/spoiler2.json deleted file mode 100644 index 7b8300e..0000000 --- a/Resource Packs/Tutorial/1.14+/assets/vp/models/item/spoiler2.json +++ /dev/null @@ -1,930 +0,0 @@ -{ - "__comment": "Designed_by_Legofreak107_with_Cubik_Studio_-_https://cubik.studio", - "elements": [ - { - "__comment": "Box6852", - "from": [ - 3, - 9.5, - 25.25 - ], - "to": [ - 13, - 9.75, - 26.75 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6855", - "from": [ - 10.25, - 7.5, - 24.625 - ], - "to": [ - 10.501, - 9.875, - 24.876 - ], - "rotation": { - "origin": [ - 10.25, - 7.5, - 24.625 - ], - "axis": "x", - "angle": 22.5 - }, - "faces": { - "down": { - "uv": [ - 10.5, - 5.999001, - 10.501, - 6.25 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 10.5, - 9.75, - 10.501, - 10.001 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 5.499, - 6.5, - 5.5, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 10.5, - 6.5, - 10.501, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.75, - 6.5, - 10.001, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 5.999, - 6.5, - 6.25, - 8 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6855", - "from": [ - 10.25, - 7.5, - 25.375 - ], - "to": [ - 10.501, - 9.875, - 25.626 - ], - "rotation": { - "origin": [ - 10.25, - 7.5, - 25.375 - ], - "axis": "x", - "angle": 22.5 - }, - "faces": { - "down": { - "uv": [ - 10.5, - 5.999001, - 10.501, - 6.25 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 10.5, - 9.75, - 10.501, - 10.001 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 5.499, - 6.5, - 5.5, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 10.5, - 6.5, - 10.501, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.75, - 6.5, - 10.001, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 5.999, - 6.5, - 6.25, - 8 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6855", - "from": [ - 5.5, - 7.5, - 25.375 - ], - "to": [ - 5.751, - 9.875, - 25.626 - ], - "rotation": { - "origin": [ - 5.5, - 7.5, - 25.375 - ], - "axis": "x", - "angle": 22.5 - }, - "faces": { - "down": { - "uv": [ - 10.5, - 5.999001, - 10.501, - 6.25 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 10.5, - 9.75, - 10.501, - 10.001 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 5.499, - 6.5, - 5.5, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 10.5, - 6.5, - 10.501, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.75, - 6.5, - 10.001, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 5.999, - 6.5, - 6.25, - 8 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6855", - "from": [ - 5.5, - 7.5, - 24.625 - ], - "to": [ - 5.751, - 9.875, - 24.876 - ], - "rotation": { - "origin": [ - 5.5, - 7.5, - 24.625 - ], - "axis": "x", - "angle": 22.5 - }, - "faces": { - "down": { - "uv": [ - 10.5, - 5.999001, - 10.501, - 6.25 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 10.5, - 9.75, - 10.501, - 10.001 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 5.499, - 6.5, - 5.5, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 10.5, - 6.5, - 10.501, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.75, - 6.5, - 10.001, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 5.999, - 6.5, - 6.25, - 8 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 2.75, - 9.25, - 25.75 - ], - "to": [ - 3, - 10.5, - 26.75 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 13, - 9.25, - 25.75 - ], - "to": [ - 13.25, - 10.5, - 26.75 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 13, - 9.25, - 24.75 - ], - "to": [ - 13.25, - 10, - 25.75 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 2.75, - 9.625, - 25 - ], - "to": [ - 3, - 10.125, - 26 - ], - "rotation": { - "origin": [ - 2.75, - 9.625, - 25 - ], - "axis": "x", - "angle": -22.5 - }, - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 13, - 9.625, - 25 - ], - "to": [ - 13.25, - 10.125, - 26 - ], - "rotation": { - "origin": [ - 13, - 9.625, - 25 - ], - "axis": "x", - "angle": -22.5 - }, - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 2.75, - 9.25, - 24.75 - ], - "to": [ - 3, - 10, - 25.75 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - } - ], - "display": { - "gui": { - "rotation": [ - 30, - 225, - 0 - ], - "translation": [ - 25.042, - -15.29, - -2.773 - ], - "scale": [ - 2, - 2, - 2 - ] - }, - "head": { - "translation": [ - 0, - -11, - -5 - ], - "scale": [ - 4, - 4, - 4 - ] - } - }, - "textures": { - "particle": "block/particle", - "texture": "block/texture", - "R8_14blend_palette": "block/r8_14blend_palette", - "voxels_palette": "block/voxels_palette", - "interiour": "block/gray_concrete", - "detail": "block/black_concrete", - "engine": "block/light_blue_concrete", - "body": "block/white_concrete", - "details2": "block/anvil", - "headlights": "block/white_concrete_powder", - "taillights": "block/red_concrete", - "skyline_GTR_palette": "item/skyline_gtr_palette", - "seat": "block/light_gray_concrete" - } -} diff --git a/Resource Packs/Tutorial/1.14+/assets/vp/models/item/spoiler3.json b/Resource Packs/Tutorial/1.14+/assets/vp/models/item/spoiler3.json deleted file mode 100644 index 5fcbeed..0000000 --- a/Resource Packs/Tutorial/1.14+/assets/vp/models/item/spoiler3.json +++ /dev/null @@ -1,1194 +0,0 @@ -{ - "__comment": "Designed_by_Legofreak107_with_Cubik_Studio_-_https://cubik.studio", - "elements": [ - { - "__comment": "Box6852", - "from": [ - 3, - 7.875, - 24.25 - ], - "to": [ - 13, - 8.125, - 25.75 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 2.75, - 7.875, - 24.25 - ], - "to": [ - 3, - 22.125, - 25.75 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 13, - 7.875, - 24.25 - ], - "to": [ - 13.25, - 22.125, - 25.75 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 3.75, - 22.875, - 24.25 - ], - "to": [ - 12.25, - 23.125, - 25.75 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 2.875, - 21.875, - 24.25 - ], - "to": [ - 4.375, - 22.125, - 25.75 - ], - "rotation": { - "origin": [ - 2.875, - 21.875, - 24.25 - ], - "axis": "z", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 12, - 23, - 24.25 - ], - "to": [ - 13.5, - 23.25, - 25.75 - ], - "rotation": { - "origin": [ - 12, - 23, - 24.25 - ], - "axis": "z", - "angle": -45 - }, - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 3, - 9.375, - 24.25 - ], - "to": [ - 13, - 9.625, - 25.75 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 3, - 10.875, - 24.25 - ], - "to": [ - 13, - 11.125, - 25.75 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 3, - 13.875, - 24.25 - ], - "to": [ - 13, - 14.125, - 25.75 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 3, - 12.375, - 24.25 - ], - "to": [ - 13, - 12.625, - 25.75 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 3, - 19.875, - 24.25 - ], - "to": [ - 13, - 20.125, - 25.75 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 3, - 18.375, - 24.25 - ], - "to": [ - 13, - 18.625, - 25.75 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 3, - 16.875, - 24.25 - ], - "to": [ - 13, - 17.125, - 25.75 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 3, - 15.375, - 24.25 - ], - "to": [ - 13, - 15.625, - 25.75 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 3, - 21.375, - 24.25 - ], - "to": [ - 13, - 21.625, - 25.75 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - } - ], - "display": { - "gui": { - "rotation": [ - 30, - 225, - 0 - ], - "translation": [ - 25.042, - -15.29, - -2.773 - ], - "scale": [ - 2, - 2, - 2 - ] - }, - "head": { - "translation": [ - 0, - -11, - -5 - ], - "scale": [ - 4, - 4, - 4 - ] - } - }, - "textures": { - "particle": "block/particle", - "texture": "block/texture", - "R8_14blend_palette": "block/r8_14blend_palette", - "voxels_palette": "block/voxels_palette", - "interiour": "block/gray_concrete", - "detail": "block/black_concrete", - "engine": "block/light_blue_concrete", - "body": "block/white_concrete", - "details2": "block/anvil", - "headlights": "block/white_concrete_powder", - "taillights": "block/red_concrete", - "skyline_GTR_palette": "item/skyline_gtr_palette", - "seat": "block/light_gray_concrete" - } -} diff --git a/Resource Packs/Tutorial/1.14+/assets/vp/models/item/spoiler4.json b/Resource Packs/Tutorial/1.14+/assets/vp/models/item/spoiler4.json deleted file mode 100644 index be40d56..0000000 --- a/Resource Packs/Tutorial/1.14+/assets/vp/models/item/spoiler4.json +++ /dev/null @@ -1,594 +0,0 @@ -{ - "__comment": "Designed_by_Legofreak107_with_Cubik_Studio_-_https://cubik.studio", - "elements": [ - { - "__comment": "Box6852", - "from": [ - 2, - 10.5, - 23.75 - ], - "to": [ - 14.25, - 10.751, - 25.125 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 2, - 9.25, - 23.75 - ], - "to": [ - 2.25, - 10.5, - 25.125 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 14, - 9.25, - 23.75 - ], - "to": [ - 14.25, - 10.5, - 25.125 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 3, - 7.75, - 23.75 - ], - "to": [ - 3.25, - 9, - 25.125 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 13, - 7.75, - 23.75 - ], - "to": [ - 13.25, - 9, - 25.125 - ], - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 13.125, - 8.75, - 23.75 - ], - "to": [ - 14.375, - 9, - 25.125 - ], - "rotation": { - "origin": [ - 13.125, - 8.75, - 23.75 - ], - "axis": "z", - "angle": 22.5 - }, - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - }, - { - "__comment": "Box6852", - "from": [ - 2, - 9.25, - 23.75 - ], - "to": [ - 3.25, - 9.5, - 25.125 - ], - "rotation": { - "origin": [ - 2, - 9.25, - 23.75 - ], - "axis": "z", - "angle": -22.5 - }, - "faces": { - "down": { - "uv": [ - 3, - 7, - 7, - 8 - ], - "texture": "#body", - "tintindex": 0 - }, - "up": { - "uv": [ - 3, - 8, - 7, - 9 - ], - "texture": "#body", - "tintindex": 0 - }, - "north": { - "uv": [ - 9, - 5.999, - 13, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "south": { - "uv": [ - 3, - 5.999, - 7, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 5.999, - 9, - 6 - ], - "texture": "#body", - "tintindex": 0 - }, - "east": { - "uv": [ - 7, - 5.999, - 8, - 6 - ], - "texture": "#body", - "tintindex": 0 - } - } - } - ], - "display": { - "gui": { - "rotation": [ - 30, - 225, - 0 - ], - "translation": [ - 22.258, - -13.2, - -2.773 - ], - "scale": [ - 1.9, - 1.9, - 1.9 - ] - }, - "head": { - "translation": [ - 0, - -11, - -5 - ], - "scale": [ - 4, - 4, - 4 - ] - } - }, - "textures": { - "particle": "block/particle", - "texture": "block/texture", - "R8_14blend_palette": "block/r8_14blend_palette", - "voxels_palette": "block/voxels_palette", - "interiour": "block/gray_concrete", - "detail": "block/black_concrete", - "engine": "block/light_blue_concrete", - "body": "block/white_concrete", - "details2": "block/anvil", - "headlights": "block/white_concrete_powder", - "taillights": "block/red_concrete", - "skyline_GTR_palette": "item/skyline_gtr_palette", - "seat": "block/light_gray_concrete" - } -} diff --git a/Resource Packs/Tutorial/1.14+/assets/vp/models/item/wheel1r.json b/Resource Packs/Tutorial/1.14+/assets/vp/models/item/wheel1r.json deleted file mode 100644 index 89d4c99..0000000 --- a/Resource Packs/Tutorial/1.14+/assets/vp/models/item/wheel1r.json +++ /dev/null @@ -1,4939 +0,0 @@ -{ - "__comment": "Designed_by_Legofreak107_with_Cubik_Studio_-_https://cubik.studio", - "elements": [ - { - "__comment": "Box804", - "from": [ - 8.25, - 7.25, - 7.25 - ], - "to": [ - 8.75, - 9.25, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine" - }, - "up": { - "uv": [ - 4.5, - 7.25, - 5, - 9.25 - ], - "texture": "#engine" - }, - "north": { - "uv": [ - 11, - 6.75, - 11.5, - 8.75 - ], - "texture": "#engine" - }, - "south": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine" - }, - "west": { - "uv": [ - 7.25, - 6.75, - 9.25, - 8.75 - ], - "texture": "#engine" - }, - "east": { - "uv": [ - 6.75, - 6.75, - 8.75, - 8.75 - ], - "texture": "#engine" - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.25, - 7.25, - 9.25 - ], - "to": [ - 8.75, - 9.25, - 9.5 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.5, - 5, - 6.75 - ], - "texture": "#engine" - }, - "up": { - "uv": [ - 4.5, - 9.25, - 5, - 9.5 - ], - "texture": "#engine" - }, - "north": { - "uv": [ - 11, - 6.75, - 11.5, - 8.75 - ], - "texture": "#engine" - }, - "south": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine" - }, - "west": { - "uv": [ - 9.25, - 6.75, - 9.5, - 8.75 - ], - "texture": "#engine" - }, - "east": { - "uv": [ - 6.5, - 6.75, - 6.75, - 8.75 - ], - "texture": "#engine" - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.25, - 9.25, - 7.25 - ], - "to": [ - 8.75, - 9.5, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine" - }, - "up": { - "uv": [ - 4.5, - 7.25, - 5, - 9.25 - ], - "texture": "#engine" - }, - "north": { - "uv": [ - 11, - 6.5, - 11.5, - 6.75 - ], - "texture": "#engine" - }, - "south": { - "uv": [ - 4.5, - 6.5, - 5, - 6.75 - ], - "texture": "#engine" - }, - "west": { - "uv": [ - 7.25, - 6.5, - 9.25, - 6.75 - ], - "texture": "#engine" - }, - "east": { - "uv": [ - 6.75, - 6.5, - 8.75, - 6.75 - ], - "texture": "#engine" - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.25, - 7, - 7.25 - ], - "to": [ - 8.75, - 7.25, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine" - }, - "up": { - "uv": [ - 4.5, - 7.25, - 5, - 9.25 - ], - "texture": "#engine" - }, - "north": { - "uv": [ - 11, - 8.75, - 11.5, - 9 - ], - "texture": "#engine" - }, - "south": { - "uv": [ - 4.5, - 8.75, - 5, - 9 - ], - "texture": "#engine" - }, - "west": { - "uv": [ - 7.25, - 8.75, - 9.25, - 9 - ], - "texture": "#engine" - }, - "east": { - "uv": [ - 6.75, - 8.75, - 8.75, - 9 - ], - "texture": "#engine" - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.25, - 9.5, - 7.75 - ], - "to": [ - 8.75, - 9.75, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 7.25, - 5, - 8.25 - ], - "texture": "#engine" - }, - "up": { - "uv": [ - 4.5, - 7.75, - 5, - 8.75 - ], - "texture": "#engine" - }, - "north": { - "uv": [ - 11, - 6.25, - 11.5, - 6.5 - ], - "texture": "#engine" - }, - "south": { - "uv": [ - 4.5, - 6.25, - 5, - 6.5 - ], - "texture": "#engine" - }, - "west": { - "uv": [ - 7.75, - 6.25, - 8.75, - 6.5 - ], - "texture": "#engine" - }, - "east": { - "uv": [ - 7.25, - 6.25, - 8.25, - 6.5 - ], - "texture": "#engine" - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.25, - 6.75, - 7.75 - ], - "to": [ - 8.75, - 7, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 7.25, - 5, - 8.25 - ], - "texture": "#engine" - }, - "up": { - "uv": [ - 4.5, - 7.75, - 5, - 8.75 - ], - "texture": "#engine" - }, - "north": { - "uv": [ - 11, - 9, - 11.5, - 9.25 - ], - "texture": "#engine" - }, - "south": { - "uv": [ - 4.5, - 9, - 5, - 9.25 - ], - "texture": "#engine" - }, - "west": { - "uv": [ - 7.75, - 9, - 8.75, - 9.25 - ], - "texture": "#engine" - }, - "east": { - "uv": [ - 7.25, - 9, - 8.25, - 9.25 - ], - "texture": "#engine" - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.25, - 7.75, - 9.5 - ], - "to": [ - 8.75, - 8.75, - 9.75 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.25, - 5, - 6.5 - ], - "texture": "#engine" - }, - "up": { - "uv": [ - 4.5, - 9.5, - 5, - 9.75 - ], - "texture": "#engine" - }, - "north": { - "uv": [ - 11, - 7.25, - 11.5, - 8.25 - ], - "texture": "#engine" - }, - "south": { - "uv": [ - 4.5, - 7.25, - 5, - 8.25 - ], - "texture": "#engine" - }, - "west": { - "uv": [ - 9.5, - 7.25, - 9.75, - 8.25 - ], - "texture": "#engine" - }, - "east": { - "uv": [ - 6.25, - 7.25, - 6.5, - 8.25 - ], - "texture": "#engine" - } - } - }, - { - "__comment": "Box813", - "from": [ - 8, - 7.75, - 6.5 - ], - "to": [ - 9, - 8.75, - 7.5 - ], - "faces": { - "down": { - "uv": [ - 4.25, - 8.5, - 5.25, - 9.5 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 4.25, - 6.5, - 5.25, - 7.5 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 10.75, - 7.25, - 11.75, - 8.25 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 4.25, - 7.25, - 5.25, - 8.25 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 6.5, - 7.25, - 7.5, - 8.25 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.5, - 7.25, - 9.5, - 8.25 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box813", - "from": [ - 8, - 8.75, - 6.75 - ], - "to": [ - 9, - 9.25, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 8, - 8.25, - 9, - 9.25 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 8, - 6.75, - 9, - 7.75 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 7, - 6.75, - 8, - 7.25 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 8, - 6.75, - 9, - 7.25 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 6.75, - 6.75, - 7.75, - 7.25 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.25, - 6.75, - 9.25, - 7.25 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box813", - "from": [ - 8, - 7.25, - 6.75 - ], - "to": [ - 9, - 7.75, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 4.25, - 8.25, - 5.25, - 9.25 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 4.25, - 6.75, - 5.25, - 7.75 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 10.75, - 8.25, - 11.75, - 8.75 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 4.25, - 8.25, - 5.25, - 8.75 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 6.75, - 8.25, - 7.75, - 8.75 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.25, - 8.25, - 9.25, - 8.75 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box813", - "from": [ - 8, - 7, - 7 - ], - "to": [ - 9, - 7.25, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 4.25, - 8.25, - 5.25, - 9 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 4.25, - 7, - 5.25, - 7.75 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 10.75, - 8.75, - 11.75, - 9 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 4.25, - 8.75, - 5.25, - 9 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 7, - 8.75, - 7.75, - 9 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.25, - 8.75, - 9, - 9 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box813", - "from": [ - 8, - 9.25, - 7 - ], - "to": [ - 9, - 9.5, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 4.25, - 8.25, - 5.25, - 9 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 4.25, - 7, - 5.25, - 7.75 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 10.75, - 6.5, - 11.75, - 6.75 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 4.25, - 6.5, - 5.25, - 6.75 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 7, - 6.5, - 7.75, - 6.75 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.25, - 6.5, - 9, - 6.75 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10.5, - 6.5 - ], - "to": [ - 9.5, - 10.75, - 10 - ], - "faces": { - "down": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5.25, - 9, - 5.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5.25, - 9.5, - 5.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 5.25, - 10, - 5.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 6, - 5.25, - 9.5, - 5.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10.75, - 7 - ], - "to": [ - 9.5, - 11, - 9.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.5, - 9.5, - 9 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 7, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5, - 9, - 5.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5, - 9.5, - 5.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 7, - 5, - 9.5, - 5.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 6.5, - 5, - 9, - 5.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 11, - 7.75 - ], - "to": [ - 9.5, - 11.25, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 7, - 7.25, - 9.5, - 8.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 7.75, - 9.5, - 8.75 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 4.75, - 9, - 5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 4.75, - 9.5, - 5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 7.75, - 4.75, - 8.75, - 5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 7.25, - 4.75, - 8.25, - 5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 5.75, - 6.5 - ], - "to": [ - 9.5, - 6, - 10 - ], - "faces": { - "down": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 10, - 9, - 10.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 10, - 10, - 10.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 6, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 5.5, - 7 - ], - "to": [ - 9.5, - 5.75, - 9.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.5, - 9.5, - 9 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 7, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 10.25, - 9, - 10.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 10.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 7, - 10.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 6.5, - 10.25, - 9, - 10.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 5.25, - 7.75 - ], - "to": [ - 9.5, - 5.5, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 7, - 7.25, - 9.5, - 8.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 7.75, - 9.5, - 8.75 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 10.5, - 9, - 10.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 10.5, - 9.5, - 10.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 7.75, - 10.5, - 8.75, - 10.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 7.25, - 10.5, - 8.25, - 10.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 10.5 - ], - "to": [ - 9.5, - 10, - 10.75 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.25, - 9.5, - 5.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10.5, - 9.5, - 10.75 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10.5, - 6, - 10.75, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.25, - 6, - 5.5, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7, - 10.75 - ], - "to": [ - 9.5, - 9.5, - 11 - ], - "faces": { - "down": { - "uv": [ - 7, - 5, - 9.5, - 5.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10.75, - 9.5, - 11 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6.5, - 9, - 9 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6.5, - 9.5, - 9 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10.75, - 6.5, - 11, - 9 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5, - 6.5, - 5.25, - 9 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7.75, - 11 - ], - "to": [ - 9.5, - 8.75, - 11.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 4.75, - 9.5, - 5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 11, - 9.5, - 11.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 7.25, - 9, - 8.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 7.25, - 9.5, - 8.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 11, - 7.25, - 11.25, - 8.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 4.75, - 7.25, - 5, - 8.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7.75, - 5.25 - ], - "to": [ - 9.5, - 8.75, - 5.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 10.5, - 9.5, - 10.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 5.25, - 9.5, - 5.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 7.25, - 9, - 8.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 7.25, - 9.5, - 8.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 5.25, - 7.25, - 5.5, - 8.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 10.5, - 7.25, - 10.75, - 8.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7, - 5.5 - ], - "to": [ - 9.5, - 9.5, - 5.75 - ], - "faces": { - "down": { - "uv": [ - 7, - 10.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 5.5, - 9.5, - 5.75 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6.5, - 9, - 9 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6.5, - 9.5, - 9 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 5.5, - 6.5, - 5.75, - 9 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 10.25, - 6.5, - 10.5, - 9 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 5.75 - ], - "to": [ - 9.5, - 10, - 6 - ], - "faces": { - "down": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 5.75, - 6, - 6, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 10, - 6, - 10.25, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10.25, - 6.25 - ], - "to": [ - 9.5, - 10.5, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5.5, - 9, - 5.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5.5, - 9.5, - 5.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.25, - 5.5, - 10.25, - 5.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.75, - 5.5, - 9.75, - 5.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10, - 6 - ], - "to": [ - 9.5, - 10.25, - 7.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.75, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6, - 9.5, - 7.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5.75, - 9, - 6 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6, - 5.75, - 7.25, - 6 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 8.75, - 5.75, - 10, - 6 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6, - 6.25 - ], - "to": [ - 9.5, - 6.25, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.75, - 9, - 10 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.75, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.25, - 9.75, - 10.25, - 10 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.75, - 9.75, - 9.75, - 10 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.25, - 6 - ], - "to": [ - 9.5, - 6.5, - 7.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.75, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6, - 9.5, - 7.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.5, - 9, - 9.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6, - 9.5, - 7.25, - 9.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 8.75, - 9.5, - 10, - 9.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 6 - ], - "to": [ - 9.5, - 10, - 6.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.75, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6, - 6, - 6.25, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.75, - 6, - 10, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 10.25 - ], - "to": [ - 9.5, - 10, - 10.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.5, - 9.5, - 5.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10.25, - 6, - 10.5, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.5, - 6, - 5.75, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.75, - 6.5 - ], - "to": [ - 9.5, - 10, - 7.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.999001, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 7.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 6, - 7.001, - 6.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 8.999, - 6, - 9.5, - 6.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.75, - 9.5 - ], - "to": [ - 9.5, - 10, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.5, - 9.5, - 10.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.5, - 6, - 10.001, - 6.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.999, - 6, - 6.5, - 6.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 9.5 - ], - "to": [ - 9.5, - 6.75, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.5, - 9.5, - 10.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.25, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.25, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.5, - 9.25, - 10.001, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.999, - 9.25, - 6.5, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 6.5 - ], - "to": [ - 9.5, - 6.75, - 7.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.999001, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 7.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.25, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.25, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 9.25, - 7.001, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 8.999, - 9.25, - 9.5, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.75, - 6.5 - ], - "to": [ - 9.5, - 7, - 6.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.249001, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 6.751 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9, - 9, - 9.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9, - 9.5, - 9.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 9, - 6.751, - 9.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.249, - 9, - 9.5, - 9.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.75, - 9.75 - ], - "to": [ - 9.5, - 7, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.75, - 9.5, - 10.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9, - 9, - 9.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9, - 9.5, - 9.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.75, - 9, - 10.001, - 9.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.999, - 9, - 6.25, - 9.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.5, - 9.75 - ], - "to": [ - 9.5, - 9.75, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.75, - 9.5, - 10.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6.25, - 9, - 6.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.75, - 6.25, - 10.001, - 6.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.999, - 6.25, - 6.25, - 6.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.5, - 6.5 - ], - "to": [ - 9.5, - 9.75, - 6.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.249001, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 6.751 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6.25, - 9, - 6.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 6.25, - 6.751, - 6.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.249, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.25, - 6.5 - ], - "to": [ - 9.5, - 9.5, - 6.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.249001, - 9.5, - 9.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 6.751 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.5, - 9, - 6.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.5, - 9.5, - 6.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 6.5, - 6.5, - 6.751, - 6.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 9.249, - 6.5, - 9.5, - 6.75 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.5, - 6.75 - ], - "to": [ - 9.5, - 9.75, - 7.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.999001, - 9.5, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 6.75, - 9.5, - 7.001 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.25, - 9, - 6.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 6.75, - 6.25, - 7.001, - 6.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 8.999, - 6.25, - 9.25, - 6.5 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.75, - 7 - ], - "to": [ - 9.5, - 10, - 7.251 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.749001, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 7, - 9.5, - 7.251 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 7, - 6, - 7.251, - 6.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 8.749, - 6, - 9, - 6.25 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.75, - 9.25 - ], - "to": [ - 9.5, - 10, - 9.501 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.499, - 9.5, - 6.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.25, - 9.5, - 9.500999 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.25, - 6, - 9.501, - 6.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.499, - 6, - 6.75, - 6.25 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.5, - 9.5 - ], - "to": [ - 9.5, - 9.75, - 9.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.249, - 9.5, - 6.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.5, - 9.5, - 9.750999 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.25, - 9, - 6.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.5, - 6.25, - 9.751, - 6.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.249, - 6.25, - 6.5, - 6.5 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.25, - 9.75 - ], - "to": [ - 9.5, - 9.5, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.75, - 9.5, - 10.001 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.5, - 9, - 6.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.5, - 9.5, - 6.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.75, - 6.5, - 10.001, - 6.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 5.999, - 6.5, - 6.25, - 6.75 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7, - 9.75 - ], - "to": [ - 9.5, - 7.25, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.75, - 9.5, - 10.001 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 8.75, - 9, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 8.75, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.75, - 8.75, - 10.001, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 5.999, - 8.75, - 6.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.75, - 9.5 - ], - "to": [ - 9.5, - 7, - 9.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.249, - 9.5, - 6.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.5, - 9.5, - 9.750999 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 9, - 9, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 9, - 9.5, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.5, - 9, - 9.751, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.249, - 9, - 6.5, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 9.25 - ], - "to": [ - 9.5, - 6.75, - 9.501 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.499, - 9.5, - 6.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.25, - 9.5, - 9.500999 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 9.25, - 9, - 9.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 9.25, - 9.5, - 9.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.25, - 9.25, - 9.501, - 9.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.499, - 9.25, - 6.75, - 9.5 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 7 - ], - "to": [ - 9.5, - 6.75, - 7.251 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.749001, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 7, - 9.5, - 7.251 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 9.25, - 9, - 9.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 9.25, - 9.5, - 9.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 7, - 9.25, - 7.251, - 9.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 8.749, - 9.25, - 9, - 9.5 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.75, - 6.75 - ], - "to": [ - 9.5, - 7, - 7.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.999001, - 9.5, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 6.75, - 9.5, - 7.001 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 9, - 9, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 9, - 9.5, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 6.75, - 9, - 7.001, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 8.999, - 9, - 9.25, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7, - 6.5 - ], - "to": [ - 9.5, - 7.25, - 6.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.249001, - 9.5, - 9.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 6.751 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 8.75, - 9, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 8.75, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 6.5, - 8.75, - 6.751, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 9.249, - 8.75, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 6.25, - 9 - ], - "to": [ - 7.5, - 10.5, - 9.25 - ], - "rotation": { - "origin": [ - 7.25, - 6.25, - 9 - ], - "axis": "x", - "angle": -22.5 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 6.25, - 7.25 - ], - "to": [ - 7.5, - 10.5, - 7.5 - ], - "rotation": { - "origin": [ - 7.25, - 6.25, - 7.25 - ], - "axis": "x", - "angle": 22.5 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 7.25, - 6.25 - ], - "to": [ - 7.5, - 7.501, - 11 - ], - "rotation": { - "origin": [ - 7.25, - 7.25, - 6.25 - ], - "axis": "x", - "angle": -22.5 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 9, - 6 - ], - "to": [ - 7.5, - 9.251, - 10.75 - ], - "rotation": { - "origin": [ - 7.25, - 9, - 6 - ], - "axis": "x", - "angle": 22.5 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 9.75, - 6.5 - ], - "to": [ - 7.5, - 10.001, - 11.25 - ], - "rotation": { - "origin": [ - 7.25, - 9.75, - 6.5 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 6.5, - 6.75 - ], - "to": [ - 7.5, - 6.751, - 11.5 - ], - "rotation": { - "origin": [ - 7.25, - 6.5, - 6.75 - ], - "axis": "x", - "angle": -45 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 8.125, - 6.5 - ], - "to": [ - 7.5, - 8.375, - 10 - ], - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 6.5, - 8.125 - ], - "to": [ - 7.5, - 10.001, - 8.376 - ], - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.25, - 9.25 - ], - "to": [ - 9.5, - 6.5, - 10.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.5, - 9.5, - 6.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.5, - 9, - 9.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.25, - 9.5, - 10.5, - 9.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.5, - 9.5, - 6.75, - 9.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.25, - 7.25 - ], - "to": [ - 9.5, - 6.5, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.75, - 9.5, - 8.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 7.25, - 9.5, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 9.5, - 9, - 9.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 7.25, - 9.5, - 9.25, - 9.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.75, - 9.5, - 8.75, - 9.75 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 10 - ], - "to": [ - 9.5, - 7.25, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 8.75, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 8.75, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10, - 8.75, - 10.25, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.75, - 8.75, - 6, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.25, - 10 - ], - "to": [ - 9.5, - 10, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10, - 6, - 10.25, - 6.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.75, - 6, - 6, - 6.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7.25, - 10 - ], - "to": [ - 9.5, - 9.25, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.75, - 9, - 8.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.75, - 9.5, - 8.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 10, - 6.75, - 10.25, - 8.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 5.75, - 6.75, - 6, - 8.75 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10, - 9.25 - ], - "to": [ - 9.5, - 10.25, - 10.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.5, - 9.5, - 6.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5.75, - 9, - 6 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.25, - 5.75, - 10.5, - 6 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.5, - 5.75, - 6.75, - 6 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10, - 7.25 - ], - "to": [ - 9.5, - 10.25, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.75, - 9.5, - 8.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 7.25, - 9.5, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 5.75, - 9, - 6 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 7.25, - 5.75, - 9.25, - 6 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.75, - 5.75, - 8.75, - 6 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 6.25 - ], - "to": [ - 9.5, - 7.25, - 6.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 8.75, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 8.75, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.25, - 8.75, - 6.5, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.5, - 8.75, - 9.75, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.25, - 6.25 - ], - "to": [ - 9.5, - 10, - 6.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.25, - 6, - 6.5, - 6.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.5, - 6, - 9.75, - 6.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7.25, - 6.25 - ], - "to": [ - 9.5, - 9.25, - 6.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.75, - 9, - 8.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.75, - 9.5, - 8.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 6.25, - 6.75, - 6.5, - 8.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 9.5, - 6.75, - 9.75, - 8.75 - ], - "texture": "#details", - "tintindex": 0 - } - } - } - ], - "display": { - "gui": { - "rotation": [ - 25, - 53, - 0 - ], - "translation": [ - -1.391, - -0.695, - 0 - ], - "scale": [ - 2, - 2, - 2 - ] - }, - "head": { - "translation": [ - 0.0026, - -32.92, - -0.693 - ], - "scale": [ - 3.8, - 3.8, - 3.8 - ] - } - }, - "textures": { - "particle": "block/particle", - "texture": "block/texture", - "R8_14blend_palette": "block/r8_14blend_palette", - "voxels_palette": "block/voxels_palette", - "interiour": "block/black_concrete", - "details": "block/white_concrete", - "engine": "block/white_concrete", - "body": "block/white_concrete", - "details2": "block/black_concrete", - "headlights": "block/white_concrete", - "taillights": "block/red_concrete" - } -} diff --git a/Resource Packs/Tutorial/1.14+/assets/vp/models/item/wheel2r.json b/Resource Packs/Tutorial/1.14+/assets/vp/models/item/wheel2r.json deleted file mode 100644 index 18ed8be..0000000 --- a/Resource Packs/Tutorial/1.14+/assets/vp/models/item/wheel2r.json +++ /dev/null @@ -1,5953 +0,0 @@ -{ - "__comment": "Designed_by_Legofreak107_with_Cubik_Studio_-_https://cubik.studio", - "elements": [ - { - "__comment": "Box804", - "from": [ - 8.25, - 7.25, - 7.25 - ], - "to": [ - 8.75, - 9.25, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine" - }, - "up": { - "uv": [ - 4.5, - 7.25, - 5, - 9.25 - ], - "texture": "#engine" - }, - "north": { - "uv": [ - 11, - 6.75, - 11.5, - 8.75 - ], - "texture": "#engine" - }, - "south": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine" - }, - "west": { - "uv": [ - 7.25, - 6.75, - 9.25, - 8.75 - ], - "texture": "#engine" - }, - "east": { - "uv": [ - 6.75, - 6.75, - 8.75, - 8.75 - ], - "texture": "#engine" - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.25, - 7.25, - 9.25 - ], - "to": [ - 8.75, - 9.25, - 9.5 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.5, - 5, - 6.75 - ], - "texture": "#engine" - }, - "up": { - "uv": [ - 4.5, - 9.25, - 5, - 9.5 - ], - "texture": "#engine" - }, - "north": { - "uv": [ - 11, - 6.75, - 11.5, - 8.75 - ], - "texture": "#engine" - }, - "south": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine" - }, - "west": { - "uv": [ - 9.25, - 6.75, - 9.5, - 8.75 - ], - "texture": "#engine" - }, - "east": { - "uv": [ - 6.5, - 6.75, - 6.75, - 8.75 - ], - "texture": "#engine" - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.25, - 9.25, - 7.25 - ], - "to": [ - 8.75, - 9.5, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine" - }, - "up": { - "uv": [ - 4.5, - 7.25, - 5, - 9.25 - ], - "texture": "#engine" - }, - "north": { - "uv": [ - 11, - 6.5, - 11.5, - 6.75 - ], - "texture": "#engine" - }, - "south": { - "uv": [ - 4.5, - 6.5, - 5, - 6.75 - ], - "texture": "#engine" - }, - "west": { - "uv": [ - 7.25, - 6.5, - 9.25, - 6.75 - ], - "texture": "#engine" - }, - "east": { - "uv": [ - 6.75, - 6.5, - 8.75, - 6.75 - ], - "texture": "#engine" - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.25, - 7, - 7.25 - ], - "to": [ - 8.75, - 7.25, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine" - }, - "up": { - "uv": [ - 4.5, - 7.25, - 5, - 9.25 - ], - "texture": "#engine" - }, - "north": { - "uv": [ - 11, - 8.75, - 11.5, - 9 - ], - "texture": "#engine" - }, - "south": { - "uv": [ - 4.5, - 8.75, - 5, - 9 - ], - "texture": "#engine" - }, - "west": { - "uv": [ - 7.25, - 8.75, - 9.25, - 9 - ], - "texture": "#engine" - }, - "east": { - "uv": [ - 6.75, - 8.75, - 8.75, - 9 - ], - "texture": "#engine" - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.25, - 9.5, - 7.75 - ], - "to": [ - 8.75, - 9.75, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 7.25, - 5, - 8.25 - ], - "texture": "#engine" - }, - "up": { - "uv": [ - 4.5, - 7.75, - 5, - 8.75 - ], - "texture": "#engine" - }, - "north": { - "uv": [ - 11, - 6.25, - 11.5, - 6.5 - ], - "texture": "#engine" - }, - "south": { - "uv": [ - 4.5, - 6.25, - 5, - 6.5 - ], - "texture": "#engine" - }, - "west": { - "uv": [ - 7.75, - 6.25, - 8.75, - 6.5 - ], - "texture": "#engine" - }, - "east": { - "uv": [ - 7.25, - 6.25, - 8.25, - 6.5 - ], - "texture": "#engine" - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.25, - 6.75, - 7.75 - ], - "to": [ - 8.75, - 7, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 7.25, - 5, - 8.25 - ], - "texture": "#engine" - }, - "up": { - "uv": [ - 4.5, - 7.75, - 5, - 8.75 - ], - "texture": "#engine" - }, - "north": { - "uv": [ - 11, - 9, - 11.5, - 9.25 - ], - "texture": "#engine" - }, - "south": { - "uv": [ - 4.5, - 9, - 5, - 9.25 - ], - "texture": "#engine" - }, - "west": { - "uv": [ - 7.75, - 9, - 8.75, - 9.25 - ], - "texture": "#engine" - }, - "east": { - "uv": [ - 7.25, - 9, - 8.25, - 9.25 - ], - "texture": "#engine" - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.25, - 7.75, - 9.5 - ], - "to": [ - 8.75, - 8.75, - 9.75 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.25, - 5, - 6.5 - ], - "texture": "#engine" - }, - "up": { - "uv": [ - 4.5, - 9.5, - 5, - 9.75 - ], - "texture": "#engine" - }, - "north": { - "uv": [ - 11, - 7.25, - 11.5, - 8.25 - ], - "texture": "#engine" - }, - "south": { - "uv": [ - 4.5, - 7.25, - 5, - 8.25 - ], - "texture": "#engine" - }, - "west": { - "uv": [ - 9.5, - 7.25, - 9.75, - 8.25 - ], - "texture": "#engine" - }, - "east": { - "uv": [ - 6.25, - 7.25, - 6.5, - 8.25 - ], - "texture": "#engine" - } - } - }, - { - "__comment": "Box813", - "from": [ - 8, - 7.75, - 6.5 - ], - "to": [ - 9, - 8.75, - 7.5 - ], - "faces": { - "down": { - "uv": [ - 4.25, - 8.5, - 5.25, - 9.5 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 4.25, - 6.5, - 5.25, - 7.5 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 10.75, - 7.25, - 11.75, - 8.25 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 4.25, - 7.25, - 5.25, - 8.25 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 6.5, - 7.25, - 7.5, - 8.25 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.5, - 7.25, - 9.5, - 8.25 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box813", - "from": [ - 8, - 8.75, - 6.75 - ], - "to": [ - 9, - 9.25, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 8, - 8.25, - 9, - 9.25 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 8, - 6.75, - 9, - 7.75 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 7, - 6.75, - 8, - 7.25 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 8, - 6.75, - 9, - 7.25 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 6.75, - 6.75, - 7.75, - 7.25 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.25, - 6.75, - 9.25, - 7.25 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box813", - "from": [ - 8, - 7.25, - 6.75 - ], - "to": [ - 9, - 7.75, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 4.25, - 8.25, - 5.25, - 9.25 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 4.25, - 6.75, - 5.25, - 7.75 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 10.75, - 8.25, - 11.75, - 8.75 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 4.25, - 8.25, - 5.25, - 8.75 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 6.75, - 8.25, - 7.75, - 8.75 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.25, - 8.25, - 9.25, - 8.75 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box813", - "from": [ - 8, - 7, - 7 - ], - "to": [ - 9, - 7.25, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 4.25, - 8.25, - 5.25, - 9 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 4.25, - 7, - 5.25, - 7.75 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 10.75, - 8.75, - 11.75, - 9 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 4.25, - 8.75, - 5.25, - 9 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 7, - 8.75, - 7.75, - 9 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.25, - 8.75, - 9, - 9 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box813", - "from": [ - 8, - 9.25, - 7 - ], - "to": [ - 9, - 9.5, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 4.25, - 8.25, - 5.25, - 9 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 4.25, - 7, - 5.25, - 7.75 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 10.75, - 6.5, - 11.75, - 6.75 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 4.25, - 6.5, - 5.25, - 6.75 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 7, - 6.5, - 7.75, - 6.75 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.25, - 6.5, - 9, - 6.75 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10.5, - 6.5 - ], - "to": [ - 9.5, - 10.75, - 10 - ], - "faces": { - "down": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5.25, - 9, - 5.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5.25, - 9.5, - 5.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 5.25, - 10, - 5.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 6, - 5.25, - 9.5, - 5.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10.75, - 7 - ], - "to": [ - 9.5, - 11, - 9.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.5, - 9.5, - 9 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 7, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5, - 9, - 5.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5, - 9.5, - 5.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 7, - 5, - 9.5, - 5.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 6.5, - 5, - 9, - 5.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 11, - 7.75 - ], - "to": [ - 9.5, - 11.25, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 7, - 7.25, - 9.5, - 8.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 7.75, - 9.5, - 8.75 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 4.75, - 9, - 5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 4.75, - 9.5, - 5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 7.75, - 4.75, - 8.75, - 5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 7.25, - 4.75, - 8.25, - 5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 5.75, - 6.5 - ], - "to": [ - 9.5, - 6, - 10 - ], - "faces": { - "down": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 10, - 9, - 10.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 10, - 10, - 10.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 6, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 5.5, - 7 - ], - "to": [ - 9.5, - 5.75, - 9.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.5, - 9.5, - 9 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 7, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 10.25, - 9, - 10.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 10.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 7, - 10.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 6.5, - 10.25, - 9, - 10.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 5.25, - 7.75 - ], - "to": [ - 9.5, - 5.5, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 7, - 7.25, - 9.5, - 8.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 7.75, - 9.5, - 8.75 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 10.5, - 9, - 10.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 10.5, - 9.5, - 10.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 7.75, - 10.5, - 8.75, - 10.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 7.25, - 10.5, - 8.25, - 10.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 10.5 - ], - "to": [ - 9.5, - 10, - 10.75 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.25, - 9.5, - 5.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10.5, - 9.5, - 10.75 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10.5, - 6, - 10.75, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.25, - 6, - 5.5, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7, - 10.75 - ], - "to": [ - 9.5, - 9.5, - 11 - ], - "faces": { - "down": { - "uv": [ - 7, - 5, - 9.5, - 5.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10.75, - 9.5, - 11 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6.5, - 9, - 9 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6.5, - 9.5, - 9 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10.75, - 6.5, - 11, - 9 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5, - 6.5, - 5.25, - 9 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7.75, - 11 - ], - "to": [ - 9.5, - 8.75, - 11.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 4.75, - 9.5, - 5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 11, - 9.5, - 11.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 7.25, - 9, - 8.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 7.25, - 9.5, - 8.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 11, - 7.25, - 11.25, - 8.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 4.75, - 7.25, - 5, - 8.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7.75, - 5.25 - ], - "to": [ - 9.5, - 8.75, - 5.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 10.5, - 9.5, - 10.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 5.25, - 9.5, - 5.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 7.25, - 9, - 8.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 7.25, - 9.5, - 8.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 5.25, - 7.25, - 5.5, - 8.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 10.5, - 7.25, - 10.75, - 8.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7, - 5.5 - ], - "to": [ - 9.5, - 9.5, - 5.75 - ], - "faces": { - "down": { - "uv": [ - 7, - 10.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 5.5, - 9.5, - 5.75 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6.5, - 9, - 9 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6.5, - 9.5, - 9 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 5.5, - 6.5, - 5.75, - 9 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 10.25, - 6.5, - 10.5, - 9 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 5.75 - ], - "to": [ - 9.5, - 10, - 6 - ], - "faces": { - "down": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 5.75, - 6, - 6, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 10, - 6, - 10.25, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10.25, - 6.25 - ], - "to": [ - 9.5, - 10.5, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5.5, - 9, - 5.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5.5, - 9.5, - 5.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.25, - 5.5, - 10.25, - 5.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.75, - 5.5, - 9.75, - 5.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10, - 6 - ], - "to": [ - 9.5, - 10.25, - 7.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.75, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6, - 9.5, - 7.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5.75, - 9, - 6 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6, - 5.75, - 7.25, - 6 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 8.75, - 5.75, - 10, - 6 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6, - 6.25 - ], - "to": [ - 9.5, - 6.25, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.75, - 9, - 10 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.75, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.25, - 9.75, - 10.25, - 10 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.75, - 9.75, - 9.75, - 10 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.25, - 6 - ], - "to": [ - 9.5, - 6.5, - 7.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.75, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6, - 9.5, - 7.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.5, - 9, - 9.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6, - 9.5, - 7.25, - 9.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 8.75, - 9.5, - 10, - 9.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 6 - ], - "to": [ - 9.5, - 10, - 6.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.75, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6, - 6, - 6.25, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.75, - 6, - 10, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 10.25 - ], - "to": [ - 9.5, - 10, - 10.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.5, - 9.5, - 5.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10.25, - 6, - 10.5, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.5, - 6, - 5.75, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.75, - 6.5 - ], - "to": [ - 9.5, - 10, - 7.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.999001, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 7.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 6, - 7.001, - 6.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 8.999, - 6, - 9.5, - 6.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.75, - 9.5 - ], - "to": [ - 9.5, - 10, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.5, - 9.5, - 10.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.5, - 6, - 10.001, - 6.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.999, - 6, - 6.5, - 6.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 9.5 - ], - "to": [ - 9.5, - 6.75, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.5, - 9.5, - 10.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.25, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.25, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.5, - 9.25, - 10.001, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.999, - 9.25, - 6.5, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 6.5 - ], - "to": [ - 9.5, - 6.75, - 7.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.999001, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 7.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.25, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.25, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 9.25, - 7.001, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 8.999, - 9.25, - 9.5, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.75, - 6.5 - ], - "to": [ - 9.5, - 7, - 6.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.249001, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 6.751 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9, - 9, - 9.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9, - 9.5, - 9.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 9, - 6.751, - 9.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.249, - 9, - 9.5, - 9.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.75, - 9.75 - ], - "to": [ - 9.5, - 7, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.75, - 9.5, - 10.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9, - 9, - 9.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9, - 9.5, - 9.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.75, - 9, - 10.001, - 9.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.999, - 9, - 6.25, - 9.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.5, - 9.75 - ], - "to": [ - 9.5, - 9.75, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.75, - 9.5, - 10.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6.25, - 9, - 6.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.75, - 6.25, - 10.001, - 6.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.999, - 6.25, - 6.25, - 6.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.5, - 6.5 - ], - "to": [ - 9.5, - 9.75, - 6.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.249001, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 6.751 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6.25, - 9, - 6.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 6.25, - 6.751, - 6.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.249, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.25, - 6.5 - ], - "to": [ - 9.5, - 9.5, - 6.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.249001, - 9.5, - 9.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 6.751 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.5, - 9, - 6.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.5, - 9.5, - 6.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 6.5, - 6.5, - 6.751, - 6.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 9.249, - 6.5, - 9.5, - 6.75 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.5, - 6.75 - ], - "to": [ - 9.5, - 9.75, - 7.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.999001, - 9.5, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 6.75, - 9.5, - 7.001 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.25, - 9, - 6.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 6.75, - 6.25, - 7.001, - 6.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 8.999, - 6.25, - 9.25, - 6.5 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.75, - 7 - ], - "to": [ - 9.5, - 10, - 7.251 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.749001, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 7, - 9.5, - 7.251 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 7, - 6, - 7.251, - 6.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 8.749, - 6, - 9, - 6.25 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.75, - 9.25 - ], - "to": [ - 9.5, - 10, - 9.501 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.499, - 9.5, - 6.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.25, - 9.5, - 9.500999 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.25, - 6, - 9.501, - 6.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.499, - 6, - 6.75, - 6.25 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.5, - 9.5 - ], - "to": [ - 9.5, - 9.75, - 9.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.249, - 9.5, - 6.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.5, - 9.5, - 9.750999 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.25, - 9, - 6.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.5, - 6.25, - 9.751, - 6.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.249, - 6.25, - 6.5, - 6.5 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.25, - 9.75 - ], - "to": [ - 9.5, - 9.5, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.75, - 9.5, - 10.001 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.5, - 9, - 6.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.5, - 9.5, - 6.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.75, - 6.5, - 10.001, - 6.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 5.999, - 6.5, - 6.25, - 6.75 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7, - 9.75 - ], - "to": [ - 9.5, - 7.25, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.75, - 9.5, - 10.001 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 8.75, - 9, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 8.75, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.75, - 8.75, - 10.001, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 5.999, - 8.75, - 6.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.75, - 9.5 - ], - "to": [ - 9.5, - 7, - 9.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.249, - 9.5, - 6.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.5, - 9.5, - 9.750999 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 9, - 9, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 9, - 9.5, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.5, - 9, - 9.751, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.249, - 9, - 6.5, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 9.25 - ], - "to": [ - 9.5, - 6.75, - 9.501 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.499, - 9.5, - 6.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.25, - 9.5, - 9.500999 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 9.25, - 9, - 9.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 9.25, - 9.5, - 9.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.25, - 9.25, - 9.501, - 9.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.499, - 9.25, - 6.75, - 9.5 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 7 - ], - "to": [ - 9.5, - 6.75, - 7.251 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.749001, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 7, - 9.5, - 7.251 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 9.25, - 9, - 9.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 9.25, - 9.5, - 9.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 7, - 9.25, - 7.251, - 9.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 8.749, - 9.25, - 9, - 9.5 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.75, - 6.75 - ], - "to": [ - 9.5, - 7, - 7.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.999001, - 9.5, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 6.75, - 9.5, - 7.001 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 9, - 9, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 9, - 9.5, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 6.75, - 9, - 7.001, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 8.999, - 9, - 9.25, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7, - 6.5 - ], - "to": [ - 9.5, - 7.25, - 6.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.249001, - 9.5, - 9.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 6.751 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 8.75, - 9, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 8.75, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 6.5, - 8.75, - 6.751, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 9.249, - 8.75, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 7.625, - 7.75 - ], - "to": [ - 7.5, - 7.875, - 9.5 - ], - "rotation": { - "origin": [ - 7.25, - 7.625, - 7.75 - ], - "axis": "x", - "angle": -45 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 8.875, - 7.5 - ], - "to": [ - 7.5, - 9.125, - 9.375 - ], - "rotation": { - "origin": [ - 7.25, - 8.875, - 7.5 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 8.125, - 7.375 - ], - "to": [ - 7.5, - 8.375, - 9.125 - ], - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 7.375, - 8.125 - ], - "to": [ - 7.5, - 9.125, - 8.375 - ], - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.25, - 9.25 - ], - "to": [ - 9.5, - 6.5, - 10.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.5, - 9.5, - 6.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.5, - 9, - 9.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.25, - 9.5, - 10.5, - 9.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.5, - 9.5, - 6.75, - 9.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.25, - 7.25 - ], - "to": [ - 9.5, - 6.5, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.75, - 9.5, - 8.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 7.25, - 9.5, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 9.5, - 9, - 9.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 7.25, - 9.5, - 9.25, - 9.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.75, - 9.5, - 8.75, - 9.75 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 10 - ], - "to": [ - 9.5, - 7.25, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 8.75, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 8.75, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10, - 8.75, - 10.25, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.75, - 8.75, - 6, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.25, - 10 - ], - "to": [ - 9.5, - 10, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10, - 6, - 10.25, - 6.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.75, - 6, - 6, - 6.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7.25, - 10 - ], - "to": [ - 9.5, - 9.25, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.75, - 9, - 8.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.75, - 9.5, - 8.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 10, - 6.75, - 10.25, - 8.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 5.75, - 6.75, - 6, - 8.75 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10, - 9.25 - ], - "to": [ - 9.5, - 10.25, - 10.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.5, - 9.5, - 6.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5.75, - 9, - 6 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.25, - 5.75, - 10.5, - 6 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.5, - 5.75, - 6.75, - 6 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10, - 7.25 - ], - "to": [ - 9.5, - 10.25, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.75, - 9.5, - 8.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 7.25, - 9.5, - 9.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 5.75, - 9, - 6 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 7.25, - 5.75, - 9.25, - 6 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.75, - 5.75, - 8.75, - 6 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 6.25 - ], - "to": [ - 9.5, - 7.25, - 6.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 8.75, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 8.75, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.25, - 8.75, - 6.5, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.5, - 8.75, - 9.75, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.25, - 6.25 - ], - "to": [ - 9.5, - 10, - 6.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.25, - 6, - 6.5, - 6.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.5, - 6, - 9.75, - 6.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7.25, - 6.25 - ], - "to": [ - 9.5, - 9.25, - 6.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.75, - 9, - 8.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.75, - 9.5, - 8.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 6.25, - 6.75, - 6.5, - 8.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 9.5, - 6.75, - 9.75, - 8.75 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 8.125, - 9.125 - ], - "to": [ - 7.5, - 8.375, - 10.375 - ], - "rotation": { - "origin": [ - 7.25, - 8.125, - 9.125 - ], - "axis": "x", - "angle": -22.5 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 8.125, - 9.125 - ], - "to": [ - 7.5, - 8.375, - 10.375 - ], - "rotation": { - "origin": [ - 7.25, - 8.125, - 9.125 - ], - "axis": "x", - "angle": 22.5 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 7.625, - 6.375 - ], - "to": [ - 7.5, - 7.875, - 7.625 - ], - "rotation": { - "origin": [ - 7.25, - 7.625, - 6.375 - ], - "axis": "x", - "angle": -22.5 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 8.625, - 6.375 - ], - "to": [ - 7.5, - 8.875, - 7.625 - ], - "rotation": { - "origin": [ - 7.25, - 8.625, - 6.375 - ], - "axis": "x", - "angle": 22.5 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 6.375, - 7.625 - ], - "to": [ - 7.5, - 7.625, - 7.875 - ], - "rotation": { - "origin": [ - 7.25, - 6.375, - 7.625 - ], - "axis": "x", - "angle": 22.5 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 6.375, - 8.625 - ], - "to": [ - 7.5, - 7.625, - 8.875 - ], - "rotation": { - "origin": [ - 7.25, - 6.375, - 8.625 - ], - "axis": "x", - "angle": -22.5 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 9, - 8.125 - ], - "to": [ - 7.5, - 10.25, - 8.375 - ], - "rotation": { - "origin": [ - 7.25, - 9, - 8.125 - ], - "axis": "x", - "angle": -22.5 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 9, - 8.125 - ], - "to": [ - 7.5, - 10.25, - 8.375 - ], - "rotation": { - "origin": [ - 7.25, - 9, - 8.125 - ], - "axis": "x", - "angle": 22.5 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 8.625, - 8.75 - ], - "to": [ - 7.5, - 8.875, - 10.375 - ], - "rotation": { - "origin": [ - 7.25, - 8.625, - 8.75 - ], - "axis": "x", - "angle": -22.5 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 8.75, - 8.625 - ], - "to": [ - 7.5, - 10.25, - 8.875 - ], - "rotation": { - "origin": [ - 7.25, - 8.75, - 8.875 - ], - "axis": "x", - "angle": 22.5 - }, - "faces": { - "down": { - "uv": [ - 9.5, - 9, - 8.5, - 6 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 7.5, - 8.25, - 6.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0, - "rotation": 270 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0, - "rotation": 90 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 7, - 6.25 - ], - "to": [ - 7.5, - 7.25, - 8 - ], - "rotation": { - "origin": [ - 7.25, - 7, - 6.25 - ], - "axis": "x", - "angle": -22.5 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 6.125, - 6.875 - ], - "to": [ - 7.5, - 8, - 7.125 - ], - "rotation": { - "origin": [ - 7.25, - 6.125, - 6.875 - ], - "axis": "x", - "angle": 22.5 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 7.625, - 8.75 - ], - "to": [ - 7.5, - 7.875, - 10.375 - ], - "rotation": { - "origin": [ - 7.25, - 7.625, - 8.75 - ], - "axis": "x", - "angle": 22.5 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 6.125, - 8.625 - ], - "to": [ - 7.5, - 7.75, - 8.875 - ], - "rotation": { - "origin": [ - 7.25, - 7.75, - 8.625 - ], - "axis": "x", - "angle": -22.5 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 9.5, - 9, - 8.5, - 6 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 7.5, - 8, - 6.5, - 7.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0, - "rotation": 90 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0, - "rotation": 270 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 9.25, - 6.375 - ], - "to": [ - 7.5, - 9.5, - 8 - ], - "rotation": { - "origin": [ - 7.25, - 9.25, - 6.375 - ], - "axis": "x", - "angle": 22.5 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 8.5, - 7.125 - ], - "to": [ - 7.5, - 10.125, - 7.375 - ], - "rotation": { - "origin": [ - 7.25, - 10.125, - 7.125 - ], - "axis": "x", - "angle": -22.5 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 9.5, - 9, - 8.5, - 6 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 7.5, - 8, - 6.5, - 7.75 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0, - "rotation": 90 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0, - "rotation": 270 - } - } - } - ], - "display": { - "gui": { - "rotation": [ - 25, - 53, - 0 - ], - "translation": [ - -1.391, - -0.695, - 0 - ], - "scale": [ - 2, - 2, - 2 - ] - }, - "head": { - "translation": [ - 0.0026, - -32.92, - -0.693 - ], - "scale": [ - 3.8, - 3.8, - 3.8 - ] - } - }, - "textures": { - "particle": "block/particle", - "texture": "block/texture", - "R8_14blend_palette": "block/r8_14blend_palette", - "voxels_palette": "block/voxels_palette", - "interiour": "block/black_concrete", - "details": "block/white_concrete", - "engine": "block/white_concrete", - "body": "block/white_concrete", - "details2": "block/black_concrete", - "headlights": "block/white_concrete", - "taillights": "block/red_concrete" - } -} diff --git a/Resource Packs/Tutorial/1.14+/assets/vp/models/item/wheel3r.json b/Resource Packs/Tutorial/1.14+/assets/vp/models/item/wheel3r.json deleted file mode 100644 index fbfc686..0000000 --- a/Resource Packs/Tutorial/1.14+/assets/vp/models/item/wheel3r.json +++ /dev/null @@ -1,7492 +0,0 @@ -{ - "__comment": "Designed_by_Legofreak107_with_Cubik_Studio_-_https://cubik.studio", - "elements": [ - { - "__comment": "Box804", - "from": [ - 8.25, - 7.25, - 7.25 - ], - "to": [ - 8.75, - 9.25, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine" - }, - "up": { - "uv": [ - 4.5, - 7.25, - 5, - 9.25 - ], - "texture": "#engine" - }, - "north": { - "uv": [ - 11, - 6.75, - 11.5, - 8.75 - ], - "texture": "#engine" - }, - "south": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine" - }, - "west": { - "uv": [ - 7.25, - 6.75, - 9.25, - 8.75 - ], - "texture": "#engine" - }, - "east": { - "uv": [ - 6.75, - 6.75, - 8.75, - 8.75 - ], - "texture": "#engine" - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.25, - 7.25, - 9.25 - ], - "to": [ - 8.75, - 9.25, - 9.5 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.5, - 5, - 6.75 - ], - "texture": "#engine" - }, - "up": { - "uv": [ - 4.5, - 9.25, - 5, - 9.5 - ], - "texture": "#engine" - }, - "north": { - "uv": [ - 11, - 6.75, - 11.5, - 8.75 - ], - "texture": "#engine" - }, - "south": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine" - }, - "west": { - "uv": [ - 9.25, - 6.75, - 9.5, - 8.75 - ], - "texture": "#engine" - }, - "east": { - "uv": [ - 6.5, - 6.75, - 6.75, - 8.75 - ], - "texture": "#engine" - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.25, - 9.25, - 7.25 - ], - "to": [ - 8.75, - 9.5, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine" - }, - "up": { - "uv": [ - 4.5, - 7.25, - 5, - 9.25 - ], - "texture": "#engine" - }, - "north": { - "uv": [ - 11, - 6.5, - 11.5, - 6.75 - ], - "texture": "#engine" - }, - "south": { - "uv": [ - 4.5, - 6.5, - 5, - 6.75 - ], - "texture": "#engine" - }, - "west": { - "uv": [ - 7.25, - 6.5, - 9.25, - 6.75 - ], - "texture": "#engine" - }, - "east": { - "uv": [ - 6.75, - 6.5, - 8.75, - 6.75 - ], - "texture": "#engine" - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.25, - 7, - 7.25 - ], - "to": [ - 8.75, - 7.25, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine" - }, - "up": { - "uv": [ - 4.5, - 7.25, - 5, - 9.25 - ], - "texture": "#engine" - }, - "north": { - "uv": [ - 11, - 8.75, - 11.5, - 9 - ], - "texture": "#engine" - }, - "south": { - "uv": [ - 4.5, - 8.75, - 5, - 9 - ], - "texture": "#engine" - }, - "west": { - "uv": [ - 7.25, - 8.75, - 9.25, - 9 - ], - "texture": "#engine" - }, - "east": { - "uv": [ - 6.75, - 8.75, - 8.75, - 9 - ], - "texture": "#engine" - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.25, - 9.5, - 7.75 - ], - "to": [ - 8.75, - 9.75, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 7.25, - 5, - 8.25 - ], - "texture": "#engine" - }, - "up": { - "uv": [ - 4.5, - 7.75, - 5, - 8.75 - ], - "texture": "#engine" - }, - "north": { - "uv": [ - 11, - 6.25, - 11.5, - 6.5 - ], - "texture": "#engine" - }, - "south": { - "uv": [ - 4.5, - 6.25, - 5, - 6.5 - ], - "texture": "#engine" - }, - "west": { - "uv": [ - 7.75, - 6.25, - 8.75, - 6.5 - ], - "texture": "#engine" - }, - "east": { - "uv": [ - 7.25, - 6.25, - 8.25, - 6.5 - ], - "texture": "#engine" - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.25, - 6.75, - 7.75 - ], - "to": [ - 8.75, - 7, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 7.25, - 5, - 8.25 - ], - "texture": "#engine" - }, - "up": { - "uv": [ - 4.5, - 7.75, - 5, - 8.75 - ], - "texture": "#engine" - }, - "north": { - "uv": [ - 11, - 9, - 11.5, - 9.25 - ], - "texture": "#engine" - }, - "south": { - "uv": [ - 4.5, - 9, - 5, - 9.25 - ], - "texture": "#engine" - }, - "west": { - "uv": [ - 7.75, - 9, - 8.75, - 9.25 - ], - "texture": "#engine" - }, - "east": { - "uv": [ - 7.25, - 9, - 8.25, - 9.25 - ], - "texture": "#engine" - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.25, - 7.75, - 9.5 - ], - "to": [ - 8.75, - 8.75, - 9.75 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.25, - 5, - 6.5 - ], - "texture": "#engine" - }, - "up": { - "uv": [ - 4.5, - 9.5, - 5, - 9.75 - ], - "texture": "#engine" - }, - "north": { - "uv": [ - 11, - 7.25, - 11.5, - 8.25 - ], - "texture": "#engine" - }, - "south": { - "uv": [ - 4.5, - 7.25, - 5, - 8.25 - ], - "texture": "#engine" - }, - "west": { - "uv": [ - 9.5, - 7.25, - 9.75, - 8.25 - ], - "texture": "#engine" - }, - "east": { - "uv": [ - 6.25, - 7.25, - 6.5, - 8.25 - ], - "texture": "#engine" - } - } - }, - { - "__comment": "Box813", - "from": [ - 8, - 7.75, - 6.5 - ], - "to": [ - 9, - 8.75, - 7.5 - ], - "faces": { - "down": { - "uv": [ - 4.25, - 8.5, - 5.25, - 9.5 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 4.25, - 6.5, - 5.25, - 7.5 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 10.75, - 7.25, - 11.75, - 8.25 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 4.25, - 7.25, - 5.25, - 8.25 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 6.5, - 7.25, - 7.5, - 8.25 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.5, - 7.25, - 9.5, - 8.25 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box813", - "from": [ - 8, - 8.75, - 6.75 - ], - "to": [ - 9, - 9.25, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 8, - 8.25, - 9, - 9.25 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 8, - 6.75, - 9, - 7.75 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 7, - 6.75, - 8, - 7.25 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 8, - 6.75, - 9, - 7.25 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 6.75, - 6.75, - 7.75, - 7.25 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.25, - 6.75, - 9.25, - 7.25 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box813", - "from": [ - 8, - 7.25, - 6.75 - ], - "to": [ - 9, - 7.75, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 4.25, - 8.25, - 5.25, - 9.25 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 4.25, - 6.75, - 5.25, - 7.75 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 10.75, - 8.25, - 11.75, - 8.75 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 4.25, - 8.25, - 5.25, - 8.75 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 6.75, - 8.25, - 7.75, - 8.75 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.25, - 8.25, - 9.25, - 8.75 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box813", - "from": [ - 8, - 7, - 7 - ], - "to": [ - 9, - 7.25, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 4.25, - 8.25, - 5.25, - 9 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 4.25, - 7, - 5.25, - 7.75 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 10.75, - 8.75, - 11.75, - 9 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 4.25, - 8.75, - 5.25, - 9 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 7, - 8.75, - 7.75, - 9 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.25, - 8.75, - 9, - 9 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box813", - "from": [ - 8, - 9.25, - 7 - ], - "to": [ - 9, - 9.5, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 4.25, - 8.25, - 5.25, - 9 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 4.25, - 7, - 5.25, - 7.75 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 10.75, - 6.5, - 11.75, - 6.75 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 4.25, - 6.5, - 5.25, - 6.75 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 7, - 6.5, - 7.75, - 6.75 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.25, - 6.5, - 9, - 6.75 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10.5, - 6.5 - ], - "to": [ - 9.5, - 10.75, - 10 - ], - "faces": { - "down": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5.25, - 9, - 5.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5.25, - 9.5, - 5.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 5.25, - 10, - 5.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 6, - 5.25, - 9.5, - 5.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10.75, - 7 - ], - "to": [ - 9.5, - 11, - 9.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.5, - 9.5, - 9 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 7, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5, - 9, - 5.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5, - 9.5, - 5.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 7, - 5, - 9.5, - 5.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 6.5, - 5, - 9, - 5.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 11, - 7.75 - ], - "to": [ - 9.5, - 11.25, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 7, - 7.25, - 9.5, - 8.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 7.75, - 9.5, - 8.75 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 4.75, - 9, - 5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 4.75, - 9.5, - 5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 7.75, - 4.75, - 8.75, - 5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 7.25, - 4.75, - 8.25, - 5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 5.75, - 6.5 - ], - "to": [ - 9.5, - 6, - 10 - ], - "faces": { - "down": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 10, - 9, - 10.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 10, - 10, - 10.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 6, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 5.5, - 7 - ], - "to": [ - 9.5, - 5.75, - 9.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.5, - 9.5, - 9 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 7, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 10.25, - 9, - 10.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 10.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 7, - 10.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 6.5, - 10.25, - 9, - 10.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 5.25, - 7.75 - ], - "to": [ - 9.5, - 5.5, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 7, - 7.25, - 9.5, - 8.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 7.75, - 9.5, - 8.75 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 10.5, - 9, - 10.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 10.5, - 9.5, - 10.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 7.75, - 10.5, - 8.75, - 10.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 7.25, - 10.5, - 8.25, - 10.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 10.5 - ], - "to": [ - 9.5, - 10, - 10.75 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.25, - 9.5, - 5.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10.5, - 9.5, - 10.75 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10.5, - 6, - 10.75, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.25, - 6, - 5.5, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7, - 10.75 - ], - "to": [ - 9.5, - 9.5, - 11 - ], - "faces": { - "down": { - "uv": [ - 7, - 5, - 9.5, - 5.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10.75, - 9.5, - 11 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6.5, - 9, - 9 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6.5, - 9.5, - 9 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10.75, - 6.5, - 11, - 9 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5, - 6.5, - 5.25, - 9 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7.75, - 11 - ], - "to": [ - 9.5, - 8.75, - 11.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 4.75, - 9.5, - 5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 11, - 9.5, - 11.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 7.25, - 9, - 8.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 7.25, - 9.5, - 8.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 11, - 7.25, - 11.25, - 8.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 4.75, - 7.25, - 5, - 8.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7.75, - 5.25 - ], - "to": [ - 9.5, - 8.75, - 5.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 10.5, - 9.5, - 10.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 5.25, - 9.5, - 5.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 7.25, - 9, - 8.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 7.25, - 9.5, - 8.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 5.25, - 7.25, - 5.5, - 8.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 10.5, - 7.25, - 10.75, - 8.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7, - 5.5 - ], - "to": [ - 9.5, - 9.5, - 5.75 - ], - "faces": { - "down": { - "uv": [ - 7, - 10.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 5.5, - 9.5, - 5.75 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6.5, - 9, - 9 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6.5, - 9.5, - 9 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 5.5, - 6.5, - 5.75, - 9 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 10.25, - 6.5, - 10.5, - 9 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 5.75 - ], - "to": [ - 9.5, - 10, - 6 - ], - "faces": { - "down": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 5.75, - 6, - 6, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 10, - 6, - 10.25, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10.25, - 6.25 - ], - "to": [ - 9.5, - 10.5, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5.5, - 9, - 5.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5.5, - 9.5, - 5.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.25, - 5.5, - 10.25, - 5.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.75, - 5.5, - 9.75, - 5.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10, - 6 - ], - "to": [ - 9.5, - 10.25, - 7.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.75, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6, - 9.5, - 7.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5.75, - 9, - 6 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6, - 5.75, - 7.25, - 6 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 8.75, - 5.75, - 10, - 6 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6, - 6.25 - ], - "to": [ - 9.5, - 6.25, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.75, - 9, - 10 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.75, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.25, - 9.75, - 10.25, - 10 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.75, - 9.75, - 9.75, - 10 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.25, - 6 - ], - "to": [ - 9.5, - 6.5, - 7.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.75, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6, - 9.5, - 7.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.5, - 9, - 9.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6, - 9.5, - 7.25, - 9.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 8.75, - 9.5, - 10, - 9.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 6 - ], - "to": [ - 9.5, - 10, - 6.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.75, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6, - 6, - 6.25, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.75, - 6, - 10, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 10.25 - ], - "to": [ - 9.5, - 10, - 10.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.5, - 9.5, - 5.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10.25, - 6, - 10.5, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.5, - 6, - 5.75, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.75, - 6.5 - ], - "to": [ - 9.5, - 10, - 7.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.999001, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 7.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 6, - 7.001, - 6.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 8.999, - 6, - 9.5, - 6.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.75, - 9.5 - ], - "to": [ - 9.5, - 10, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.5, - 9.5, - 10.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.5, - 6, - 10.001, - 6.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.999, - 6, - 6.5, - 6.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 9.5 - ], - "to": [ - 9.5, - 6.75, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.5, - 9.5, - 10.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.25, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.25, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.5, - 9.25, - 10.001, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.999, - 9.25, - 6.5, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 6.5 - ], - "to": [ - 9.5, - 6.75, - 7.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.999001, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 7.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.25, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.25, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 9.25, - 7.001, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 8.999, - 9.25, - 9.5, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.75, - 6.5 - ], - "to": [ - 9.5, - 7, - 6.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.249001, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 6.751 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9, - 9, - 9.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9, - 9.5, - 9.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 9, - 6.751, - 9.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.249, - 9, - 9.5, - 9.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.75, - 9.75 - ], - "to": [ - 9.5, - 7, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.75, - 9.5, - 10.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9, - 9, - 9.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9, - 9.5, - 9.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.75, - 9, - 10.001, - 9.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.999, - 9, - 6.25, - 9.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.5, - 9.75 - ], - "to": [ - 9.5, - 9.75, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.75, - 9.5, - 10.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6.25, - 9, - 6.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.75, - 6.25, - 10.001, - 6.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.999, - 6.25, - 6.25, - 6.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.5, - 6.5 - ], - "to": [ - 9.5, - 9.75, - 6.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.249001, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 6.751 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6.25, - 9, - 6.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 6.25, - 6.751, - 6.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.249, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.25, - 6.5 - ], - "to": [ - 9.5, - 9.5, - 6.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.249001, - 9.5, - 9.5 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 6.751 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 6.5, - 6.5, - 9, - 6.75 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7, - 6.5, - 9.5, - 6.75 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 6.5, - 6.5, - 6.751, - 6.75 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 9.249, - 6.5, - 9.5, - 6.75 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.5, - 6.75 - ], - "to": [ - 9.5, - 9.75, - 7.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.999001, - 9.5, - 9.25 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7, - 6.75, - 9.5, - 7.001 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 6.5, - 6.25, - 9, - 6.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 6.75, - 6.25, - 7.001, - 6.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.999, - 6.25, - 9.25, - 6.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.75, - 7 - ], - "to": [ - 9.5, - 10, - 7.251 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.749001, - 9.5, - 9 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7, - 7, - 9.5, - 7.251 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.25 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7, - 6, - 7.251, - 6.25 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.749, - 6, - 9, - 6.25 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.75, - 9.25 - ], - "to": [ - 9.5, - 10, - 9.501 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.499, - 9.5, - 6.75 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7, - 9.25, - 9.5, - 9.500999 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.25 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.25, - 6, - 9.501, - 6.25 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.499, - 6, - 6.75, - 6.25 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.5, - 9.5 - ], - "to": [ - 9.5, - 9.75, - 9.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.249, - 9.5, - 6.5 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7, - 9.5, - 9.5, - 9.750999 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 6.5, - 6.25, - 9, - 6.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.5, - 6.25, - 9.751, - 6.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.249, - 6.25, - 6.5, - 6.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.25, - 9.75 - ], - "to": [ - 9.5, - 9.5, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.25 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7, - 9.75, - 9.5, - 10.001 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 6.5, - 6.5, - 9, - 6.75 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7, - 6.5, - 9.5, - 6.75 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.75, - 6.5, - 10.001, - 6.75 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 5.999, - 6.5, - 6.25, - 6.75 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7, - 9.75 - ], - "to": [ - 9.5, - 7.25, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.25 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7, - 9.75, - 9.5, - 10.001 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 6.5, - 8.75, - 9, - 9 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7, - 8.75, - 9.5, - 9 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.75, - 8.75, - 10.001, - 9 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 5.999, - 8.75, - 6.25, - 9 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.75, - 9.5 - ], - "to": [ - 9.5, - 7, - 9.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.249, - 9.5, - 6.5 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7, - 9.5, - 9.5, - 9.750999 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 6.5, - 9, - 9, - 9.25 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7, - 9, - 9.5, - 9.25 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.5, - 9, - 9.751, - 9.25 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.249, - 9, - 6.5, - 9.25 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 9.25 - ], - "to": [ - 9.5, - 6.75, - 9.501 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.499, - 9.5, - 6.75 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7, - 9.25, - 9.5, - 9.500999 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 6.5, - 9.25, - 9, - 9.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7, - 9.25, - 9.5, - 9.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.25, - 9.25, - 9.501, - 9.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.499, - 9.25, - 6.75, - 9.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 7 - ], - "to": [ - 9.5, - 6.75, - 7.251 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.749001, - 9.5, - 9 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7, - 7, - 9.5, - 7.251 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 6.5, - 9.25, - 9, - 9.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7, - 9.25, - 9.5, - 9.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7, - 9.25, - 7.251, - 9.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.749, - 9.25, - 9, - 9.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.75, - 6.75 - ], - "to": [ - 9.5, - 7, - 7.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.999001, - 9.5, - 9.25 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7, - 6.75, - 9.5, - 7.001 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 6.5, - 9, - 9, - 9.25 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7, - 9, - 9.5, - 9.25 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 6.75, - 9, - 7.001, - 9.25 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.999, - 9, - 9.25, - 9.25 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7, - 6.5 - ], - "to": [ - 9.5, - 7.25, - 6.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.249001, - 9.5, - 9.5 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 6.751 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 6.5, - 8.75, - 9, - 9 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7, - 8.75, - 9.5, - 9 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 6.5, - 8.75, - 6.751, - 9 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 9.249, - 8.75, - 9.5, - 9 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 7.875, - 7.875 - ], - "to": [ - 7.5, - 8.625, - 8.625 - ], - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.25, - 9.25 - ], - "to": [ - 9.5, - 6.5, - 10.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.5, - 9.5, - 6.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.5, - 9, - 9.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.25, - 9.5, - 10.5, - 9.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.5, - 9.5, - 6.75, - 9.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.25, - 7.25 - ], - "to": [ - 9.5, - 6.5, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.75, - 9.5, - 8.75 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7, - 7.25, - 9.5, - 9.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 6.5, - 9.5, - 9, - 9.75 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.25, - 9.5, - 9.25, - 9.75 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.75, - 9.5, - 8.75, - 9.75 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 10 - ], - "to": [ - 9.5, - 7.25, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 8.75, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 8.75, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10, - 8.75, - 10.25, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.75, - 8.75, - 6, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.25, - 10 - ], - "to": [ - 9.5, - 10, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10, - 6, - 10.25, - 6.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.75, - 6, - 6, - 6.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7.25, - 10 - ], - "to": [ - 9.5, - 9.25, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 6.5, - 6.75, - 9, - 8.75 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7, - 6.75, - 9.5, - 8.75 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 10, - 6.75, - 10.25, - 8.75 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 5.75, - 6.75, - 6, - 8.75 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10, - 9.25 - ], - "to": [ - 9.5, - 10.25, - 10.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.5, - 9.5, - 6.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5.75, - 9, - 6 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.25, - 5.75, - 10.5, - 6 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.5, - 5.75, - 6.75, - 6 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10, - 7.25 - ], - "to": [ - 9.5, - 10.25, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.75, - 9.5, - 8.75 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7, - 7.25, - 9.5, - 9.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 6.5, - 5.75, - 9, - 6 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.25, - 5.75, - 9.25, - 6 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.75, - 5.75, - 8.75, - 6 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 6.25 - ], - "to": [ - 9.5, - 7.25, - 6.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 8.75, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 8.75, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.25, - 8.75, - 6.5, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.5, - 8.75, - 9.75, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.25, - 6.25 - ], - "to": [ - 9.5, - 10, - 6.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.25, - 6, - 6.5, - 6.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.5, - 6, - 9.75, - 6.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7.25, - 6.25 - ], - "to": [ - 9.5, - 9.25, - 6.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 6.5, - 6.75, - 9, - 8.75 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7, - 6.75, - 9.5, - 8.75 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 6.25, - 6.75, - 6.5, - 8.75 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 9.5, - 6.75, - 9.75, - 8.75 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.125, - 8.625, - 7.875 - ], - "to": [ - 7.375, - 10, - 8.125 - ], - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.125, - 8.625, - 8.375 - ], - "to": [ - 7.375, - 10, - 8.625 - ], - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.125, - 6.5, - 8.375 - ], - "to": [ - 7.375, - 7.875, - 8.625 - ], - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.125, - 6.5, - 7.875 - ], - "to": [ - 7.375, - 7.875, - 8.125 - ], - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.125, - 8.375, - 6.5 - ], - "to": [ - 7.375, - 8.625, - 7.875 - ], - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.125, - 7.875, - 6.5 - ], - "to": [ - 7.375, - 8.125, - 7.875 - ], - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.125, - 8.375, - 8.625 - ], - "to": [ - 7.375, - 8.625, - 10 - ], - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.125, - 7.875, - 8.625 - ], - "to": [ - 7.375, - 8.125, - 10 - ], - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.125, - 7.875, - 9.25 - ], - "to": [ - 7.375, - 8, - 10.375 - ], - "rotation": { - "origin": [ - 7.125, - 7.875, - 9.25 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.125, - 7.25, - 8.5 - ], - "to": [ - 7.375, - 7.375, - 9.625 - ], - "rotation": { - "origin": [ - 7.125, - 7.25, - 8.5 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.125, - 10, - 7.125 - ], - "to": [ - 7.375, - 10.125, - 8.25 - ], - "rotation": { - "origin": [ - 7.125, - 10, - 7.125 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.125, - 9.25, - 6.5 - ], - "to": [ - 7.375, - 9.375, - 7.625 - ], - "rotation": { - "origin": [ - 7.125, - 9.25, - 6.5 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 9.875, - 7.125 - ], - "to": [ - 7.5, - 10, - 8.25 - ], - "rotation": { - "origin": [ - 7.25, - 9.875, - 7.125 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 10, - 7.25 - ], - "to": [ - 7.5, - 10.125, - 8.375 - ], - "rotation": { - "origin": [ - 7.25, - 10, - 7.25 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 7.875, - 9.375 - ], - "to": [ - 7.5, - 8, - 10.5 - ], - "rotation": { - "origin": [ - 7.25, - 7.875, - 9.375 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 7.875, - 9.125 - ], - "to": [ - 7.5, - 8, - 10.25 - ], - "rotation": { - "origin": [ - 7.25, - 7.875, - 9.125 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 7.375, - 8.5 - ], - "to": [ - 7.5, - 7.5, - 9.625 - ], - "rotation": { - "origin": [ - 7.25, - 7.375, - 8.5 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 7.125, - 8.5 - ], - "to": [ - 7.5, - 7.25, - 9.625 - ], - "rotation": { - "origin": [ - 7.25, - 7.125, - 8.5 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 9.25, - 6.625 - ], - "to": [ - 7.5, - 9.375, - 7.75 - ], - "rotation": { - "origin": [ - 7.25, - 9.25, - 6.625 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.25, - 9.25, - 6.375 - ], - "to": [ - 7.5, - 9.375, - 7.5 - ], - "rotation": { - "origin": [ - 7.25, - 9.25, - 6.375 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.25, - 8.625, - 7.75 - ], - "to": [ - 7.375, - 10, - 8.25 - ], - "faces": { - "down": { - "uv": [ - 7.25, - 7.75, - 7.375, - 8.25 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.25, - 7.75, - 7.375, - 8.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8.625, - 6, - 8.75, - 7.375 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.25, - 6, - 7.375, - 7.375 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.75, - 6, - 8.25, - 7.375 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.75, - 6, - 8.25, - 7.375 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.25, - 8.625, - 8.25 - ], - "to": [ - 7.375, - 10, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 7.25, - 7.25, - 7.375, - 7.75 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.25, - 8.25, - 7.375, - 8.75 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8.625, - 6, - 8.75, - 7.375 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.25, - 6, - 7.375, - 7.375 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.25, - 6, - 8.75, - 7.375 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.25, - 6, - 7.75, - 7.375 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.25, - 6.5, - 8.25 - ], - "to": [ - 7.375, - 7.875, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 7.25, - 7.25, - 7.375, - 7.75 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.25, - 8.25, - 7.375, - 8.75 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8.625, - 8.125, - 8.75, - 9.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.25, - 8.125, - 7.375, - 9.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.25, - 8.125, - 8.75, - 9.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.25, - 8.125, - 7.75, - 9.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.25, - 6.5, - 7.75 - ], - "to": [ - 7.375, - 7.875, - 8.25 - ], - "faces": { - "down": { - "uv": [ - 7.25, - 7.75, - 7.375, - 8.25 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.25, - 7.75, - 7.375, - 8.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8.625, - 8.125, - 8.75, - 9.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.25, - 8.125, - 7.375, - 9.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.75, - 8.125, - 8.25, - 9.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.75, - 8.125, - 8.25, - 9.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.25, - 7.75, - 6.5 - ], - "to": [ - 7.375, - 8.75, - 7.875 - ], - "faces": { - "down": { - "uv": [ - 7.25, - 8.125, - 7.375, - 9.5 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.25, - 6.5, - 7.375, - 7.875 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8.625, - 7.25, - 8.75, - 8.25 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.25, - 7.25, - 7.375, - 8.25 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 6.5, - 7.25, - 7.875, - 8.25 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.125, - 7.25, - 9.5, - 8.25 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.25, - 7.75, - 8.625 - ], - "to": [ - 7.375, - 8.75, - 10 - ], - "faces": { - "down": { - "uv": [ - 7.25, - 6, - 7.375, - 7.375 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.25, - 8.625, - 7.375, - 10 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8.625, - 7.25, - 8.75, - 8.25 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.25, - 7.25, - 7.375, - 8.25 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.625, - 7.25, - 10, - 8.25 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6, - 7.25, - 7.375, - 8.25 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.125, - 8, - 8 - ], - "to": [ - 7.375, - 8.125, - 8.5 - ], - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.125, - 8.375, - 8 - ], - "to": [ - 7.375, - 8.5, - 8.5 - ], - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.125, - 8.125, - 8 - ], - "to": [ - 7.375, - 8.375, - 8.125 - ], - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.125, - 8.125, - 8.375 - ], - "to": [ - 7.375, - 8.375, - 8.5 - ], - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.125, - 6.375, - 7 - ], - "to": [ - 7.375, - 7.75, - 7.125 - ], - "rotation": { - "origin": [ - 7.125, - 6.375, - 7 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.125, - 7.125, - 6.375 - ], - "to": [ - 7.375, - 8.5, - 6.5 - ], - "rotation": { - "origin": [ - 7.125, - 7.125, - 6.375 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.125, - 9.25, - 8.5 - ], - "to": [ - 7.375, - 10.625, - 8.625 - ], - "rotation": { - "origin": [ - 7.125, - 9.25, - 8.5 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box854", - "from": [ - 7.125, - 8.5, - 9.125 - ], - "to": [ - 7.375, - 9.875, - 9.25 - ], - "rotation": { - "origin": [ - 7.125, - 8.5, - 9.125 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 6.5, - 7.75, - 7.5, - 8 - ], - "texture": "#details", - "tintindex": 0 - }, - "up": { - "uv": [ - 6.5, - 8, - 7.5, - 8.25 - ], - "texture": "#details", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.5, - 6, - 9.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "south": { - "uv": [ - 6.5, - 6, - 7.5, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 6, - 8.25, - 9 - ], - "texture": "#details", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.75, - 6, - 8, - 9 - ], - "texture": "#details", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.25, - 9.125, - 8.5 - ], - "to": [ - 7.375, - 10.5, - 8.625 - ], - "rotation": { - "origin": [ - 7.25, - 9.125, - 8.5 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 7.25, - 6.75, - 7.375, - 6.875 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.25, - 9.125, - 7.375, - 9.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8.625, - 6.125, - 8.75, - 7.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.25, - 6.125, - 7.375, - 7.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.125, - 6.125, - 9.25, - 7.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.75, - 6.125, - 6.875, - 7.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.25, - 9.375, - 8.5 - ], - "to": [ - 7.375, - 10.75, - 8.625 - ], - "rotation": { - "origin": [ - 7.25, - 9.375, - 8.5 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 7.25, - 6.75, - 7.375, - 6.875 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.25, - 9.125, - 7.375, - 9.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8.625, - 6.125, - 8.75, - 7.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.25, - 6.125, - 7.375, - 7.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.125, - 6.125, - 9.25, - 7.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.75, - 6.125, - 6.875, - 7.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.25, - 8.625, - 9.125 - ], - "to": [ - 7.375, - 10, - 9.25 - ], - "rotation": { - "origin": [ - 7.25, - 8.625, - 9.125 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 7.25, - 6.75, - 7.375, - 6.875 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.25, - 9.125, - 7.375, - 9.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8.625, - 6.125, - 8.75, - 7.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.25, - 6.125, - 7.375, - 7.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.125, - 6.125, - 9.25, - 7.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.75, - 6.125, - 6.875, - 7.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.25, - 8.5, - 9.25 - ], - "to": [ - 7.375, - 9.875, - 9.375 - ], - "rotation": { - "origin": [ - 7.25, - 8.5, - 9.25 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 7.25, - 6.75, - 7.375, - 6.875 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.25, - 9.125, - 7.375, - 9.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8.625, - 6.125, - 8.75, - 7.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.25, - 6.125, - 7.375, - 7.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.125, - 6.125, - 9.25, - 7.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.75, - 6.125, - 6.875, - 7.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.25, - 7.25, - 6.375 - ], - "to": [ - 7.375, - 8.625, - 6.5 - ], - "rotation": { - "origin": [ - 7.25, - 7.25, - 6.375 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 7.25, - 6.75, - 7.375, - 6.875 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.25, - 9.125, - 7.375, - 9.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8.625, - 6.125, - 8.75, - 7.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.25, - 6.125, - 7.375, - 7.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.125, - 6.125, - 9.25, - 7.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.75, - 6.125, - 6.875, - 7.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.25, - 7.125, - 6.5 - ], - "to": [ - 7.375, - 8.5, - 6.625 - ], - "rotation": { - "origin": [ - 7.25, - 7.125, - 6.5 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 7.25, - 6.75, - 7.375, - 6.875 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.25, - 9.125, - 7.375, - 9.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8.625, - 6.125, - 8.75, - 7.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.25, - 6.125, - 7.375, - 7.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.125, - 6.125, - 9.25, - 7.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.75, - 6.125, - 6.875, - 7.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.25, - 6.5, - 7 - ], - "to": [ - 7.375, - 7.875, - 7.125 - ], - "rotation": { - "origin": [ - 7.25, - 6.5, - 7 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 7.25, - 6.75, - 7.375, - 6.875 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.25, - 9.125, - 7.375, - 9.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8.625, - 6.125, - 8.75, - 7.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.25, - 6.125, - 7.375, - 7.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.125, - 6.125, - 9.25, - 7.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.75, - 6.125, - 6.875, - 7.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.25, - 6.375, - 7.125 - ], - "to": [ - 7.375, - 7.75, - 7.25 - ], - "rotation": { - "origin": [ - 7.25, - 6.375, - 7.125 - ], - "axis": "x", - "angle": 45 - }, - "faces": { - "down": { - "uv": [ - 7.25, - 6.75, - 7.375, - 6.875 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.25, - 9.125, - 7.375, - 9.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8.625, - 6.125, - 8.75, - 7.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.25, - 6.125, - 7.375, - 7.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.125, - 6.125, - 9.25, - 7.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.75, - 6.125, - 6.875, - 7.5 - ], - "texture": "#body" - } - } - } - ], - "display": { - "gui": { - "rotation": [ - 25, - 53, - 0 - ], - "translation": [ - -1.391, - -0.695, - 0 - ], - "scale": [ - 2, - 2, - 2 - ] - }, - "head": { - "translation": [ - 0.0026, - -32.92, - -0.693 - ], - "scale": [ - 3.8, - 3.8, - 3.8 - ] - } - }, - "textures": { - "particle": "block/particle", - "texture": "block/texture", - "R8_14blend_palette": "block/r8_14blend_palette", - "voxels_palette": "block/voxels_palette", - "interiour": "block/black_concrete", - "details": "block/white_concrete", - "engine": "block/white_concrete", - "body": "block/gray_concrete", - "details2": "block/black_concrete", - "headlights": "block/white_concrete", - "taillights": "block/red_concrete" - } -} diff --git a/Resource Packs/Tutorial/1.14+/assets/vp/models/item/wheel4r.json b/Resource Packs/Tutorial/1.14+/assets/vp/models/item/wheel4r.json deleted file mode 100644 index f4e4c50..0000000 --- a/Resource Packs/Tutorial/1.14+/assets/vp/models/item/wheel4r.json +++ /dev/null @@ -1,9508 +0,0 @@ -{ - "__comment": "Designed_by_Legofreak107_with_Cubik_Studio_-_https://cubik.studio", - "elements": [ - { - "__comment": "Box804", - "from": [ - 8.5, - 7.25, - 7.25 - ], - "to": [ - 9, - 9.25, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 4.5, - 7.25, - 5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 11, - 6.75, - 11.5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 7.25, - 6.75, - 9.25, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.75, - 6.75, - 8.75, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.5, - 7.25, - 9.25 - ], - "to": [ - 9, - 9.25, - 9.5 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.5, - 5, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 4.5, - 9.25, - 5, - 9.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 11, - 6.75, - 11.5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.25, - 6.75, - 9.5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.5, - 6.75, - 6.75, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.5, - 9.25, - 7.25 - ], - "to": [ - 9, - 9.5, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 4.5, - 7.25, - 5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 11, - 6.5, - 11.5, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 4.5, - 6.5, - 5, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 7.25, - 6.5, - 9.25, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.75, - 6.5, - 8.75, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.5, - 7, - 7.25 - ], - "to": [ - 9, - 7.25, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 4.5, - 7.25, - 5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 11, - 8.75, - 11.5, - 9 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 4.5, - 8.75, - 5, - 9 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 7.25, - 8.75, - 9.25, - 9 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.75, - 8.75, - 8.75, - 9 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.5, - 9.5, - 7.75 - ], - "to": [ - 9, - 9.75, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 7.25, - 5, - 8.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 4.5, - 7.75, - 5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 11, - 6.25, - 11.5, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 4.5, - 6.25, - 5, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 7.75, - 6.25, - 8.75, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.25, - 6.25, - 8.25, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.5, - 6.75, - 7.75 - ], - "to": [ - 9, - 7, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 7.25, - 5, - 8.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 4.5, - 7.75, - 5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 11, - 9, - 11.5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 4.5, - 9, - 5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 7.75, - 9, - 8.75, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.25, - 9, - 8.25, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.5, - 7.75, - 9.5 - ], - "to": [ - 9, - 8.75, - 9.75 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.25, - 5, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 4.5, - 9.5, - 5, - 9.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 11, - 7.25, - 11.5, - 8.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 4.5, - 7.25, - 5, - 8.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.5, - 7.25, - 9.75, - 8.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.25, - 7.25, - 6.5, - 8.25 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box813", - "from": [ - 8.25, - 7.75, - 6.5 - ], - "to": [ - 9.25, - 8.75, - 7.5 - ], - "faces": { - "down": { - "uv": [ - 4.25, - 8.5, - 5.25, - 9.5 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 4.25, - 6.5, - 5.25, - 7.5 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 10.75, - 7.25, - 11.75, - 8.25 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 4.25, - 7.25, - 5.25, - 8.25 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 6.5, - 7.25, - 7.5, - 8.25 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.5, - 7.25, - 9.5, - 8.25 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box813", - "from": [ - 8.25, - 8.75, - 6.75 - ], - "to": [ - 9.25, - 9.25, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 8, - 8.25, - 9, - 9.25 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 8, - 6.75, - 9, - 7.75 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 7, - 6.75, - 8, - 7.25 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 8, - 6.75, - 9, - 7.25 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 6.75, - 6.75, - 7.75, - 7.25 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.25, - 6.75, - 9.25, - 7.25 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box813", - "from": [ - 8.25, - 7.25, - 6.75 - ], - "to": [ - 9.25, - 7.75, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 4.25, - 8.25, - 5.25, - 9.25 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 4.25, - 6.75, - 5.25, - 7.75 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 10.75, - 8.25, - 11.75, - 8.75 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 4.25, - 8.25, - 5.25, - 8.75 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 6.75, - 8.25, - 7.75, - 8.75 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.25, - 8.25, - 9.25, - 8.75 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box813", - "from": [ - 8.25, - 7, - 7 - ], - "to": [ - 9.25, - 7.25, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 4.25, - 8.25, - 5.25, - 9 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 4.25, - 7, - 5.25, - 7.75 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 10.75, - 8.75, - 11.75, - 9 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 4.25, - 8.75, - 5.25, - 9 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 7, - 8.75, - 7.75, - 9 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.25, - 8.75, - 9, - 9 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box813", - "from": [ - 8.25, - 9.25, - 7 - ], - "to": [ - 9.25, - 9.5, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 4.25, - 8.25, - 5.25, - 9 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 4.25, - 7, - 5.25, - 7.75 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 10.75, - 6.5, - 11.75, - 6.75 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 4.25, - 6.5, - 5.25, - 6.75 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 7, - 6.5, - 7.75, - 6.75 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.25, - 6.5, - 9, - 6.75 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10.5, - 6.5 - ], - "to": [ - 9.5, - 10.75, - 10 - ], - "faces": { - "down": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5.25, - 9, - 5.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5.25, - 9.5, - 5.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 5.25, - 10, - 5.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 6, - 5.25, - 9.5, - 5.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10.75, - 7 - ], - "to": [ - 9.5, - 11, - 9.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.5, - 9.5, - 9 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 7, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5, - 9, - 5.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5, - 9.5, - 5.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 7, - 5, - 9.5, - 5.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 6.5, - 5, - 9, - 5.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 11, - 7.75 - ], - "to": [ - 9.5, - 11.25, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 7, - 7.25, - 9.5, - 8.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 7.75, - 9.5, - 8.75 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 4.75, - 9, - 5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 4.75, - 9.5, - 5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 7.75, - 4.75, - 8.75, - 5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 7.25, - 4.75, - 8.25, - 5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 5.75, - 6.5 - ], - "to": [ - 9.5, - 6, - 10 - ], - "faces": { - "down": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 10, - 9, - 10.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 10, - 10, - 10.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 6, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 5.5, - 7 - ], - "to": [ - 9.5, - 5.75, - 9.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.5, - 9.5, - 9 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 7, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 10.25, - 9, - 10.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 10.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 7, - 10.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 6.5, - 10.25, - 9, - 10.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 5.25, - 7.75 - ], - "to": [ - 9.5, - 5.5, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 7, - 7.25, - 9.5, - 8.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 7.75, - 9.5, - 8.75 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 10.5, - 9, - 10.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 10.5, - 9.5, - 10.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 7.75, - 10.5, - 8.75, - 10.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 7.25, - 10.5, - 8.25, - 10.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 10.5 - ], - "to": [ - 9.5, - 10, - 10.75 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.25, - 9.5, - 5.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10.5, - 9.5, - 10.75 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10.5, - 6, - 10.75, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.25, - 6, - 5.5, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7, - 10.75 - ], - "to": [ - 9.5, - 9.5, - 11 - ], - "faces": { - "down": { - "uv": [ - 7, - 5, - 9.5, - 5.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10.75, - 9.5, - 11 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6.5, - 9, - 9 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6.5, - 9.5, - 9 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10.75, - 6.5, - 11, - 9 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5, - 6.5, - 5.25, - 9 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7.75, - 11 - ], - "to": [ - 9.5, - 8.75, - 11.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 4.75, - 9.5, - 5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 11, - 9.5, - 11.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 7.25, - 9, - 8.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 7.25, - 9.5, - 8.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 11, - 7.25, - 11.25, - 8.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 4.75, - 7.25, - 5, - 8.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7.75, - 5.25 - ], - "to": [ - 9.5, - 8.75, - 5.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 10.5, - 9.5, - 10.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 5.25, - 9.5, - 5.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 7.25, - 9, - 8.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 7.25, - 9.5, - 8.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 5.25, - 7.25, - 5.5, - 8.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 10.5, - 7.25, - 10.75, - 8.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7, - 5.5 - ], - "to": [ - 9.5, - 9.5, - 5.75 - ], - "faces": { - "down": { - "uv": [ - 7, - 10.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 5.5, - 9.5, - 5.75 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6.5, - 9, - 9 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6.5, - 9.5, - 9 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 5.5, - 6.5, - 5.75, - 9 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 10.25, - 6.5, - 10.5, - 9 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 5.75 - ], - "to": [ - 9.5, - 10, - 6 - ], - "faces": { - "down": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 5.75, - 6, - 6, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 10, - 6, - 10.25, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10.25, - 6.25 - ], - "to": [ - 9.5, - 10.5, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5.5, - 9, - 5.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5.5, - 9.5, - 5.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.25, - 5.5, - 10.25, - 5.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.75, - 5.5, - 9.75, - 5.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10, - 6 - ], - "to": [ - 9.5, - 10.25, - 7.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.75, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6, - 9.5, - 7.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5.75, - 9, - 6 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6, - 5.75, - 7.25, - 6 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 8.75, - 5.75, - 10, - 6 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6, - 6.25 - ], - "to": [ - 9.5, - 6.25, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.75, - 9, - 10 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.75, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.25, - 9.75, - 10.25, - 10 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.75, - 9.75, - 9.75, - 10 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.25, - 6 - ], - "to": [ - 9.5, - 6.5, - 7.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.75, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6, - 9.5, - 7.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.5, - 9, - 9.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6, - 9.5, - 7.25, - 9.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 8.75, - 9.5, - 10, - 9.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 6 - ], - "to": [ - 9.5, - 10, - 6.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.75, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6, - 6, - 6.25, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.75, - 6, - 10, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 10.25 - ], - "to": [ - 9.5, - 10, - 10.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.5, - 9.5, - 5.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10.25, - 6, - 10.5, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.5, - 6, - 5.75, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.75, - 6.5 - ], - "to": [ - 9.5, - 10, - 7.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.999001, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 7.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 6, - 7.001, - 6.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 8.999, - 6, - 9.5, - 6.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.75, - 9.5 - ], - "to": [ - 9.5, - 10, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.5, - 9.5, - 10.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.5, - 6, - 10.001, - 6.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.999, - 6, - 6.5, - 6.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 9.5 - ], - "to": [ - 9.5, - 6.75, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.5, - 9.5, - 10.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.25, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.25, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.5, - 9.25, - 10.001, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.999, - 9.25, - 6.5, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 6.5 - ], - "to": [ - 9.5, - 6.75, - 7.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.999001, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 7.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.25, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.25, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 9.25, - 7.001, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 8.999, - 9.25, - 9.5, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.75, - 6.5 - ], - "to": [ - 9.5, - 7, - 6.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.249001, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 6.751 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9, - 9, - 9.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9, - 9.5, - 9.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 9, - 6.751, - 9.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.249, - 9, - 9.5, - 9.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.75, - 9.75 - ], - "to": [ - 9.5, - 7, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.75, - 9.5, - 10.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9, - 9, - 9.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9, - 9.5, - 9.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.75, - 9, - 10.001, - 9.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.999, - 9, - 6.25, - 9.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.5, - 9.75 - ], - "to": [ - 9.5, - 9.75, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.75, - 9.5, - 10.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6.25, - 9, - 6.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.75, - 6.25, - 10.001, - 6.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.999, - 6.25, - 6.25, - 6.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.5, - 6.5 - ], - "to": [ - 9.5, - 9.75, - 6.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.249001, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 6.751 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6.25, - 9, - 6.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 6.25, - 6.751, - 6.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.249, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.25, - 6.5 - ], - "to": [ - 9.5, - 9.5, - 6.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.249001, - 9.5, - 9.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 6.751 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.5, - 9, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.5, - 9.5, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 6.5, - 6.5, - 6.751, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 9.249, - 6.5, - 9.5, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.5, - 6.75 - ], - "to": [ - 9.5, - 9.75, - 7.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.999001, - 9.5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 6.75, - 9.5, - 7.001 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.25, - 9, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 6.75, - 6.25, - 7.001, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 8.999, - 6.25, - 9.25, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.75, - 7 - ], - "to": [ - 9.5, - 10, - 7.251 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.749001, - 9.5, - 9 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 7, - 9.5, - 7.251 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 7, - 6, - 7.251, - 6.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 8.749, - 6, - 9, - 6.25 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.75, - 9.25 - ], - "to": [ - 9.5, - 10, - 9.501 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.499, - 9.5, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.25, - 9.5, - 9.500999 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.25, - 6, - 9.501, - 6.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.499, - 6, - 6.75, - 6.25 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.5, - 9.5 - ], - "to": [ - 9.5, - 9.75, - 9.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.249, - 9.5, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.5, - 9.5, - 9.750999 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.25, - 9, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.5, - 6.25, - 9.751, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.249, - 6.25, - 6.5, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.25, - 9.75 - ], - "to": [ - 9.5, - 9.5, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.75, - 9.5, - 10.001 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.5, - 9, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.5, - 9.5, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.75, - 6.5, - 10.001, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 5.999, - 6.5, - 6.25, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7, - 9.75 - ], - "to": [ - 9.5, - 7.25, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.75, - 9.5, - 10.001 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 8.75, - 9, - 9 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 8.75, - 9.5, - 9 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.75, - 8.75, - 10.001, - 9 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 5.999, - 8.75, - 6.25, - 9 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.75, - 9.5 - ], - "to": [ - 9.5, - 7, - 9.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.249, - 9.5, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.5, - 9.5, - 9.750999 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 9, - 9, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 9, - 9.5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.5, - 9, - 9.751, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.249, - 9, - 6.5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 9.25 - ], - "to": [ - 9.5, - 6.75, - 9.501 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.499, - 9.5, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.25, - 9.5, - 9.500999 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 9.25, - 9, - 9.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 9.25, - 9.5, - 9.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.25, - 9.25, - 9.501, - 9.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.499, - 9.25, - 6.75, - 9.5 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 7 - ], - "to": [ - 9.5, - 6.75, - 7.251 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.749001, - 9.5, - 9 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 7, - 9.5, - 7.251 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 9.25, - 9, - 9.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 9.25, - 9.5, - 9.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 7, - 9.25, - 7.251, - 9.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 8.749, - 9.25, - 9, - 9.5 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.75, - 6.75 - ], - "to": [ - 9.5, - 7, - 7.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.999001, - 9.5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 6.75, - 9.5, - 7.001 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 9, - 9, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 9, - 9.5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 6.75, - 9, - 7.001, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 8.999, - 9, - 9.25, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7, - 6.5 - ], - "to": [ - 9.5, - 7.25, - 6.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.249001, - 9.5, - 9.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 6.751 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 8.75, - 9, - 9 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 8.75, - 9.5, - 9 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 6.5, - 8.75, - 6.751, - 9 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 9.249, - 8.75, - 9.5, - 9 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.25, - 9.25 - ], - "to": [ - 9.5, - 6.5, - 10.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.5, - 9.5, - 6.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.5, - 9, - 9.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.25, - 9.5, - 10.5, - 9.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.5, - 9.5, - 6.75, - 9.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.25, - 7.25 - ], - "to": [ - 9.5, - 6.5, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.75, - 9.5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 7.25, - 9.5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 9.5, - 9, - 9.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 7.25, - 9.5, - 9.25, - 9.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.75, - 9.5, - 8.75, - 9.75 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 10 - ], - "to": [ - 9.5, - 7.25, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 8.75, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 8.75, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10, - 8.75, - 10.25, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.75, - 8.75, - 6, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.25, - 10 - ], - "to": [ - 9.5, - 10, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10, - 6, - 10.25, - 6.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.75, - 6, - 6, - 6.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7.25, - 10 - ], - "to": [ - 9.5, - 9.25, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.75, - 9, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.75, - 9.5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 10, - 6.75, - 10.25, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 5.75, - 6.75, - 6, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10, - 9.25 - ], - "to": [ - 9.5, - 10.25, - 10.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.5, - 9.5, - 6.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5.75, - 9, - 6 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.25, - 5.75, - 10.5, - 6 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.5, - 5.75, - 6.75, - 6 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10, - 7.25 - ], - "to": [ - 9.5, - 10.25, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.75, - 9.5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 7.25, - 9.5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 5.75, - 9, - 6 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 7.25, - 5.75, - 9.25, - 6 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.75, - 5.75, - 8.75, - 6 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 6.25 - ], - "to": [ - 9.5, - 7.25, - 6.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 8.75, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 8.75, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.25, - 8.75, - 6.5, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.5, - 8.75, - 9.75, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.25, - 6.25 - ], - "to": [ - 9.5, - 10, - 6.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.25, - 6, - 6.5, - 6.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.5, - 6, - 9.75, - 6.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7.25, - 6.25 - ], - "to": [ - 9.5, - 9.25, - 6.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.75, - 9, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.75, - 9.5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 6.25, - 6.75, - 6.5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 9.5, - 6.75, - 9.75, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7.5, - 6.5 - ], - "to": [ - 8, - 7.75, - 6.75 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 9.25, - 8, - 9.5 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 6.5, - 8, - 6.75 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8.25, - 8.25, - 8.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8.25, - 8, - 8.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 6.5, - 8.25, - 6.75, - 8.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 9.25, - 8.25, - 9.5, - 8.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7.625, - 6.75 - ], - "to": [ - 8, - 7.875, - 7 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 9, - 8, - 9.25 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 6.75, - 8, - 7 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8.125, - 8.25, - 8.375 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8.125, - 8, - 8.375 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 6.75, - 8.125, - 7, - 8.375 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 9, - 8.125, - 9.25, - 8.375 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.75, - 6.5 - ], - "to": [ - 8, - 9, - 6.75 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 9.25, - 8, - 9.5 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 6.5, - 8, - 6.75 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7, - 8.25, - 7.25 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7, - 8, - 7.25 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 6.5, - 7, - 6.75, - 7.25 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 9.25, - 7, - 9.5, - 7.25 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.625, - 6.75 - ], - "to": [ - 8, - 8.875, - 7 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 9, - 8, - 9.25 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 6.75, - 8, - 7 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.125, - 8.25, - 7.375 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.125, - 8, - 7.375 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 6.75, - 7.125, - 7, - 7.375 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 9, - 7.125, - 9.25, - 7.375 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.375, - 7 - ], - "to": [ - 8, - 8.625, - 7.25 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8.75, - 8, - 9 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7, - 8, - 7.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.375, - 8.25, - 7.625 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.375, - 8, - 7.625 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7, - 7.375, - 7.25, - 7.625 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.75, - 7.375, - 9, - 7.625 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7.875, - 7 - ], - "to": [ - 8, - 8.125, - 7.25 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8.75, - 8, - 9 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7, - 8, - 7.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.875, - 8.25, - 8.125 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.875, - 8, - 8.125 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7, - 7.875, - 7.25, - 8.125 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.75, - 7.875, - 9, - 8.125 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.125, - 7.125 - ], - "to": [ - 8, - 8.375, - 7.375 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8.625, - 8, - 8.875 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7.125, - 8, - 7.375 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.625, - 8.25, - 7.875 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.625, - 8, - 7.875 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.125, - 7.625, - 7.375, - 7.875 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.625, - 7.625, - 8.875, - 7.875 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 9.75, - 7.5 - ], - "to": [ - 8, - 10, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8.25, - 8, - 8.5 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7.5, - 8, - 7.75 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 6, - 8.25, - 6.25 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 6, - 8, - 6.25 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.5, - 6, - 7.75, - 6.25 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.25, - 6, - 8.5, - 6.25 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 9.5, - 7.625 - ], - "to": [ - 8, - 9.75, - 7.875 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8.125, - 8, - 8.375 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7.625, - 8, - 7.875 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 6.25, - 8.25, - 6.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 6.25, - 8, - 6.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.625, - 6.25, - 7.875, - 6.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.125, - 6.25, - 8.375, - 6.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 9.25, - 7.875 - ], - "to": [ - 8, - 9.5, - 8.125 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.875, - 8, - 8.125 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7.875, - 8, - 8.125 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 6.5, - 8.25, - 6.75 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 6.5, - 8, - 6.75 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.875, - 6.5, - 8.125, - 6.75 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.875, - 6.5, - 8.125, - 6.75 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 9.125, - 8.125 - ], - "to": [ - 8, - 9.375, - 8.375 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.625, - 8, - 7.875 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.125, - 8, - 8.375 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 6.625, - 8.25, - 6.875 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 6.625, - 8, - 6.875 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.125, - 6.625, - 8.375, - 6.875 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.625, - 6.625, - 7.875, - 6.875 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 9.25, - 8.375 - ], - "to": [ - 8, - 9.5, - 8.625 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.375, - 8, - 7.625 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.375, - 8, - 8.625 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 6.5, - 8.25, - 6.75 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 6.5, - 8, - 6.75 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.375, - 6.5, - 8.625, - 6.75 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.375, - 6.5, - 7.625, - 6.75 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 9.5, - 8.625 - ], - "to": [ - 8, - 9.75, - 8.875 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.125, - 8, - 7.375 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.625, - 8, - 8.875 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 6.25, - 8.25, - 6.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 6.25, - 8, - 6.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.625, - 6.25, - 8.875, - 6.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.125, - 6.25, - 7.375, - 6.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 9.75, - 8.75 - ], - "to": [ - 8, - 10, - 9 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7, - 8, - 7.25 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.75, - 8, - 9 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 6, - 8.25, - 6.25 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 6, - 8, - 6.25 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.75, - 6, - 9, - 6.25 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7, - 6, - 7.25, - 6.25 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.75, - 9.75 - ], - "to": [ - 8, - 9, - 10 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 6, - 8, - 6.25 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 9.75, - 8, - 10 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7, - 8.25, - 7.25 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7, - 8, - 7.25 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.75, - 7, - 10, - 7.25 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6, - 7, - 6.25, - 7.25 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.625, - 9.5 - ], - "to": [ - 8, - 8.875, - 9.75 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 6.25, - 8, - 6.5 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 9.5, - 8, - 9.75 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.125, - 8.25, - 7.375 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.125, - 8, - 7.375 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.5, - 7.125, - 9.75, - 7.375 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.25, - 7.125, - 6.5, - 7.375 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.375, - 9.25 - ], - "to": [ - 8, - 8.625, - 9.5 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 6.5, - 8, - 6.75 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 9.25, - 8, - 9.5 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.375, - 8.25, - 7.625 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.375, - 8, - 7.625 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.25, - 7.375, - 9.5, - 7.625 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.5, - 7.375, - 6.75, - 7.625 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.125, - 9.125 - ], - "to": [ - 8, - 8.375, - 9.375 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 6.625, - 8, - 6.875 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 9.125, - 8, - 9.375 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.625, - 8.25, - 7.875 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.625, - 8, - 7.875 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.125, - 7.625, - 9.375, - 7.875 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.625, - 7.625, - 6.875, - 7.875 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7.875, - 9.25 - ], - "to": [ - 8, - 8.125, - 9.5 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 6.5, - 8, - 6.75 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 9.25, - 8, - 9.5 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.875, - 8.25, - 8.125 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.875, - 8, - 8.125 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.25, - 7.875, - 9.5, - 8.125 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.5, - 7.875, - 6.75, - 8.125 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7.625, - 9.5 - ], - "to": [ - 8, - 7.875, - 9.75 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 6.25, - 8, - 6.5 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 9.5, - 8, - 9.75 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8.125, - 8.25, - 8.375 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8.125, - 8, - 8.375 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.5, - 8.125, - 9.75, - 8.375 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.25, - 8.125, - 6.5, - 8.375 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7.5, - 9.75 - ], - "to": [ - 8, - 7.75, - 10 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 6, - 8, - 6.25 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 9.75, - 8, - 10 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8.25, - 8.25, - 8.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8.25, - 8, - 8.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.75, - 8.25, - 10, - 8.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6, - 8.25, - 6.25, - 8.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 6.5, - 8.75 - ], - "to": [ - 8, - 6.75, - 9 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7, - 8, - 7.25 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.75, - 8, - 9 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 9.25, - 8.25, - 9.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 9.25, - 8, - 9.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.75, - 9.25, - 9, - 9.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7, - 9.25, - 7.25, - 9.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 6.75, - 8.625 - ], - "to": [ - 8, - 7, - 8.875 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.125, - 8, - 7.375 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.625, - 8, - 8.875 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 9, - 8.25, - 9.25 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 9, - 8, - 9.25 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.625, - 9, - 8.875, - 9.25 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.125, - 9, - 7.375, - 9.25 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7, - 8.375 - ], - "to": [ - 8, - 7.25, - 8.625 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.375, - 8, - 7.625 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.375, - 8, - 8.625 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8.75, - 8.25, - 9 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8.75, - 8, - 9 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.375, - 8.75, - 8.625, - 9 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.375, - 8.75, - 7.625, - 9 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7.125, - 8.125 - ], - "to": [ - 8, - 7.375, - 8.375 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.625, - 8, - 7.875 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.125, - 8, - 8.375 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8.625, - 8.25, - 8.875 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8.625, - 8, - 8.875 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.125, - 8.625, - 8.375, - 8.875 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.625, - 8.625, - 7.875, - 8.875 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7, - 7.875 - ], - "to": [ - 8, - 7.25, - 8.125 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.875, - 8, - 8.125 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7.875, - 8, - 8.125 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8.75, - 8.25, - 9 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8.75, - 8, - 9 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.875, - 8.75, - 8.125, - 9 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.875, - 8.75, - 8.125, - 9 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 6.75, - 7.625 - ], - "to": [ - 8, - 7, - 7.875 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8.125, - 8, - 8.375 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7.625, - 8, - 7.875 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 9, - 8.25, - 9.25 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 9, - 8, - 9.25 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.625, - 9, - 7.875, - 9.25 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.125, - 9, - 8.375, - 9.25 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 6.5, - 7.5 - ], - "to": [ - 8, - 6.75, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8.25, - 8, - 8.5 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7.5, - 8, - 7.75 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 9.25, - 8.25, - 9.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 9.25, - 8, - 9.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.5, - 9.25, - 7.75, - 9.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.25, - 9.25, - 8.5, - 9.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7.25, - 7.625 - ], - "to": [ - 8, - 7.5, - 7.875 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8.125, - 8, - 8.375 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7.625, - 8, - 7.875 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8.5, - 8.25, - 8.75 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8.5, - 8, - 8.75 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.625, - 8.5, - 7.875, - 8.75 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.125, - 8.5, - 8.375, - 8.75 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7.5, - 7.5 - ], - "to": [ - 8, - 7.75, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8.25, - 8, - 8.5 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7.5, - 8, - 7.75 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8.25, - 8.25, - 8.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8.25, - 8, - 8.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.5, - 8.25, - 7.75, - 8.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.25, - 8.25, - 8.5, - 8.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7.625, - 7.25 - ], - "to": [ - 8, - 7.875, - 7.5 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8.5, - 8, - 8.75 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7.25, - 8, - 7.5 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8.125, - 8.25, - 8.375 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8.125, - 8, - 8.375 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.25, - 8.125, - 7.5, - 8.375 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.5, - 8.125, - 8.75, - 8.375 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7.25, - 8.625 - ], - "to": [ - 8, - 7.5, - 8.875 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.125, - 8, - 7.375 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.625, - 8, - 8.875 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8.5, - 8.25, - 8.75 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8.5, - 8, - 8.75 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.625, - 8.5, - 8.875, - 8.75 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.125, - 8.5, - 7.375, - 8.75 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7.5, - 8.75 - ], - "to": [ - 8, - 7.75, - 9 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7, - 8, - 7.25 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.75, - 8, - 9 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8.25, - 8.25, - 8.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8.25, - 8, - 8.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.75, - 8.25, - 9, - 8.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7, - 8.25, - 7.25, - 8.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7.625, - 9 - ], - "to": [ - 8, - 7.875, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 6.75, - 8, - 7 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 9, - 8, - 9.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8.125, - 8.25, - 8.375 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8.125, - 8, - 8.375 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9, - 8.125, - 9.25, - 8.375 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.75, - 8.125, - 7, - 8.375 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.625, - 9 - ], - "to": [ - 8, - 8.875, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 6.75, - 8, - 7 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 9, - 8, - 9.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.125, - 8.25, - 7.375 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.125, - 8, - 7.375 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9, - 7.125, - 9.25, - 7.375 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.75, - 7.125, - 7, - 7.375 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 9, - 8.625 - ], - "to": [ - 8, - 9.25, - 8.875 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.125, - 8, - 7.375 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.625, - 8, - 8.875 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 6.75, - 8.25, - 7 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 6.75, - 8, - 7 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.625, - 6.75, - 8.875, - 7 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.125, - 6.75, - 7.375, - 7 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.75, - 8.75 - ], - "to": [ - 8, - 9, - 9 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7, - 8, - 7.25 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.75, - 8, - 9 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7, - 8.25, - 7.25 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7, - 8, - 7.25 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.75, - 7, - 9, - 7.25 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7, - 7, - 7.25, - 7.25 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 9, - 7.625 - ], - "to": [ - 8, - 9.25, - 7.875 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8.125, - 8, - 8.375 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7.625, - 8, - 7.875 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 6.75, - 8.25, - 7 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 6.75, - 8, - 7 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.625, - 6.75, - 7.875, - 7 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.125, - 6.75, - 8.375, - 7 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.75, - 7.5 - ], - "to": [ - 8, - 9, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8.25, - 8, - 8.5 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7.5, - 8, - 7.75 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7, - 8.25, - 7.25 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7, - 8, - 7.25 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.5, - 7, - 7.75, - 7.25 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.25, - 7, - 8.5, - 7.25 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.625, - 7.25 - ], - "to": [ - 8, - 8.875, - 7.5 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8.5, - 8, - 8.75 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7.25, - 8, - 7.5 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.125, - 8.25, - 7.375 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.125, - 8, - 7.375 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.25, - 7.125, - 7.5, - 7.375 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.5, - 7.125, - 8.75, - 7.375 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.875, - 8.125 - ], - "to": [ - 8, - 9.125, - 8.375 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.625, - 8, - 7.875 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.125, - 8, - 8.375 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 6.875, - 8.25, - 7.125 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 6.875, - 8, - 7.125 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.125, - 6.875, - 8.375, - 7.125 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.625, - 6.875, - 7.875, - 7.125 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.625, - 8.125 - ], - "to": [ - 8, - 8.875, - 8.375 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.625, - 8, - 7.875 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.125, - 8, - 8.375 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.125, - 8.25, - 7.375 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.125, - 8, - 7.375 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.125, - 7.125, - 8.375, - 7.375 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.625, - 7.125, - 7.875, - 7.375 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.5, - 8.375 - ], - "to": [ - 8, - 8.75, - 8.625 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.375, - 8, - 7.625 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.375, - 8, - 8.625 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.25, - 8.25, - 7.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.25, - 8, - 7.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.375, - 7.25, - 8.625, - 7.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.375, - 7.25, - 7.625, - 7.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.5, - 7.875 - ], - "to": [ - 8, - 8.75, - 8.125 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.875, - 8, - 8.125 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7.875, - 8, - 8.125 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.25, - 8.25, - 7.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.25, - 8, - 7.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.875, - 7.25, - 8.125, - 7.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.875, - 7.25, - 8.125, - 7.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.125, - 7.375 - ], - "to": [ - 8, - 8.375, - 7.625 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8.375, - 8, - 8.625 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7.375, - 8, - 7.625 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.625, - 8.25, - 7.875 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.625, - 8, - 7.875 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.375, - 7.625, - 7.625, - 7.875 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.375, - 7.625, - 8.625, - 7.875 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.125, - 7.625 - ], - "to": [ - 8, - 8.375, - 7.875 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8.125, - 8, - 8.375 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7.625, - 8, - 7.875 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.625, - 8.25, - 7.875 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.625, - 8, - 7.875 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.625, - 7.625, - 7.875, - 7.875 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.125, - 7.625, - 8.375, - 7.875 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.375, - 7.75 - ], - "to": [ - 8, - 8.625, - 8 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8, - 8, - 8.25 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7.75, - 8, - 8 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.375, - 8.25, - 7.625 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.375, - 8, - 7.625 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.75, - 7.375, - 8, - 7.625 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8, - 7.375, - 8.25, - 7.625 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.375, - 8.5 - ], - "to": [ - 8, - 8.625, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.25, - 8, - 7.5 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.5, - 8, - 8.75 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.375, - 8.25, - 7.625 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.375, - 8, - 7.625 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.5, - 7.375, - 8.75, - 7.625 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.25, - 7.375, - 7.5, - 7.625 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.125, - 8.625 - ], - "to": [ - 8, - 8.375, - 8.875 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.125, - 8, - 7.375 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.625, - 8, - 8.875 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.625, - 8.25, - 7.875 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.625, - 8, - 7.875 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.625, - 7.625, - 8.875, - 7.875 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.125, - 7.625, - 7.375, - 7.875 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.125, - 8.875 - ], - "to": [ - 8, - 8.375, - 9.125 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 6.875, - 8, - 7.125 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.875, - 8, - 9.125 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.625, - 8.25, - 7.875 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.625, - 8, - 7.875 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.875, - 7.625, - 9.125, - 7.875 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.875, - 7.625, - 7.125, - 7.875 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7.375, - 8.125 - ], - "to": [ - 8, - 7.625, - 8.375 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.625, - 8, - 7.875 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.125, - 8, - 8.375 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8.375, - 8.25, - 8.625 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8.375, - 8, - 8.625 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.125, - 8.375, - 8.375, - 8.625 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.625, - 8.375, - 7.875, - 8.625 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7.625, - 8.125 - ], - "to": [ - 8, - 7.875, - 8.375 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.625, - 8, - 7.875 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.125, - 8, - 8.375 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8.125, - 8.25, - 8.375 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8.125, - 8, - 8.375 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.125, - 8.125, - 8.375, - 8.375 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.625, - 8.125, - 7.875, - 8.375 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7.875, - 7.75 - ], - "to": [ - 8, - 8.125, - 8 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8, - 8, - 8.25 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7.75, - 8, - 8 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.875, - 8.25, - 8.125 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.875, - 8, - 8.125 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.75, - 7.875, - 8, - 8.125 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8, - 7.875, - 8.25, - 8.125 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7.75, - 7.875 - ], - "to": [ - 8, - 8, - 8.125 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.875, - 8, - 8.125 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7.875, - 8, - 8.125 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8, - 8.25, - 8.25 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8, - 8, - 8.25 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.875, - 8, - 8.125, - 8.25 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.875, - 8, - 8.125, - 8.25 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7.75, - 8.375 - ], - "to": [ - 8, - 8, - 8.625 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.375, - 8, - 7.625 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.375, - 8, - 8.625 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8, - 8.25, - 8.25 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8, - 8, - 8.25 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.375, - 8, - 8.625, - 8.25 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.375, - 8, - 7.625, - 8.25 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7.875, - 8.5 - ], - "to": [ - 8, - 8.125, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.25, - 8, - 7.5 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.5, - 8, - 8.75 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.875, - 8.25, - 8.125 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.875, - 8, - 8.125 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.5, - 7.875, - 8.75, - 8.125 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.25, - 7.875, - 7.5, - 8.125 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 9.25, - 7 - ], - "to": [ - 8, - 9.5, - 7.25 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8.75, - 8, - 9 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7, - 8, - 7.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 6.5, - 8.25, - 6.75 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 6.5, - 8, - 6.75 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7, - 6.5, - 7.25, - 6.75 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.75, - 6.5, - 9, - 6.75 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 9, - 7.25 - ], - "to": [ - 8, - 9.25, - 7.5 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8.5, - 8, - 8.75 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7.25, - 8, - 7.5 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 6.75, - 8.25, - 7 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 6.75, - 8, - 7 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.25, - 6.75, - 7.5, - 7 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.5, - 6.75, - 8.75, - 7 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 9.25, - 9.25 - ], - "to": [ - 8, - 9.5, - 9.5 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 6.5, - 8, - 6.75 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 9.25, - 8, - 9.5 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 6.5, - 8.25, - 6.75 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 6.5, - 8, - 6.75 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.25, - 6.5, - 9.5, - 6.75 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.5, - 6.5, - 6.75, - 6.75 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 9, - 9 - ], - "to": [ - 8, - 9.25, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 6.75, - 8, - 7 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 9, - 8, - 9.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 6.75, - 8.25, - 7 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 6.75, - 8, - 7 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9, - 6.75, - 9.25, - 7 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.75, - 6.75, - 7, - 7 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7, - 9.25 - ], - "to": [ - 8, - 7.25, - 9.5 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 6.5, - 8, - 6.75 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 9.25, - 8, - 9.5 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8.75, - 8.25, - 9 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8.75, - 8, - 9 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.25, - 8.75, - 9.5, - 9 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.5, - 8.75, - 6.75, - 9 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7.25, - 9 - ], - "to": [ - 8, - 7.5, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 6.75, - 8, - 7 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 9, - 8, - 9.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8.5, - 8.25, - 8.75 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8.5, - 8, - 8.75 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9, - 8.5, - 9.25, - 8.75 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.75, - 8.5, - 7, - 8.75 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7, - 7 - ], - "to": [ - 8, - 7.25, - 7.25 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8.75, - 8, - 9 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7, - 8, - 7.25 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8.75, - 8.25, - 9 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8.75, - 8, - 9 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7, - 8.75, - 7.25, - 9 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.75, - 8.75, - 9, - 9 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7.25, - 7.25 - ], - "to": [ - 8, - 7.5, - 7.5 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8.5, - 8, - 8.75 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7.25, - 8, - 7.5 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8.5, - 8.25, - 8.75 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8.5, - 8, - 8.75 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.25, - 8.5, - 7.5, - 8.75 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.5, - 8.5, - 8.75, - 8.75 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.125, - 6.5 - ], - "to": [ - 8, - 8.375, - 6.75 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 9.25, - 8, - 9.5 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 6.5, - 8, - 6.75 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.625, - 8.25, - 7.875 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.625, - 8, - 7.875 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 6.5, - 7.625, - 6.75, - 7.875 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 9.25, - 7.625, - 9.5, - 7.875 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.125, - 6.75 - ], - "to": [ - 8, - 8.375, - 7.125 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8.875, - 8, - 9.25 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 6.75, - 8, - 7.125 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.625, - 8.25, - 7.875 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.625, - 8, - 7.875 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 6.75, - 7.625, - 7.125, - 7.875 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8.875, - 7.625, - 9.25, - 7.875 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.125, - 9.375 - ], - "to": [ - 8, - 8.375, - 9.75 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 6.25, - 8, - 6.625 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 9.375, - 8, - 9.75 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.625, - 8.25, - 7.875 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.625, - 8, - 7.875 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.375, - 7.625, - 9.75, - 7.875 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6.25, - 7.625, - 6.625, - 7.875 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.125, - 9.75 - ], - "to": [ - 8, - 8.375, - 10 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 6, - 8, - 6.25 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 9.75, - 8, - 10 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.625, - 8.25, - 7.875 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.625, - 8, - 7.875 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 9.75, - 7.625, - 10, - 7.875 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 6, - 7.625, - 6.25, - 7.875 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 9.375, - 8.125 - ], - "to": [ - 8, - 10, - 8.375 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.625, - 8, - 7.875 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.125, - 8, - 8.375 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 6, - 8.25, - 6.625 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 6, - 8, - 6.625 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.125, - 6, - 8.375, - 6.625 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.625, - 6, - 7.875, - 6.625 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 6.5, - 8.125 - ], - "to": [ - 8, - 7.125, - 8.375 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.625, - 8, - 7.875 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.125, - 8, - 8.375 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8.875, - 8.25, - 9.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8.875, - 8, - 9.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.125, - 8.875, - 8.375, - 9.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.625, - 8.875, - 7.875, - 9.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.5, - 8.5 - ], - "to": [ - 8, - 8.75, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.25, - 8, - 7.5 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.5, - 8, - 8.75 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.25, - 8.25, - 7.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.25, - 8, - 7.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.5, - 7.25, - 8.75, - 7.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.25, - 7.25, - 7.5, - 7.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8.5, - 7.75 - ], - "to": [ - 8, - 8.75, - 8 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8, - 8, - 8.25 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7.75, - 8, - 8 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 7.25, - 8.25, - 7.5 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 7.25, - 8, - 7.5 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.75, - 7.25, - 8, - 7.5 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8, - 7.25, - 8.25, - 7.5 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7.75, - 7.75 - ], - "to": [ - 8, - 8, - 8 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 8, - 8, - 8.25 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 7.75, - 8, - 8 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8, - 8.25, - 8.25 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8, - 8, - 8.25 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 7.75, - 8, - 8, - 8.25 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 8, - 8, - 8.25, - 8.25 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 7.75, - 8.5 - ], - "to": [ - 8, - 8, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.25, - 8, - 7.5 - ], - "texture": "#body" - }, - "up": { - "uv": [ - 7.75, - 8.5, - 8, - 8.75 - ], - "texture": "#body" - }, - "north": { - "uv": [ - 8, - 8, - 8.25, - 8.25 - ], - "texture": "#body" - }, - "south": { - "uv": [ - 7.75, - 8, - 8, - 8.25 - ], - "texture": "#body" - }, - "west": { - "uv": [ - 8.5, - 8, - 8.75, - 8.25 - ], - "texture": "#body" - }, - "east": { - "uv": [ - 7.25, - 8, - 7.5, - 8.25 - ], - "texture": "#body" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.75, - 8, - 8 - ], - "to": [ - 8, - 8.5, - 8.5 - ], - "faces": { - "down": { - "uv": [ - 7.75, - 7.5, - 8, - 8 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7.75, - 8, - 8, - 8.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 8, - 7.5, - 8.25, - 8 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7.75, - 7.5, - 8, - 8 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 8, - 7.5, - 8.5, - 8 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.5, - 7.5, - 8, - 8 - ], - "texture": "#engine", - "tintindex": 0 - } - } - } - ], - "display": { - "gui": { - "rotation": [ - 25, - 53, - 0 - ], - "translation": [ - -1.391, - -0.695, - 0 - ], - "scale": [ - 2, - 2, - 2 - ] - }, - "head": { - "translation": [ - 0.0026, - -32.92, - -0.693 - ], - "scale": [ - 3.8, - 3.8, - 3.8 - ] - } - }, - "textures": { - "particle": "block/particle", - "texture": "block/texture", - "R8_14blend_palette": "block/r8_14blend_palette", - "voxels_palette": "block/voxels_palette", - "interiour": "block/black_concrete", - "details": "block/white_concrete", - "engine": "block/white_concrete", - "body": "block/black_concrete", - "details2": "block/black_concrete", - "headlights": "block/white_concrete", - "taillights": "block/red_concrete" - } -} diff --git a/Resource Packs/Tutorial/1.14+/assets/vp/models/item/wheel5r.json b/Resource Packs/Tutorial/1.14+/assets/vp/models/item/wheel5r.json deleted file mode 100644 index f8c2127..0000000 --- a/Resource Packs/Tutorial/1.14+/assets/vp/models/item/wheel5r.json +++ /dev/null @@ -1,5074 +0,0 @@ -{ - "__comment": "Designed_by_Legofreak107_with_Cubik_Studio_-_https://cubik.studio", - "elements": [ - { - "__comment": "Box804", - "from": [ - 8.5, - 7.25, - 7.25 - ], - "to": [ - 9, - 9.25, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 4.5, - 7.25, - 5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 11, - 6.75, - 11.5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 7.25, - 6.75, - 9.25, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.75, - 6.75, - 8.75, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.5, - 7.25, - 9.25 - ], - "to": [ - 9, - 9.25, - 9.5 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.5, - 5, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 4.5, - 9.25, - 5, - 9.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 11, - 6.75, - 11.5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.25, - 6.75, - 9.5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.5, - 6.75, - 6.75, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.5, - 9.25, - 7.25 - ], - "to": [ - 9, - 9.5, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 4.5, - 7.25, - 5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 11, - 6.5, - 11.5, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 4.5, - 6.5, - 5, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 7.25, - 6.5, - 9.25, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.75, - 6.5, - 8.75, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.5, - 7, - 7.25 - ], - "to": [ - 9, - 7.25, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.75, - 5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 4.5, - 7.25, - 5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 11, - 8.75, - 11.5, - 9 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 4.5, - 8.75, - 5, - 9 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 7.25, - 8.75, - 9.25, - 9 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.75, - 8.75, - 8.75, - 9 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.5, - 9.5, - 7.75 - ], - "to": [ - 9, - 9.75, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 7.25, - 5, - 8.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 4.5, - 7.75, - 5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 11, - 6.25, - 11.5, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 4.5, - 6.25, - 5, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 7.75, - 6.25, - 8.75, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.25, - 6.25, - 8.25, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.5, - 6.75, - 7.75 - ], - "to": [ - 9, - 7, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 7.25, - 5, - 8.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 4.5, - 7.75, - 5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 11, - 9, - 11.5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 4.5, - 9, - 5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 7.75, - 9, - 8.75, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.25, - 9, - 8.25, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box804", - "from": [ - 8.5, - 7.75, - 9.5 - ], - "to": [ - 9, - 8.75, - 9.75 - ], - "faces": { - "down": { - "uv": [ - 4.5, - 6.25, - 5, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 4.5, - 9.5, - 5, - 9.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 11, - 7.25, - 11.5, - 8.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 4.5, - 7.25, - 5, - 8.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.5, - 7.25, - 9.75, - 8.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.25, - 7.25, - 6.5, - 8.25 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box813", - "from": [ - 8.25, - 7.75, - 6.5 - ], - "to": [ - 9.25, - 8.75, - 7.5 - ], - "faces": { - "down": { - "uv": [ - 4.25, - 8.5, - 5.25, - 9.5 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 4.25, - 6.5, - 5.25, - 7.5 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 10.75, - 7.25, - 11.75, - 8.25 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 4.25, - 7.25, - 5.25, - 8.25 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 6.5, - 7.25, - 7.5, - 8.25 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.5, - 7.25, - 9.5, - 8.25 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box813", - "from": [ - 8.25, - 8.75, - 6.75 - ], - "to": [ - 9.25, - 9.25, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 8, - 8.25, - 9, - 9.25 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 8, - 6.75, - 9, - 7.75 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 7, - 6.75, - 8, - 7.25 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 8, - 6.75, - 9, - 7.25 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 6.75, - 6.75, - 7.75, - 7.25 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.25, - 6.75, - 9.25, - 7.25 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box813", - "from": [ - 8.25, - 7.25, - 6.75 - ], - "to": [ - 9.25, - 7.75, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 4.25, - 8.25, - 5.25, - 9.25 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 4.25, - 6.75, - 5.25, - 7.75 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 10.75, - 8.25, - 11.75, - 8.75 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 4.25, - 8.25, - 5.25, - 8.75 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 6.75, - 8.25, - 7.75, - 8.75 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.25, - 8.25, - 9.25, - 8.75 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box813", - "from": [ - 8.25, - 7, - 7 - ], - "to": [ - 9.25, - 7.25, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 4.25, - 8.25, - 5.25, - 9 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 4.25, - 7, - 5.25, - 7.75 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 10.75, - 8.75, - 11.75, - 9 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 4.25, - 8.75, - 5.25, - 9 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 7, - 8.75, - 7.75, - 9 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.25, - 8.75, - 9, - 9 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box813", - "from": [ - 8.25, - 9.25, - 7 - ], - "to": [ - 9.25, - 9.5, - 7.75 - ], - "faces": { - "down": { - "uv": [ - 4.25, - 8.25, - 5.25, - 9 - ], - "texture": "#taillights" - }, - "up": { - "uv": [ - 4.25, - 7, - 5.25, - 7.75 - ], - "texture": "#taillights" - }, - "north": { - "uv": [ - 10.75, - 6.5, - 11.75, - 6.75 - ], - "texture": "#taillights" - }, - "south": { - "uv": [ - 4.25, - 6.5, - 5.25, - 6.75 - ], - "texture": "#taillights" - }, - "west": { - "uv": [ - 7, - 6.5, - 7.75, - 6.75 - ], - "texture": "#taillights" - }, - "east": { - "uv": [ - 8.25, - 6.5, - 9, - 6.75 - ], - "texture": "#taillights" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10.5, - 6.5 - ], - "to": [ - 9.5, - 10.75, - 10 - ], - "faces": { - "down": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5.25, - 9, - 5.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5.25, - 9.5, - 5.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 5.25, - 10, - 5.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 6, - 5.25, - 9.5, - 5.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10.75, - 7 - ], - "to": [ - 9.5, - 11, - 9.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.5, - 9.5, - 9 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 7, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5, - 9, - 5.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5, - 9.5, - 5.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 7, - 5, - 9.5, - 5.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 6.5, - 5, - 9, - 5.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 11, - 7.75 - ], - "to": [ - 9.5, - 11.25, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 7, - 7.25, - 9.5, - 8.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 7.75, - 9.5, - 8.75 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 4.75, - 9, - 5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 4.75, - 9.5, - 5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 7.75, - 4.75, - 8.75, - 5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 7.25, - 4.75, - 8.25, - 5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 5.75, - 6.5 - ], - "to": [ - 9.5, - 6, - 10 - ], - "faces": { - "down": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 10, - 9, - 10.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 10, - 10, - 10.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 6, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 5.5, - 7 - ], - "to": [ - 9.5, - 5.75, - 9.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.5, - 9.5, - 9 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 7, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 10.25, - 9, - 10.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 10.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 7, - 10.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 6.5, - 10.25, - 9, - 10.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 5.25, - 7.75 - ], - "to": [ - 9.5, - 5.5, - 8.75 - ], - "faces": { - "down": { - "uv": [ - 7, - 7.25, - 9.5, - 8.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 7.75, - 9.5, - 8.75 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 10.5, - 9, - 10.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 10.5, - 9.5, - 10.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 7.75, - 10.5, - 8.75, - 10.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 7.25, - 10.5, - 8.25, - 10.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 10.5 - ], - "to": [ - 9.5, - 10, - 10.75 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.25, - 9.5, - 5.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10.5, - 9.5, - 10.75 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10.5, - 6, - 10.75, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.25, - 6, - 5.5, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7, - 10.75 - ], - "to": [ - 9.5, - 9.5, - 11 - ], - "faces": { - "down": { - "uv": [ - 7, - 5, - 9.5, - 5.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10.75, - 9.5, - 11 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6.5, - 9, - 9 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6.5, - 9.5, - 9 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10.75, - 6.5, - 11, - 9 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5, - 6.5, - 5.25, - 9 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7.75, - 11 - ], - "to": [ - 9.5, - 8.75, - 11.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 4.75, - 9.5, - 5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 11, - 9.5, - 11.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 7.25, - 9, - 8.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 7.25, - 9.5, - 8.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 11, - 7.25, - 11.25, - 8.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 4.75, - 7.25, - 5, - 8.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7.75, - 5.25 - ], - "to": [ - 9.5, - 8.75, - 5.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 10.5, - 9.5, - 10.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 5.25, - 9.5, - 5.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 7.25, - 9, - 8.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 7.25, - 9.5, - 8.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 5.25, - 7.25, - 5.5, - 8.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 10.5, - 7.25, - 10.75, - 8.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7, - 5.5 - ], - "to": [ - 9.5, - 9.5, - 5.75 - ], - "faces": { - "down": { - "uv": [ - 7, - 10.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 5.5, - 9.5, - 5.75 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6.5, - 9, - 9 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6.5, - 9.5, - 9 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 5.5, - 6.5, - 5.75, - 9 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 10.25, - 6.5, - 10.5, - 9 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 5.75 - ], - "to": [ - 9.5, - 10, - 6 - ], - "faces": { - "down": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 5.75, - 6, - 6, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 10, - 6, - 10.25, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10.25, - 6.25 - ], - "to": [ - 9.5, - 10.5, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5.5, - 9, - 5.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5.5, - 9.5, - 5.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.25, - 5.5, - 10.25, - 5.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.75, - 5.5, - 9.75, - 5.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10, - 6 - ], - "to": [ - 9.5, - 10.25, - 7.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.75, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6, - 9.5, - 7.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5.75, - 9, - 6 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6, - 5.75, - 7.25, - 6 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 8.75, - 5.75, - 10, - 6 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6, - 6.25 - ], - "to": [ - 9.5, - 6.25, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.75, - 9, - 10 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.75, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.25, - 9.75, - 10.25, - 10 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.75, - 9.75, - 9.75, - 10 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.25, - 6 - ], - "to": [ - 9.5, - 6.5, - 7.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.75, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6, - 9.5, - 7.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.5, - 9, - 9.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6, - 9.5, - 7.25, - 9.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 8.75, - 9.5, - 10, - 9.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 6 - ], - "to": [ - 9.5, - 10, - 6.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.75, - 9.5, - 10 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6, - 6, - 6.25, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.75, - 6, - 10, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 10.25 - ], - "to": [ - 9.5, - 10, - 10.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.5, - 9.5, - 5.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10.25, - 6, - 10.5, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.5, - 6, - 5.75, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.75, - 6.5 - ], - "to": [ - 9.5, - 10, - 7.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.999001, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 7.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 6, - 7.001, - 6.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 8.999, - 6, - 9.5, - 6.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.75, - 9.5 - ], - "to": [ - 9.5, - 10, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.5, - 9.5, - 10.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.5, - 6, - 10.001, - 6.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.999, - 6, - 6.5, - 6.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 9.5 - ], - "to": [ - 9.5, - 6.75, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.5, - 9.5, - 10.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.25, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.25, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.5, - 9.25, - 10.001, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.999, - 9.25, - 6.5, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 6.5 - ], - "to": [ - 9.5, - 6.75, - 7.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.999001, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 7.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.25, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.25, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 9.25, - 7.001, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 8.999, - 9.25, - 9.5, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.75, - 6.5 - ], - "to": [ - 9.5, - 7, - 6.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.249001, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 6.751 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9, - 9, - 9.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9, - 9.5, - 9.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 9, - 6.751, - 9.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.249, - 9, - 9.5, - 9.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.75, - 9.75 - ], - "to": [ - 9.5, - 7, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.75, - 9.5, - 10.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9, - 9, - 9.25 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9, - 9.5, - 9.25 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.75, - 9, - 10.001, - 9.25 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.999, - 9, - 6.25, - 9.25 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.5, - 9.75 - ], - "to": [ - 9.5, - 9.75, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.25 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.75, - 9.5, - 10.001 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6.25, - 9, - 6.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.75, - 6.25, - 10.001, - 6.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.999, - 6.25, - 6.25, - 6.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.5, - 6.5 - ], - "to": [ - 9.5, - 9.75, - 6.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.249001, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 6.751 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6.25, - 9, - 6.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.5, - 6.25, - 6.751, - 6.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.249, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.25, - 6.5 - ], - "to": [ - 9.5, - 9.5, - 6.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.249001, - 9.5, - 9.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 6.751 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.5, - 9, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.5, - 9.5, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 6.5, - 6.5, - 6.751, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 9.249, - 6.5, - 9.5, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.5, - 6.75 - ], - "to": [ - 9.5, - 9.75, - 7.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.999001, - 9.5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 6.75, - 9.5, - 7.001 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.25, - 9, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 6.75, - 6.25, - 7.001, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 8.999, - 6.25, - 9.25, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.75, - 7 - ], - "to": [ - 9.5, - 10, - 7.251 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.749001, - 9.5, - 9 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 7, - 9.5, - 7.251 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 7, - 6, - 7.251, - 6.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 8.749, - 6, - 9, - 6.25 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.75, - 9.25 - ], - "to": [ - 9.5, - 10, - 9.501 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.499, - 9.5, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.25, - 9.5, - 9.500999 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.25, - 6, - 9.501, - 6.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.499, - 6, - 6.75, - 6.25 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.5, - 9.5 - ], - "to": [ - 9.5, - 9.75, - 9.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.249, - 9.5, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.5, - 9.5, - 9.750999 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.25, - 9, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.5, - 6.25, - 9.751, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.249, - 6.25, - 6.5, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.25, - 9.75 - ], - "to": [ - 9.5, - 9.5, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.75, - 9.5, - 10.001 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.5, - 9, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.5, - 9.5, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.75, - 6.5, - 10.001, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 5.999, - 6.5, - 6.25, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7, - 9.75 - ], - "to": [ - 9.5, - 7.25, - 10.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.999, - 9.5, - 6.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.75, - 9.5, - 10.001 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 8.75, - 9, - 9 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 8.75, - 9.5, - 9 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.75, - 8.75, - 10.001, - 9 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 5.999, - 8.75, - 6.25, - 9 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.75, - 9.5 - ], - "to": [ - 9.5, - 7, - 9.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.249, - 9.5, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.5, - 9.5, - 9.750999 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 9, - 9, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 9, - 9.5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.5, - 9, - 9.751, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.249, - 9, - 6.5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 9.25 - ], - "to": [ - 9.5, - 6.75, - 9.501 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.499, - 9.5, - 6.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 9.25, - 9.5, - 9.500999 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 9.25, - 9, - 9.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 9.25, - 9.5, - 9.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 9.25, - 9.25, - 9.501, - 9.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.499, - 9.25, - 6.75, - 9.5 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 7 - ], - "to": [ - 9.5, - 6.75, - 7.251 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.749001, - 9.5, - 9 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 7, - 9.5, - 7.251 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 9.25, - 9, - 9.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 9.25, - 9.5, - 9.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 7, - 9.25, - 7.251, - 9.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 8.749, - 9.25, - 9, - 9.5 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.75, - 6.75 - ], - "to": [ - 9.5, - 7, - 7.001 - ], - "faces": { - "down": { - "uv": [ - 7, - 8.999001, - 9.5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 6.75, - 9.5, - 7.001 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 9, - 9, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 9, - 9.5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 6.75, - 9, - 7.001, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 8.999, - 9, - 9.25, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7, - 6.5 - ], - "to": [ - 9.5, - 7.25, - 6.751 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.249001, - 9.5, - 9.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 6.5, - 9.5, - 6.751 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 8.75, - 9, - 9 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 8.75, - 9.5, - 9 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 6.5, - 8.75, - 6.751, - 9 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 9.249, - 8.75, - 9.5, - 9 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.25, - 9.25 - ], - "to": [ - 9.5, - 6.5, - 10.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.5, - 9.5, - 6.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 9.5, - 9, - 9.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.25, - 9.5, - 10.5, - 9.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.5, - 9.5, - 6.75, - 9.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.25, - 7.25 - ], - "to": [ - 9.5, - 6.5, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.75, - 9.5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 7.25, - 9.5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 9.5, - 9, - 9.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 7.25, - 9.5, - 9.25, - 9.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.75, - 9.5, - 8.75, - 9.75 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 10 - ], - "to": [ - 9.5, - 7.25, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 8.75, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 8.75, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10, - 8.75, - 10.25, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.75, - 8.75, - 6, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.25, - 10 - ], - "to": [ - 9.5, - 10, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 10, - 6, - 10.25, - 6.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.75, - 6, - 6, - 6.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7.25, - 10 - ], - "to": [ - 9.5, - 9.25, - 10.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 10, - 9.5, - 10.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.75, - 9, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.75, - 9.5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 10, - 6.75, - 10.25, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 5.75, - 6.75, - 6, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10, - 9.25 - ], - "to": [ - 9.5, - 10.25, - 10.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 5.5, - 9.5, - 6.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 9.25, - 9.5, - 10.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 5.75, - 9, - 6 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 9.25, - 5.75, - 10.5, - 6 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 5.5, - 5.75, - 6.75, - 6 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 10, - 7.25 - ], - "to": [ - 9.5, - 10.25, - 9.25 - ], - "faces": { - "down": { - "uv": [ - 7, - 6.75, - 9.5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 7.25, - 9.5, - 9.25 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 5.75, - 9, - 6 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 5.75, - 9.5, - 6 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 7.25, - 5.75, - 9.25, - 6 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 6.75, - 5.75, - 8.75, - 6 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 6.5, - 6.25 - ], - "to": [ - 9.5, - 7.25, - 6.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 8.75, - 9, - 9.5 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 8.75, - 9.5, - 9.5 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.25, - 8.75, - 6.5, - 9.5 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.5, - 8.75, - 9.75, - 9.5 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 9.25, - 6.25 - ], - "to": [ - 9.5, - 10, - 6.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#interiour" - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#interiour" - }, - "north": { - "uv": [ - 6.5, - 6, - 9, - 6.75 - ], - "texture": "#interiour" - }, - "south": { - "uv": [ - 7, - 6, - 9.5, - 6.75 - ], - "texture": "#interiour" - }, - "west": { - "uv": [ - 6.25, - 6, - 6.5, - 6.75 - ], - "texture": "#interiour" - }, - "east": { - "uv": [ - 9.5, - 6, - 9.75, - 6.75 - ], - "texture": "#interiour" - } - } - }, - { - "__comment": "Box817", - "from": [ - 7, - 7.25, - 6.25 - ], - "to": [ - 9.5, - 9.25, - 6.5 - ], - "faces": { - "down": { - "uv": [ - 7, - 9.5, - 9.5, - 9.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7, - 6.25, - 9.5, - 6.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 6.5, - 6.75, - 9, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7, - 6.75, - 9.5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 6.25, - 6.75, - 6.5, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 9.5, - 6.75, - 9.75, - 8.75 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.125, - 8.5, - 8.5 - ], - "to": [ - 7.375, - 10.375, - 8.75 - ], - "rotation": { - "origin": [ - 7.125, - 8.5, - 8.5 - ], - "axis": "x", - "angle": -22.5 - }, - "faces": { - "down": { - "uv": [ - 7.125, - 7.625, - 7.375, - 7.875 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7.125, - 8.125, - 7.375, - 8.375 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.625, - 6, - 8.875, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7.125, - 6, - 7.375, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 8.125, - 6, - 8.375, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.625, - 6, - 7.875, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.125, - 7.875, - 7.875 - ], - "to": [ - 7.375, - 8.625, - 8.625 - ], - "faces": { - "down": { - "uv": [ - 7.125, - 7.625, - 7.375, - 7.875 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7.125, - 8.125, - 7.375, - 8.375 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.625, - 6, - 8.875, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7.125, - 6, - 7.375, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 8.125, - 6, - 8.375, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.625, - 6, - 7.875, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.125, - 7.75, - 6.25 - ], - "to": [ - 7.375, - 8, - 8.25 - ], - "rotation": { - "origin": [ - 7.125, - 7.75, - 6.25 - ], - "axis": "x", - "angle": -22.5 - }, - "faces": { - "down": { - "uv": [ - 7.125, - 7.625, - 7.375, - 7.875 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7.125, - 8.125, - 7.375, - 8.375 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.625, - 6, - 8.875, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7.125, - 6, - 7.375, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 8.125, - 6, - 8.375, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.625, - 6, - 7.875, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.125, - 6.25, - 8.5 - ], - "to": [ - 7.375, - 8.125, - 8.75 - ], - "rotation": { - "origin": [ - 7.125, - 6.25, - 8.5 - ], - "axis": "x", - "angle": -22.5 - }, - "faces": { - "down": { - "uv": [ - 7.125, - 7.625, - 7.375, - 7.875 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7.125, - 8.125, - 7.375, - 8.375 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.625, - 6, - 8.875, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7.125, - 6, - 7.375, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 8.125, - 6, - 8.375, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.625, - 6, - 7.875, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.125, - 7.75, - 8.5 - ], - "to": [ - 7.375, - 8, - 10.5 - ], - "rotation": { - "origin": [ - 7.125, - 7.75, - 8.5 - ], - "axis": "x", - "angle": -22.5 - }, - "faces": { - "down": { - "uv": [ - 7.125, - 7.625, - 7.375, - 7.875 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7.125, - 8.125, - 7.375, - 8.375 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.625, - 6, - 8.875, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7.125, - 6, - 7.375, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 8.125, - 6, - 8.375, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.625, - 6, - 7.875, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.125, - 8.25, - 8.625 - ], - "to": [ - 7.375, - 8.5, - 10.625 - ], - "rotation": { - "origin": [ - 7.125, - 8.25, - 8.625 - ], - "axis": "x", - "angle": -45 - }, - "faces": { - "down": { - "uv": [ - 7.125, - 7.625, - 7.375, - 7.875 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7.125, - 8.125, - 7.375, - 8.375 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.625, - 6, - 8.875, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7.125, - 6, - 7.375, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 8.125, - 6, - 8.375, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.625, - 6, - 7.875, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.125, - 6.75, - 6.75 - ], - "to": [ - 7.375, - 7, - 8.625 - ], - "rotation": { - "origin": [ - 7.125, - 6.75, - 6.75 - ], - "axis": "x", - "angle": -45 - }, - "faces": { - "down": { - "uv": [ - 7.125, - 7.625, - 7.375, - 7.875 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7.125, - 8.125, - 7.375, - 8.375 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.625, - 6, - 8.875, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7.125, - 6, - 7.375, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 8.125, - 6, - 8.375, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.625, - 6, - 7.875, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.125, - 8.5, - 8 - ], - "to": [ - 7.375, - 10.375, - 8.25 - ], - "rotation": { - "origin": [ - 7.125, - 8.5, - 8 - ], - "axis": "x", - "angle": -45 - }, - "faces": { - "down": { - "uv": [ - 7.125, - 7.625, - 7.375, - 7.875 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7.125, - 8.125, - 7.375, - 8.375 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.625, - 6, - 8.875, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7.125, - 6, - 7.375, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 8.125, - 6, - 8.375, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.625, - 6, - 7.875, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - } - } - }, - { - "__comment": "Box817", - "from": [ - 7.125, - 6.625, - 9.5 - ], - "to": [ - 7.375, - 8.5, - 9.75 - ], - "rotation": { - "origin": [ - 7.125, - 6.625, - 9.5 - ], - "axis": "x", - "angle": -45 - }, - "faces": { - "down": { - "uv": [ - 7.125, - 7.625, - 7.375, - 7.875 - ], - "texture": "#engine", - "tintindex": 0 - }, - "up": { - "uv": [ - 7.125, - 8.125, - 7.375, - 8.375 - ], - "texture": "#engine", - "tintindex": 0 - }, - "north": { - "uv": [ - 8.625, - 6, - 8.875, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "south": { - "uv": [ - 7.125, - 6, - 7.375, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "west": { - "uv": [ - 8.125, - 6, - 8.375, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - }, - "east": { - "uv": [ - 7.625, - 6, - 7.875, - 7.5 - ], - "texture": "#engine", - "tintindex": 0 - } - } - } - ], - "display": { - "gui": { - "rotation": [ - 25, - 53, - 0 - ], - "translation": [ - -1.391, - -0.695, - 0 - ], - "scale": [ - 2, - 2, - 2 - ] - }, - "head": { - "translation": [ - 0.0026, - -32.92, - -0.693 - ], - "scale": [ - 3.8, - 3.8, - 3.8 - ] - } - }, - "textures": { - "particle": "block/particle", - "texture": "block/texture", - "R8_14blend_palette": "block/r8_14blend_palette", - "voxels_palette": "block/voxels_palette", - "interiour": "block/black_concrete", - "details": "block/white_concrete", - "engine": "block/white_concrete", - "body": "block/black_concrete", - "details2": "block/black_concrete", - "headlights": "block/white_concrete", - "taillights": "block/red_concrete" - } -} diff --git a/Resource Packs/Tutorial/1.14+/pack.mcmeta b/Resource Packs/Tutorial/1.14+/pack.mcmeta index df8ff5d..64ce47c 100644 --- a/Resource Packs/Tutorial/1.14+/pack.mcmeta +++ b/Resource Packs/Tutorial/1.14+/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { - "pack_format": 18, + "pack_format": 22, "description": "VehiclesPlus Resourcepack" }, "meta": {