From 1cfe83d89379b40db8ba5ce3c9d37bfdfd5eafb3 Mon Sep 17 00:00:00 2001 From: May P Date: Fri, 12 Dec 2025 15:03:14 +0200 Subject: [PATCH] changed readme, big nothing texture --- README.md | 17 +- gradle.properties | 2 +- .../celestianeconomy/CelestianEconomy.java | 2 +- .../models/block/big_nothing.json | 2073 +---------------- .../textures/block/big_nothing.png | Bin 7268 -> 3768 bytes 5 files changed, 26 insertions(+), 2068 deletions(-) diff --git a/README.md b/README.md index 7e17da0..645302a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -Basic economy for the fabric modloader using diamonds as currency. Uses the "/diamonds" command along with the following subcommands +based off diamondeconomy mod: https://modrinth.com/mod/diamond-economy + +Basic economy for the fabric modloader using custom nothing items as currency. Uses the "/celecon" command along with the following subcommands - balance [Optional: player] - tells user how much money the player has @@ -17,16 +19,3 @@ Operator only subcommands: - take [players] [int] - takes $[int] from [players] - -Placeholders: -- %diamondeconomy:rank_from_player% -- %diamondeconomy:rank_from_string_uuid% -- %diamondeconomy:balance_from_player% -- %diamondeconomy:balance_from_name% -- %diamondeconomy:balance_from_rank% -- %diamondeconomy:balance_from_string_uuid% - - -Downloads: -- https://www.curseforge.com/minecraft/mc-mods/diamond-economy -- https://modrinth.com/mod/diamond-economy diff --git a/gradle.properties b/gradle.properties index 5de2d0b..7097ef5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ fabric_loader_version=0.14.21 fabric_api_version=0.83.0+1.20.1 # Mod Properties -mod_version = 1.0.0 +mod_version = 1.1.0 maven_group = com.smithy.celestianeconomy archives_base_name = celestianeconomy diff --git a/src/main/java/com/smithy/celestianeconomy/CelestianEconomy.java b/src/main/java/com/smithy/celestianeconomy/CelestianEconomy.java index 708013a..fe24f58 100644 --- a/src/main/java/com/smithy/celestianeconomy/CelestianEconomy.java +++ b/src/main/java/com/smithy/celestianeconomy/CelestianEconomy.java @@ -83,7 +83,7 @@ public class CelestianEconomy implements ModInitializer { } public static final Item SMALL_NOTHING = new Item(new Item.Properties().fireResistant()); - public static final Block BIG_NOTHING_BLOCK = new Block(FabricBlockSettings.copyOf(Blocks.HAY_BLOCK).sounds(SoundType.GRASS).mapColor(MapColor.COLOR_LIGHT_GREEN)); + public static final Block BIG_NOTHING_BLOCK = new Block(FabricBlockSettings.copyOf(Blocks.HAY_BLOCK).luminance(3).sounds(SoundType.GRASS).mapColor(MapColor.COLOR_LIGHT_GREEN)); @Override public void onInitialize() { diff --git a/src/main/resources/assets/celestianeconomy/models/block/big_nothing.json b/src/main/resources/assets/celestianeconomy/models/block/big_nothing.json index 9642166..47fdf68 100644 --- a/src/main/resources/assets/celestianeconomy/models/block/big_nothing.json +++ b/src/main/resources/assets/celestianeconomy/models/block/big_nothing.json @@ -1,2083 +1,52 @@ { + "format_version": "1.9.0", "credit": "Made with Blockbench", "texture_size": [64, 64], "textures": { - "11": "celestianeconomy:block/big_nothing", + "0": "celestianeconomy:block/big_nothing", "particle": "celestianeconomy:block/big_nothing" }, "elements": [ - { - "from": [1, 0, 1], - "to": [15, 14, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 1]}, - "faces": { - "north": {"uv": [0, 0, 3.5, 3.5], "texture": "#11"}, - "east": {"uv": [0, 3.5, 3.5, 7], "texture": "#11"}, - "south": {"uv": [3.5, 0, 7, 3.5], "texture": "#11"}, - "west": {"uv": [3.5, 3.5, 7, 7], "texture": "#11"}, - "up": {"uv": [3.5, 10.5, 0, 7], "texture": "#11"}, - "down": {"uv": [10.5, 0, 7, 3.5], "texture": "#11"} - } - }, - { - "from": [11, 14, 3], - "to": [16, 15, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 14, 3]}, - "faces": { - "north": {"uv": [11, 8.75, 12.25, 9], "texture": "#11"}, - "east": {"uv": [9, 13.25, 9.75, 13.5], "texture": "#11"}, - "south": {"uv": [11, 9, 12.25, 9.25], "texture": "#11"}, - "west": {"uv": [9.75, 13.25, 10.5, 13.5], "texture": "#11"}, - "up": {"uv": [8.75, 8.25, 7.5, 7.5], "texture": "#11"}, - "down": {"uv": [9, 3.5, 7.75, 4.25], "texture": "#11"} - } - }, - { - "from": [11, 14, 1], - "to": [15, 15, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 14, 0]}, - "faces": { - "north": {"uv": [8.25, 12, 9.25, 12.25], "texture": "#11"}, - "east": {"uv": [6.5, 11.25, 7, 11.5], "texture": "#11"}, - "south": {"uv": [7.5, 13, 8.5, 13.25], "texture": "#11"}, - "west": {"uv": [1.25, 12.25, 1.75, 12.5], "texture": "#11"}, - "up": {"uv": [11, 9, 10, 8.5], "texture": "#11"}, - "down": {"uv": [11, 9.5, 10, 10], "texture": "#11"} - } - }, - { - "from": [11, 14, 6], - "to": [15, 15, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 14, 6]}, - "faces": { - "north": {"uv": [8.5, 13, 9.5, 13.25], "texture": "#11"}, - "east": {"uv": [10.5, 13.25, 11.25, 13.5], "texture": "#11"}, - "south": {"uv": [9.5, 13, 10.5, 13.25], "texture": "#11"}, - "west": {"uv": [11.25, 13.25, 12, 13.5], "texture": "#11"}, - "up": {"uv": [4.5, 10, 3.5, 9.25], "texture": "#11"}, - "down": {"uv": [5.5, 9.25, 4.5, 10], "texture": "#11"} - } - }, - { - "from": [11, 14, 9], - "to": [16, 15, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 14, 9]}, - "faces": { - "north": {"uv": [11, 9.25, 12.25, 9.5], "texture": "#11"}, - "east": {"uv": [12, 13.25, 12.75, 13.5], "texture": "#11"}, - "south": {"uv": [11, 9.5, 12.25, 9.75], "texture": "#11"}, - "west": {"uv": [13.25, 12.25, 14, 12.5], "texture": "#11"}, - "up": {"uv": [9, 5, 7.75, 4.25], "texture": "#11"}, - "down": {"uv": [9, 5, 7.75, 5.75], "texture": "#11"} - } - }, - { - "from": [11, 14, 12], - "to": [15, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 14, 12]}, - "faces": { - "north": {"uv": [10.5, 13, 11.5, 13.25], "texture": "#11"}, - "east": {"uv": [12.75, 13.25, 13.5, 13.5], "texture": "#11"}, - "south": {"uv": [11.5, 13, 12.5, 13.25], "texture": "#11"}, - "west": {"uv": [0, 13.5, 0.75, 13.75], "texture": "#11"}, - "up": {"uv": [6.5, 10, 5.5, 9.25], "texture": "#11"}, - "down": {"uv": [8.5, 9.5, 7.5, 10.25], "texture": "#11"} - } - }, - { - "from": [11, 13, 15], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 13, 15]}, - "faces": { - "north": {"uv": [9.75, 11, 11, 11.25], "texture": "#11"}, - "east": {"uv": [5.75, 11.25, 6, 11.5], "texture": "#11"}, - "south": {"uv": [11, 9.75, 12.25, 10], "texture": "#11"}, - "west": {"uv": [7.25, 11.5, 7.5, 11.75], "texture": "#11"}, - "up": {"uv": [12.25, 11.25, 11, 11], "texture": "#11"}, - "down": {"uv": [5.75, 11.25, 4.5, 11.5], "texture": "#11"} - } - }, - { - "from": [11, 11, 15], - "to": [16, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 11, 15]}, - "faces": { - "north": {"uv": [11.25, 7.5, 12.5, 7.75], "texture": "#11"}, - "east": {"uv": [1.5, 12, 1.75, 12.25], "texture": "#11"}, - "south": {"uv": [11.25, 7.75, 12.5, 8], "texture": "#11"}, - "west": {"uv": [10.25, 14.75, 10.5, 15], "texture": "#11"}, - "up": {"uv": [12.5, 8.25, 11.25, 8], "texture": "#11"}, - "down": {"uv": [12.5, 8.25, 11.25, 8.5], "texture": "#11"} - } - }, - { - "from": [11, 9, 15], - "to": [16, 10, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 9, 15]}, - "faces": { - "north": {"uv": [9.75, 11.25, 11, 11.5], "texture": "#11"}, - "east": {"uv": [11.75, 14.75, 12, 15], "texture": "#11"}, - "south": {"uv": [11.25, 10.75, 12.5, 11], "texture": "#11"}, - "west": {"uv": [0.5, 15, 0.75, 15.25], "texture": "#11"}, - "up": {"uv": [12.25, 11.5, 11, 11.25], "texture": "#11"}, - "down": {"uv": [4.75, 11.5, 3.5, 11.75], "texture": "#11"} - } - }, - { - "from": [11, 7, 15], - "to": [16, 8, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 15]}, - "faces": { - "north": {"uv": [4.75, 11.5, 6, 11.75], "texture": "#11"}, - "east": {"uv": [1.5, 15, 1.75, 15.25], "texture": "#11"}, - "south": {"uv": [6, 11.5, 7.25, 11.75], "texture": "#11"}, - "west": {"uv": [7.75, 15.25, 8, 15.5], "texture": "#11"}, - "up": {"uv": [11, 11.75, 9.75, 11.5], "texture": "#11"}, - "down": {"uv": [12.75, 10, 11.5, 10.25], "texture": "#11"} - } - }, - { - "from": [11, 5, 15], - "to": [16, 6, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 5, 15]}, - "faces": { - "north": {"uv": [11.5, 10.25, 12.75, 10.5], "texture": "#11"}, - "east": {"uv": [15.25, 7.75, 15.5, 8], "texture": "#11"}, - "south": {"uv": [11, 11.5, 12.25, 11.75], "texture": "#11"}, - "west": {"uv": [8, 15.25, 8.25, 15.5], "texture": "#11"}, - "up": {"uv": [4.75, 12, 3.5, 11.75], "texture": "#11"}, - "down": {"uv": [13, 3.5, 11.75, 3.75], "texture": "#11"} - } - }, - { - "from": [11, 3, 15], - "to": [16, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 3, 15]}, - "faces": { - "north": {"uv": [11.75, 3.75, 13, 4], "texture": "#11"}, - "east": {"uv": [15.25, 8, 15.5, 8.25], "texture": "#11"}, - "south": {"uv": [11.75, 4, 13, 4.25], "texture": "#11"}, - "west": {"uv": [8.25, 15.25, 8.5, 15.5], "texture": "#11"}, - "up": {"uv": [13, 4.5, 11.75, 4.25], "texture": "#11"}, - "down": {"uv": [13, 4.5, 11.75, 4.75], "texture": "#11"} - } - }, - { - "from": [11, 1, 15], - "to": [16, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 1, 15]}, - "faces": { - "north": {"uv": [4.75, 11.75, 6, 12], "texture": "#11"}, - "east": {"uv": [15.25, 8.25, 15.5, 8.5], "texture": "#11"}, - "south": {"uv": [11.75, 4.75, 13, 5], "texture": "#11"}, - "west": {"uv": [8.5, 15.25, 8.75, 15.5], "texture": "#11"}, - "up": {"uv": [7.25, 12, 6, 11.75], "texture": "#11"}, - "down": {"uv": [8.5, 11.75, 7.25, 12], "texture": "#11"} - } - }, - { - "from": [11, 1, 0], - "to": [16, 2, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 1, 0]}, - "faces": { - "north": {"uv": [9.75, 11.75, 11, 12], "texture": "#11"}, - "east": {"uv": [15.25, 8.5, 15.5, 8.75], "texture": "#11"}, - "south": {"uv": [11, 11.75, 12.25, 12], "texture": "#11"}, - "west": {"uv": [8.75, 15.25, 9, 15.5], "texture": "#11"}, - "up": {"uv": [13.25, 0.25, 12, 0], "texture": "#11"}, - "down": {"uv": [13.25, 0.25, 12, 0.5], "texture": "#11"} - } - }, - { - "from": [11, 3, 0], - "to": [16, 4, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 3, 0]}, - "faces": { - "north": {"uv": [12, 0.5, 13.25, 0.75], "texture": "#11"}, - "east": {"uv": [15.25, 8.75, 15.5, 9], "texture": "#11"}, - "south": {"uv": [12, 0.75, 13.25, 1], "texture": "#11"}, - "west": {"uv": [9, 15.25, 9.25, 15.5], "texture": "#11"}, - "up": {"uv": [13.25, 1.25, 12, 1], "texture": "#11"}, - "down": {"uv": [13.25, 2.75, 12, 3], "texture": "#11"} - } - }, - { - "from": [11, 5, 0], - "to": [16, 6, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 5, 0]}, - "faces": { - "north": {"uv": [12, 3, 13.25, 3.25], "texture": "#11"}, - "east": {"uv": [15.25, 9, 15.5, 9.25], "texture": "#11"}, - "south": {"uv": [3.25, 12, 4.5, 12.25], "texture": "#11"}, - "west": {"uv": [9.25, 15.25, 9.5, 15.5], "texture": "#11"}, - "up": {"uv": [13.25, 3.5, 12, 3.25], "texture": "#11"}, - "down": {"uv": [5.75, 12, 4.5, 12.25], "texture": "#11"} - } - }, - { - "from": [11, 7, 0], - "to": [16, 8, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 0]}, - "faces": { - "north": {"uv": [5.75, 12, 7, 12.25], "texture": "#11"}, - "east": {"uv": [15.25, 9.25, 15.5, 9.5], "texture": "#11"}, - "south": {"uv": [7, 12, 8.25, 12.25], "texture": "#11"}, - "west": {"uv": [9.5, 15.25, 9.75, 15.5], "texture": "#11"}, - "up": {"uv": [13.25, 7.25, 12, 7], "texture": "#11"}, - "down": {"uv": [11, 12, 9.75, 12.25], "texture": "#11"} - } - }, - { - "from": [11, 9, 0], - "to": [16, 10, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 9, 0]}, - "faces": { - "north": {"uv": [11, 12, 12.25, 12.25], "texture": "#11"}, - "east": {"uv": [9.75, 15.25, 10, 15.5], "texture": "#11"}, - "south": {"uv": [0, 12.25, 1.25, 12.5], "texture": "#11"}, - "west": {"uv": [10, 15.25, 10.25, 15.5], "texture": "#11"}, - "up": {"uv": [13.5, 1.5, 12.25, 1.25], "texture": "#11"}, - "down": {"uv": [13.5, 1.5, 12.25, 1.75], "texture": "#11"} - } - }, - { - "from": [11, 11, 0], - "to": [16, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 11, 0]}, - "faces": { - "north": {"uv": [12.25, 1.75, 13.5, 2], "texture": "#11"}, - "east": {"uv": [15.25, 10, 15.5, 10.25], "texture": "#11"}, - "south": {"uv": [12.25, 2, 13.5, 2.25], "texture": "#11"}, - "west": {"uv": [10.25, 15.25, 10.5, 15.5], "texture": "#11"}, - "up": {"uv": [13.5, 2.5, 12.25, 2.25], "texture": "#11"}, - "down": {"uv": [13.5, 2.5, 12.25, 2.75], "texture": "#11"} - } - }, - { - "from": [11, 13, 0], - "to": [16, 14, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 13, 0]}, - "faces": { - "north": {"uv": [3.25, 12.25, 4.5, 12.5], "texture": "#11"}, - "east": {"uv": [15.25, 10.25, 15.5, 10.5], "texture": "#11"}, - "south": {"uv": [4.5, 12.25, 5.75, 12.5], "texture": "#11"}, - "west": {"uv": [10.5, 15.25, 10.75, 15.5], "texture": "#11"}, - "up": {"uv": [7, 12.5, 5.75, 12.25], "texture": "#11"}, - "down": {"uv": [8.25, 12.25, 7, 12.5], "texture": "#11"} - } - }, - { - "from": [3, 14, 3], - "to": [8, 15, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 14, 3]}, - "faces": { - "north": {"uv": [8.25, 12.25, 9.5, 12.5], "texture": "#11"}, - "east": {"uv": [13.5, 1.25, 14.25, 1.5], "texture": "#11"}, - "south": {"uv": [12.25, 8.75, 13.5, 9], "texture": "#11"}, - "west": {"uv": [13.5, 1.5, 14.25, 1.75], "texture": "#11"}, - "up": {"uv": [9, 6.5, 7.75, 5.75], "texture": "#11"}, - "down": {"uv": [8.75, 8.25, 7.5, 9], "texture": "#11"} - } - }, - { - "from": [3, 14, 6], - "to": [8, 15, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 14, 6]}, - "faces": { - "north": {"uv": [12.25, 9, 13.5, 9.25], "texture": "#11"}, - "east": {"uv": [13.5, 1.75, 14.25, 2], "texture": "#11"}, - "south": {"uv": [12.25, 9.25, 13.5, 9.5], "texture": "#11"}, - "west": {"uv": [2, 13.5, 2.75, 13.75], "texture": "#11"}, - "up": {"uv": [4.75, 9.25, 3.5, 8.5], "texture": "#11"}, - "down": {"uv": [6, 8.5, 4.75, 9.25], "texture": "#11"} - } - }, - { - "from": [3, 14, 9], - "to": [8, 15, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 14, 9]}, - "faces": { - "north": {"uv": [9.5, 12.25, 10.75, 12.5], "texture": "#11"}, - "east": {"uv": [13.5, 2, 14.25, 2.25], "texture": "#11"}, - "south": {"uv": [12.25, 9.5, 13.5, 9.75], "texture": "#11"}, - "west": {"uv": [13.5, 2.25, 14.25, 2.5], "texture": "#11"}, - "up": {"uv": [10, 8.25, 8.75, 7.5], "texture": "#11"}, - "down": {"uv": [10, 8.25, 8.75, 9], "texture": "#11"} - } - }, - { - "from": [3, 14, 12], - "to": [8, 15, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 14, 12]}, - "faces": { - "north": {"uv": [12.25, 9.75, 13.5, 10], "texture": "#11"}, - "east": {"uv": [13.5, 2.5, 14.25, 2.75], "texture": "#11"}, - "south": {"uv": [12.25, 10.5, 13.5, 10.75], "texture": "#11"}, - "west": {"uv": [4, 13.5, 4.75, 13.75], "texture": "#11"}, - "up": {"uv": [10.25, 4.25, 9, 3.5], "texture": "#11"}, - "down": {"uv": [10.25, 4.25, 9, 5], "texture": "#11"} - } - }, - { - "from": [3, 14, 1], - "to": [8, 15, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 14, 0]}, - "faces": { - "north": {"uv": [10.75, 12.25, 12, 12.5], "texture": "#11"}, - "east": {"uv": [9.75, 14.75, 10.25, 15], "texture": "#11"}, - "south": {"uv": [12.25, 11, 13.5, 11.25], "texture": "#11"}, - "west": {"uv": [14.75, 10, 15.25, 10.25], "texture": "#11"}, - "up": {"uv": [11.25, 8, 10, 7.5], "texture": "#11"}, - "down": {"uv": [11.25, 8, 10, 8.5], "texture": "#11"} - } - }, - { - "from": [3, 13, 0], - "to": [8, 14, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 13, -1]}, - "faces": { - "north": {"uv": [12.25, 11.25, 13.5, 11.5], "texture": "#11"}, - "east": {"uv": [10.75, 15.25, 11, 15.5], "texture": "#11"}, - "south": {"uv": [12.25, 11.5, 13.5, 11.75], "texture": "#11"}, - "west": {"uv": [15.25, 10.75, 15.5, 11], "texture": "#11"}, - "up": {"uv": [13.5, 12, 12.25, 11.75], "texture": "#11"}, - "down": {"uv": [13.25, 12.25, 12, 12.5], "texture": "#11"} - } - }, - { - "from": [3, 11, 0], - "to": [8, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 11, -1]}, - "faces": { - "north": {"uv": [12.25, 12, 13.5, 12.25], "texture": "#11"}, - "east": {"uv": [11, 15.25, 11.25, 15.5], "texture": "#11"}, - "south": {"uv": [0, 12.5, 1.25, 12.75], "texture": "#11"}, - "west": {"uv": [15.25, 11, 15.5, 11.25], "texture": "#11"}, - "up": {"uv": [2.5, 12.75, 1.25, 12.5], "texture": "#11"}, - "down": {"uv": [3.75, 12.5, 2.5, 12.75], "texture": "#11"} - } - }, - { - "from": [3, 9, 0], - "to": [8, 10, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 9, -1]}, - "faces": { - "north": {"uv": [3.75, 12.5, 5, 12.75], "texture": "#11"}, - "east": {"uv": [11.25, 15.25, 11.5, 15.5], "texture": "#11"}, - "south": {"uv": [5, 12.5, 6.25, 12.75], "texture": "#11"}, - "west": {"uv": [15.25, 11.25, 15.5, 11.5], "texture": "#11"}, - "up": {"uv": [13.75, 5.25, 12.5, 5], "texture": "#11"}, - "down": {"uv": [13.75, 5.25, 12.5, 5.5], "texture": "#11"} - } - }, - { - "from": [3, 7, 0], - "to": [8, 8, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 7, -1]}, - "faces": { - "north": {"uv": [12.5, 5.5, 13.75, 5.75], "texture": "#11"}, - "east": {"uv": [11.5, 15.25, 11.75, 15.5], "texture": "#11"}, - "south": {"uv": [12.5, 5.75, 13.75, 6], "texture": "#11"}, - "west": {"uv": [15.25, 11.5, 15.5, 11.75], "texture": "#11"}, - "up": {"uv": [13.75, 6.25, 12.5, 6], "texture": "#11"}, - "down": {"uv": [7.5, 12.5, 6.25, 12.75], "texture": "#11"} - } - }, - { - "from": [3, 5, 0], - "to": [8, 6, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 5, -1]}, - "faces": { - "north": {"uv": [12.5, 6.25, 13.75, 6.5], "texture": "#11"}, - "east": {"uv": [11.75, 15.25, 12, 15.5], "texture": "#11"}, - "south": {"uv": [12.5, 6.5, 13.75, 6.75], "texture": "#11"}, - "west": {"uv": [12, 15.25, 12.25, 15.5], "texture": "#11"}, - "up": {"uv": [13.75, 7, 12.5, 6.75], "texture": "#11"}, - "down": {"uv": [13.75, 7.25, 12.5, 7.5], "texture": "#11"} - } - }, - { - "from": [3, 3, 0], - "to": [8, 4, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 3, -1]}, - "faces": { - "north": {"uv": [7.5, 12.5, 8.75, 12.75], "texture": "#11"}, - "east": {"uv": [12.25, 15.25, 12.5, 15.5], "texture": "#11"}, - "south": {"uv": [12.5, 7.5, 13.75, 7.75], "texture": "#11"}, - "west": {"uv": [15.25, 12.25, 15.5, 12.5], "texture": "#11"}, - "up": {"uv": [13.75, 8, 12.5, 7.75], "texture": "#11"}, - "down": {"uv": [13.75, 8, 12.5, 8.25], "texture": "#11"} - } - }, - { - "from": [3, 1, 0], - "to": [8, 2, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 1, -1]}, - "faces": { - "north": {"uv": [12.5, 8.25, 13.75, 8.5], "texture": "#11"}, - "east": {"uv": [12.5, 15.25, 12.75, 15.5], "texture": "#11"}, - "south": {"uv": [12.5, 8.5, 13.75, 8.75], "texture": "#11"}, - "west": {"uv": [15.25, 12.5, 15.5, 12.75], "texture": "#11"}, - "up": {"uv": [10, 12.75, 8.75, 12.5], "texture": "#11"}, - "down": {"uv": [11.25, 12.5, 10, 12.75], "texture": "#11"} - } - }, - { - "from": [3, 1, 15], - "to": [8, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 1, 14]}, - "faces": { - "north": {"uv": [12.5, 10.75, 13.75, 11], "texture": "#11"}, - "east": {"uv": [12.75, 15.25, 13, 15.5], "texture": "#11"}, - "south": {"uv": [11.25, 12.5, 12.5, 12.75], "texture": "#11"}, - "west": {"uv": [15.25, 12.75, 15.5, 13], "texture": "#11"}, - "up": {"uv": [13.75, 12.75, 12.5, 12.5], "texture": "#11"}, - "down": {"uv": [1.25, 12.75, 0, 13], "texture": "#11"} - } - }, - { - "from": [3, 3, 15], - "to": [8, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 3, 14]}, - "faces": { - "north": {"uv": [1.25, 12.75, 2.5, 13], "texture": "#11"}, - "east": {"uv": [13, 15.25, 13.25, 15.5], "texture": "#11"}, - "south": {"uv": [2.5, 12.75, 3.75, 13], "texture": "#11"}, - "west": {"uv": [15.25, 13, 15.5, 13.25], "texture": "#11"}, - "up": {"uv": [5, 13, 3.75, 12.75], "texture": "#11"}, - "down": {"uv": [6.25, 12.75, 5, 13], "texture": "#11"} - } - }, - { - "from": [3, 5, 15], - "to": [8, 6, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 5, 14]}, - "faces": { - "north": {"uv": [6.25, 12.75, 7.5, 13], "texture": "#11"}, - "east": {"uv": [13.25, 15.25, 13.5, 15.5], "texture": "#11"}, - "south": {"uv": [7.5, 12.75, 8.75, 13], "texture": "#11"}, - "west": {"uv": [15.25, 13.25, 15.5, 13.5], "texture": "#11"}, - "up": {"uv": [10, 13, 8.75, 12.75], "texture": "#11"}, - "down": {"uv": [11.25, 12.75, 10, 13], "texture": "#11"} - } - }, - { - "from": [3, 7, 15], - "to": [8, 8, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 7, 14]}, - "faces": { - "north": {"uv": [12.75, 10, 14, 10.25], "texture": "#11"}, - "east": {"uv": [13.5, 15.25, 13.75, 15.5], "texture": "#11"}, - "south": {"uv": [12.75, 10.25, 14, 10.5], "texture": "#11"}, - "west": {"uv": [15.25, 13.5, 15.5, 13.75], "texture": "#11"}, - "up": {"uv": [12.5, 13, 11.25, 12.75], "texture": "#11"}, - "down": {"uv": [13.75, 12.75, 12.5, 13], "texture": "#11"} - } - }, - { - "from": [3, 9, 15], - "to": [8, 10, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 9, 14]}, - "faces": { - "north": {"uv": [0, 13, 1.25, 13.25], "texture": "#11"}, - "east": {"uv": [13.75, 15.25, 14, 15.5], "texture": "#11"}, - "south": {"uv": [1.25, 13, 2.5, 13.25], "texture": "#11"}, - "west": {"uv": [15.25, 13.75, 15.5, 14], "texture": "#11"}, - "up": {"uv": [3.75, 13.25, 2.5, 13], "texture": "#11"}, - "down": {"uv": [14.25, 3.5, 13, 3.75], "texture": "#11"} - } - }, - { - "from": [3, 11, 15], - "to": [8, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 11, 14]}, - "faces": { - "north": {"uv": [3.75, 13, 5, 13.25], "texture": "#11"}, - "east": {"uv": [14, 15.25, 14.25, 15.5], "texture": "#11"}, - "south": {"uv": [13, 3.75, 14.25, 4], "texture": "#11"}, - "west": {"uv": [15.25, 14, 15.5, 14.25], "texture": "#11"}, - "up": {"uv": [14.25, 4.25, 13, 4], "texture": "#11"}, - "down": {"uv": [14.25, 4.25, 13, 4.5], "texture": "#11"} - } - }, - { - "from": [3, 13, 15], - "to": [8, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [3, 13, 14]}, - "faces": { - "north": {"uv": [13, 4.5, 14.25, 4.75], "texture": "#11"}, - "east": {"uv": [14.25, 15.25, 14.5, 15.5], "texture": "#11"}, - "south": {"uv": [13, 4.75, 14.25, 5], "texture": "#11"}, - "west": {"uv": [15.25, 14.25, 15.5, 14.5], "texture": "#11"}, - "up": {"uv": [6.25, 13.25, 5, 13], "texture": "#11"}, - "down": {"uv": [7.5, 13, 6.25, 13.25], "texture": "#11"} - } - }, - { - "from": [8, 14, 0], - "to": [11, 15, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 14, 0]}, - "faces": { - "north": {"uv": [5.5, 13.5, 6.25, 13.75], "texture": "#11"}, - "east": {"uv": [10, 10, 11.5, 10.25], "texture": "#11"}, - "south": {"uv": [6.25, 13.5, 7, 13.75], "texture": "#11"}, - "west": {"uv": [10.25, 3.5, 11.75, 3.75], "texture": "#11"}, - "up": {"uv": [4.25, 8.5, 3.5, 7], "texture": "#11"}, - "down": {"uv": [7.75, 3.5, 7, 5], "texture": "#11"} - } - }, - { - "from": [8, 13, 0], - "to": [11, 14, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 13, -5]}, - "faces": { - "north": {"uv": [5.5, 13.5, 6.25, 13.75], "texture": "#11"}, - "east": {"uv": [10, 10, 11.5, 10.25], "texture": "#11"}, - "south": {"uv": [6.25, 13.5, 7, 13.75], "texture": "#11"}, - "west": {"uv": [10.25, 3.5, 11.75, 3.75], "texture": "#11"}, - "up": {"uv": [3.5, 7, 4.25, 8.5], "texture": "#11"}, - "down": {"uv": [7, 3.5, 7.75, 5], "texture": "#11"} - } - }, - { - "from": [8, 11, 0], - "to": [11, 12, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, -5]}, - "faces": { - "north": {"uv": [5.5, 13.5, 6.25, 13.75], "texture": "#11"}, - "east": {"uv": [10, 10, 11.5, 10.25], "texture": "#11"}, - "south": {"uv": [6.25, 13.5, 7, 13.75], "texture": "#11"}, - "west": {"uv": [10.25, 3.5, 11.75, 3.75], "texture": "#11"}, - "up": {"uv": [3.5, 7, 4.25, 8.5], "texture": "#11"}, - "down": {"uv": [7, 3.5, 7.75, 5], "texture": "#11"} - } - }, - { - "from": [8, 9, 0], - "to": [11, 10, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 9, -5]}, - "faces": { - "north": {"uv": [5.5, 13.5, 6.25, 13.75], "texture": "#11"}, - "east": {"uv": [10, 10, 11.5, 10.25], "texture": "#11"}, - "south": {"uv": [6.25, 13.5, 7, 13.75], "texture": "#11"}, - "west": {"uv": [10.25, 3.5, 11.75, 3.75], "texture": "#11"}, - "up": {"uv": [3.5, 7, 4.25, 8.5], "texture": "#11"}, - "down": {"uv": [7, 3.5, 7.75, 5], "texture": "#11"} - } - }, - { - "from": [8, 7, 0], - "to": [11, 8, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, -5]}, - "faces": { - "north": {"uv": [5.5, 13.5, 6.25, 13.75], "texture": "#11"}, - "east": {"uv": [10, 10, 11.5, 10.25], "texture": "#11"}, - "south": {"uv": [6.25, 13.5, 7, 13.75], "texture": "#11"}, - "west": {"uv": [10.25, 3.5, 11.75, 3.75], "texture": "#11"}, - "up": {"uv": [3.5, 7, 4.25, 8.5], "texture": "#11"}, - "down": {"uv": [7, 3.5, 7.75, 5], "texture": "#11"} - } - }, - { - "from": [5, 12, 0], - "to": [8, 13, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 12, -5]}, - "faces": { - "north": {"uv": [5.5, 13.5, 6.25, 13.75], "texture": "#11"}, - "east": {"uv": [10, 10, 11.5, 10.25], "texture": "#11"}, - "south": {"uv": [6.25, 13.5, 7, 13.75], "texture": "#11"}, - "west": {"uv": [10.25, 3.5, 11.75, 3.75], "texture": "#11"}, - "up": {"uv": [3.5, 7, 4.25, 8.5], "texture": "#11"}, - "down": {"uv": [7, 3.5, 7.75, 5], "texture": "#11"} - } - }, - { - "from": [5, 10, 0], - "to": [8, 11, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 10, -5]}, - "faces": { - "north": {"uv": [5.5, 13.5, 6.25, 13.75], "texture": "#11"}, - "east": {"uv": [10, 10, 11.5, 10.25], "texture": "#11"}, - "south": {"uv": [6.25, 13.5, 7, 13.75], "texture": "#11"}, - "west": {"uv": [10.25, 3.5, 11.75, 3.75], "texture": "#11"}, - "up": {"uv": [3.5, 7, 4.25, 8.5], "texture": "#11"}, - "down": {"uv": [7, 3.5, 7.75, 5], "texture": "#11"} - } - }, - { - "from": [5, 8, 0], - "to": [8, 9, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 8, -5]}, - "faces": { - "north": {"uv": [5.5, 13.5, 6.25, 13.75], "texture": "#11"}, - "east": {"uv": [10, 10, 11.5, 10.25], "texture": "#11"}, - "south": {"uv": [6.25, 13.5, 7, 13.75], "texture": "#11"}, - "west": {"uv": [10.25, 3.5, 11.75, 3.75], "texture": "#11"}, - "up": {"uv": [3.5, 7, 4.25, 8.5], "texture": "#11"}, - "down": {"uv": [7, 3.5, 7.75, 5], "texture": "#11"} - } - }, - { - "from": [5, 6, 0], - "to": [8, 7, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 6, -5]}, - "faces": { - "north": {"uv": [5.5, 13.5, 6.25, 13.75], "texture": "#11"}, - "east": {"uv": [10, 10, 11.5, 10.25], "texture": "#11"}, - "south": {"uv": [6.25, 13.5, 7, 13.75], "texture": "#11"}, - "west": {"uv": [10.25, 3.5, 11.75, 3.75], "texture": "#11"}, - "up": {"uv": [3.5, 7, 4.25, 8.5], "texture": "#11"}, - "down": {"uv": [7, 3.5, 7.75, 5], "texture": "#11"} - } - }, - { - "from": [5, 12, 15], - "to": [8, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 12, 10]}, - "faces": { - "north": {"uv": [5.5, 13.5, 6.25, 13.75], "texture": "#11"}, - "east": {"uv": [10, 10, 11.5, 10.25], "texture": "#11"}, - "south": {"uv": [6.25, 13.5, 7, 13.75], "texture": "#11"}, - "west": {"uv": [10.25, 3.5, 11.75, 3.75], "texture": "#11"}, - "up": {"uv": [3.5, 7, 4.25, 8.5], "texture": "#11"}, - "down": {"uv": [7, 3.5, 7.75, 5], "texture": "#11"} - } - }, - { - "from": [5, 10, 15], - "to": [8, 11, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 10, 10]}, - "faces": { - "north": {"uv": [5.5, 13.5, 6.25, 13.75], "texture": "#11"}, - "east": {"uv": [10, 10, 11.5, 10.25], "texture": "#11"}, - "south": {"uv": [6.25, 13.5, 7, 13.75], "texture": "#11"}, - "west": {"uv": [10.25, 3.5, 11.75, 3.75], "texture": "#11"}, - "up": {"uv": [3.5, 7, 4.25, 8.5], "texture": "#11"}, - "down": {"uv": [7, 3.5, 7.75, 5], "texture": "#11"} - } - }, - { - "from": [5, 6, 15], - "to": [8, 7, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 6, 10]}, - "faces": { - "north": {"uv": [5.5, 13.5, 6.25, 13.75], "texture": "#11"}, - "east": {"uv": [10, 10, 11.5, 10.25], "texture": "#11"}, - "south": {"uv": [6.25, 13.5, 7, 13.75], "texture": "#11"}, - "west": {"uv": [10.25, 3.5, 11.75, 3.75], "texture": "#11"}, - "up": {"uv": [3.5, 7, 4.25, 8.5], "texture": "#11"}, - "down": {"uv": [7, 3.5, 7.75, 5], "texture": "#11"} - } - }, - { - "from": [8, 7, 15], - "to": [11, 8, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 7, 10]}, - "faces": { - "north": {"uv": [5.5, 13.5, 6.25, 13.75], "texture": "#11"}, - "east": {"uv": [10, 10, 11.5, 10.25], "texture": "#11"}, - "south": {"uv": [6.25, 13.5, 7, 13.75], "texture": "#11"}, - "west": {"uv": [10.25, 3.5, 11.75, 3.75], "texture": "#11"}, - "up": {"uv": [3.5, 7, 4.25, 8.5], "texture": "#11"}, - "down": {"uv": [7, 3.5, 7.75, 5], "texture": "#11"} - } - }, - { - "from": [8, 9, 15], - "to": [11, 10, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 9, 10]}, - "faces": { - "north": {"uv": [5.5, 13.5, 6.25, 13.75], "texture": "#11"}, - "east": {"uv": [10, 10, 11.5, 10.25], "texture": "#11"}, - "south": {"uv": [6.25, 13.5, 7, 13.75], "texture": "#11"}, - "west": {"uv": [10.25, 3.5, 11.75, 3.75], "texture": "#11"}, - "up": {"uv": [3.5, 7, 4.25, 8.5], "texture": "#11"}, - "down": {"uv": [7, 3.5, 7.75, 5], "texture": "#11"} - } - }, - { - "from": [8, 11, 15], - "to": [11, 12, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 11, 10]}, - "faces": { - "north": {"uv": [5.5, 13.5, 6.25, 13.75], "texture": "#11"}, - "east": {"uv": [10, 10, 11.5, 10.25], "texture": "#11"}, - "south": {"uv": [6.25, 13.5, 7, 13.75], "texture": "#11"}, - "west": {"uv": [10.25, 3.5, 11.75, 3.75], "texture": "#11"}, - "up": {"uv": [3.5, 7, 4.25, 8.5], "texture": "#11"}, - "down": {"uv": [7, 3.5, 7.75, 5], "texture": "#11"} - } - }, - { - "from": [8, 13, 15], - "to": [11, 14, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 13, 10]}, - "faces": { - "north": {"uv": [5.5, 13.5, 6.25, 13.75], "texture": "#11"}, - "east": {"uv": [10, 10, 11.5, 10.25], "texture": "#11"}, - "south": {"uv": [6.25, 13.5, 7, 13.75], "texture": "#11"}, - "west": {"uv": [10.25, 3.5, 11.75, 3.75], "texture": "#11"}, - "up": {"uv": [3.5, 7, 4.25, 8.5], "texture": "#11"}, - "down": {"uv": [7, 3.5, 7.75, 5], "texture": "#11"} - } - }, - { - "from": [5, 8, 15], - "to": [8, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 8, 10]}, - "faces": { - "north": {"uv": [5.5, 13.5, 6.25, 13.75], "texture": "#11"}, - "east": {"uv": [10, 10, 11.5, 10.25], "texture": "#11"}, - "south": {"uv": [6.25, 13.5, 7, 13.75], "texture": "#11"}, - "west": {"uv": [10.25, 3.5, 11.75, 3.75], "texture": "#11"}, - "up": {"uv": [3.5, 7, 4.25, 8.5], "texture": "#11"}, - "down": {"uv": [7, 3.5, 7.75, 5], "texture": "#11"} - } - }, - { - "from": [8, 14, 6], - "to": [11, 15, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 14, 6]}, - "faces": { - "north": {"uv": [8, 13.5, 8.75, 13.75], "texture": "#11"}, - "east": {"uv": [10.25, 3.75, 11.75, 4], "texture": "#11"}, - "south": {"uv": [8.75, 13.5, 9.5, 13.75], "texture": "#11"}, - "west": {"uv": [10.25, 4, 11.75, 4.25], "texture": "#11"}, - "up": {"uv": [5, 8.5, 4.25, 7], "texture": "#11"}, - "down": {"uv": [5.75, 7, 5, 8.5], "texture": "#11"} - } - }, - { - "from": [8, 14, 12], - "to": [11, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [7, 14, 12]}, - "faces": { - "north": {"uv": [13.5, 8.75, 14.25, 9], "texture": "#11"}, - "east": {"uv": [12.5, 13, 13.5, 13.25], "texture": "#11"}, - "south": {"uv": [13.5, 9, 14.25, 9.25], "texture": "#11"}, - "west": {"uv": [0, 13.25, 1, 13.5], "texture": "#11"}, - "up": {"uv": [9.25, 10.5, 8.5, 9.5], "texture": "#11"}, - "down": {"uv": [10, 9.5, 9.25, 10.5], "texture": "#11"} - } - }, - { - "from": [5, 14, 15], - "to": [8, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 14, 12]}, - "faces": { - "north": {"uv": [13.5, 8.75, 14.25, 9], "texture": "#11"}, - "east": {"uv": [12.5, 13, 13.5, 13.25], "texture": "#11"}, - "south": {"uv": [13.5, 9, 14.25, 9.25], "texture": "#11"}, - "west": {"uv": [0, 13.25, 1, 13.5], "texture": "#11"}, - "up": {"uv": [8.5, 9.5, 9.25, 10.5], "texture": "#11"}, - "down": {"uv": [9.25, 9.5, 10, 10.5], "texture": "#11"} - } - }, - { - "from": [5, 14, 0], - "to": [8, 15, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [4, 14, -3]}, - "faces": { - "north": {"uv": [13.5, 8.75, 14.25, 9], "texture": "#11"}, - "east": {"uv": [12.5, 13, 13.5, 13.25], "texture": "#11"}, - "south": {"uv": [13.5, 9, 14.25, 9.25], "texture": "#11"}, - "west": {"uv": [0, 13.25, 1, 13.5], "texture": "#11"}, - "up": {"uv": [8.5, 9.5, 9.25, 10.5], "texture": "#11"}, - "down": {"uv": [9.25, 9.5, 10, 10.5], "texture": "#11"} - } - }, - { - "from": [0, 14, 0], - "to": [3, 15, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 14, 0]}, - "faces": { - "north": {"uv": [13.5, 9.25, 14.25, 9.5], "texture": "#11"}, - "east": {"uv": [10.25, 4.25, 11.75, 4.5], "texture": "#11"}, - "south": {"uv": [9.5, 13.5, 10.25, 13.75], "texture": "#11"}, - "west": {"uv": [10.25, 4.5, 11.75, 4.75], "texture": "#11"}, - "up": {"uv": [7.75, 6.5, 7, 5], "texture": "#11"}, - "down": {"uv": [6.5, 7, 5.75, 8.5], "texture": "#11"} - } - }, - { - "from": [1, 12, 0], - "to": [3, 13, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 12, 0]}, - "faces": { - "north": {"uv": [14.75, 10.25, 15.25, 10.5], "texture": "#11"}, - "east": {"uv": [14.5, 15.25, 14.75, 15.5], "texture": "#11"}, - "south": {"uv": [11.25, 14.75, 11.75, 15], "texture": "#11"}, - "west": {"uv": [14.75, 15.25, 15, 15.5], "texture": "#11"}, - "up": {"uv": [15.25, 12.5, 14.75, 12.25], "texture": "#11"}, - "down": {"uv": [13, 14.75, 12.5, 15], "texture": "#11"} - } - }, - { - "from": [1, 10, 0], - "to": [3, 11, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 10, 0]}, - "faces": { - "north": {"uv": [13, 14.75, 13.5, 15], "texture": "#11"}, - "east": {"uv": [15.25, 14.75, 15.5, 15], "texture": "#11"}, - "south": {"uv": [13.5, 14.75, 14, 15], "texture": "#11"}, - "west": {"uv": [15, 15.25, 15.25, 15.5], "texture": "#11"}, - "up": {"uv": [14.75, 15, 14.25, 14.75], "texture": "#11"}, - "down": {"uv": [15.25, 14.75, 14.75, 15], "texture": "#11"} - } - }, - { - "from": [1, 8, 0], - "to": [3, 9, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 8, 0]}, - "faces": { - "north": {"uv": [0, 15, 0.5, 15.25], "texture": "#11"}, - "east": {"uv": [15.25, 15, 15.5, 15.25], "texture": "#11"}, - "south": {"uv": [15, 0, 15.5, 0.25], "texture": "#11"}, - "west": {"uv": [15.25, 15.25, 15.5, 15.5], "texture": "#11"}, - "up": {"uv": [15.5, 1.25, 15, 1], "texture": "#11"}, - "down": {"uv": [15.5, 2, 15, 2.25], "texture": "#11"} - } - }, - { - "from": [1, 6, 0], - "to": [3, 7, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 6, 0]}, - "faces": { - "north": {"uv": [15, 3, 15.5, 3.25], "texture": "#11"}, - "east": {"uv": [0, 15.5, 0.25, 15.75], "texture": "#11"}, - "south": {"uv": [15, 4, 15.5, 4.25], "texture": "#11"}, - "west": {"uv": [15.5, 0, 15.75, 0.25], "texture": "#11"}, - "up": {"uv": [5, 15.25, 4.5, 15], "texture": "#11"}, - "down": {"uv": [5.5, 15, 5, 15.25], "texture": "#11"} - } - }, - { - "from": [1, 4, 0], - "to": [3, 5, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 4, 0]}, - "faces": { - "north": {"uv": [6.25, 15, 6.75, 15.25], "texture": "#11"}, - "east": {"uv": [0.25, 15.5, 0.5, 15.75], "texture": "#11"}, - "south": {"uv": [6.75, 15, 7.25, 15.25], "texture": "#11"}, - "west": {"uv": [0.5, 15.5, 0.75, 15.75], "texture": "#11"}, - "up": {"uv": [15.5, 7.25, 15, 7], "texture": "#11"}, - "down": {"uv": [7.75, 15, 7.25, 15.25], "texture": "#11"} - } - }, - { - "from": [1, 2, 0], - "to": [3, 3, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 2, 0]}, - "faces": { - "north": {"uv": [7.75, 15, 8.25, 15.25], "texture": "#11"}, - "east": {"uv": [0.75, 15.5, 1, 15.75], "texture": "#11"}, - "south": {"uv": [8.25, 15, 8.75, 15.25], "texture": "#11"}, - "west": {"uv": [1, 15.5, 1.25, 15.75], "texture": "#11"}, - "up": {"uv": [9.25, 15.25, 8.75, 15], "texture": "#11"}, - "down": {"uv": [9.75, 15, 9.25, 15.25], "texture": "#11"} - } - }, - { - "from": [1, 12, 15], - "to": [3, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 12, 15]}, - "faces": { - "north": {"uv": [15, 9.5, 15.5, 9.75], "texture": "#11"}, - "east": {"uv": [15.5, 1, 15.75, 1.25], "texture": "#11"}, - "south": {"uv": [9.75, 15, 10.25, 15.25], "texture": "#11"}, - "west": {"uv": [1.25, 15.5, 1.5, 15.75], "texture": "#11"}, - "up": {"uv": [15.5, 10, 15, 9.75], "texture": "#11"}, - "down": {"uv": [10.75, 15, 10.25, 15.25], "texture": "#11"} - } - }, - { - "from": [1, 10, 15], - "to": [3, 11, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 10, 15]}, - "faces": { - "north": {"uv": [15, 10.5, 15.5, 10.75], "texture": "#11"}, - "east": {"uv": [1.5, 15.5, 1.75, 15.75], "texture": "#11"}, - "south": {"uv": [10.75, 15, 11.25, 15.25], "texture": "#11"}, - "west": {"uv": [1.75, 15.5, 2, 15.75], "texture": "#11"}, - "up": {"uv": [11.75, 15.25, 11.25, 15], "texture": "#11"}, - "down": {"uv": [12.25, 15, 11.75, 15.25], "texture": "#11"} - } - }, - { - "from": [1, 8, 15], - "to": [3, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 8, 15]}, - "faces": { - "north": {"uv": [15, 11.75, 15.5, 12], "texture": "#11"}, - "east": {"uv": [2, 15.5, 2.25, 15.75], "texture": "#11"}, - "south": {"uv": [15, 12, 15.5, 12.25], "texture": "#11"}, - "west": {"uv": [15.5, 2, 15.75, 2.25], "texture": "#11"}, - "up": {"uv": [12.75, 15.25, 12.25, 15], "texture": "#11"}, - "down": {"uv": [13.25, 15, 12.75, 15.25], "texture": "#11"} - } - }, - { - "from": [1, 6, 15], - "to": [3, 7, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 6, 15]}, - "faces": { - "north": {"uv": [13.25, 15, 13.75, 15.25], "texture": "#11"}, - "east": {"uv": [2.25, 15.5, 2.5, 15.75], "texture": "#11"}, - "south": {"uv": [13.75, 15, 14.25, 15.25], "texture": "#11"}, - "west": {"uv": [2.5, 15.5, 2.75, 15.75], "texture": "#11"}, - "up": {"uv": [14.75, 15.25, 14.25, 15], "texture": "#11"}, - "down": {"uv": [15.5, 14.5, 15, 14.75], "texture": "#11"} - } - }, - { - "from": [1, 4, 15], - "to": [3, 5, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 4, 15]}, - "faces": { - "north": {"uv": [14.75, 15, 15.25, 15.25], "texture": "#11"}, - "east": {"uv": [15.5, 3, 15.75, 3.25], "texture": "#11"}, - "south": {"uv": [0, 15.25, 0.5, 15.5], "texture": "#11"}, - "west": {"uv": [3.5, 15.5, 3.75, 15.75], "texture": "#11"}, - "up": {"uv": [15.75, 0.5, 15.25, 0.25], "texture": "#11"}, - "down": {"uv": [1, 15.25, 0.5, 15.5], "texture": "#11"} - } - }, - { - "from": [1, 2, 15], - "to": [3, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 2, 15]}, - "faces": { - "north": {"uv": [15.25, 0.5, 15.75, 0.75], "texture": "#11"}, - "east": {"uv": [15.5, 3.5, 15.75, 3.75], "texture": "#11"}, - "south": {"uv": [15.25, 0.75, 15.75, 1], "texture": "#11"}, - "west": {"uv": [3.75, 15.5, 4, 15.75], "texture": "#11"}, - "up": {"uv": [1.5, 15.5, 1, 15.25], "texture": "#11"}, - "down": {"uv": [15.75, 1.25, 15.25, 1.5], "texture": "#11"} - } - }, - { - "from": [8, 12, 15], - "to": [11, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 12, 15]}, - "faces": { - "north": {"uv": [13.5, 9.5, 14.25, 9.75], "texture": "#11"}, - "east": {"uv": [15.5, 3.75, 15.75, 4], "texture": "#11"}, - "south": {"uv": [13.5, 9.75, 14.25, 10], "texture": "#11"}, - "west": {"uv": [4, 15.5, 4.25, 15.75], "texture": "#11"}, - "up": {"uv": [11, 13.75, 10.25, 13.5], "texture": "#11"}, - "down": {"uv": [14.25, 10.5, 13.5, 10.75], "texture": "#11"} - } - }, - { - "from": [8, 10, 15], - "to": [11, 11, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 15]}, - "faces": { - "north": {"uv": [11, 13.5, 11.75, 13.75], "texture": "#11"}, - "east": {"uv": [15.5, 4, 15.75, 4.25], "texture": "#11"}, - "south": {"uv": [13.5, 11, 14.25, 11.25], "texture": "#11"}, - "west": {"uv": [4.25, 15.5, 4.5, 15.75], "texture": "#11"}, - "up": {"uv": [14.25, 11.5, 13.5, 11.25], "texture": "#11"}, - "down": {"uv": [14.25, 11.5, 13.5, 11.75], "texture": "#11"} - } - }, - { - "from": [8, 8, 15], - "to": [11, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 8, 15]}, - "faces": { - "north": {"uv": [11.75, 13.5, 12.5, 13.75], "texture": "#11"}, - "east": {"uv": [4.5, 15.5, 4.75, 15.75], "texture": "#11"}, - "south": {"uv": [13.5, 11.75, 14.25, 12], "texture": "#11"}, - "west": {"uv": [15.5, 4.5, 15.75, 4.75], "texture": "#11"}, - "up": {"uv": [14.25, 12.25, 13.5, 12], "texture": "#11"}, - "down": {"uv": [13.25, 13.5, 12.5, 13.75], "texture": "#11"} - } - }, - { - "from": [8, 6, 15], - "to": [11, 7, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 6, 15]}, - "faces": { - "north": {"uv": [13.5, 13, 14.25, 13.25], "texture": "#11"}, - "east": {"uv": [15.5, 4.75, 15.75, 5], "texture": "#11"}, - "south": {"uv": [13.25, 13.5, 14, 13.75], "texture": "#11"}, - "west": {"uv": [15.5, 5, 15.75, 5.25], "texture": "#11"}, - "up": {"uv": [14.25, 13.5, 13.5, 13.25], "texture": "#11"}, - "down": {"uv": [0.75, 13.75, 0, 14], "texture": "#11"} - } - }, - { - "from": [8, 4, 15], - "to": [11, 5, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 4, 15]}, - "faces": { - "north": {"uv": [2, 13.75, 2.75, 14], "texture": "#11"}, - "east": {"uv": [5.25, 15.5, 5.5, 15.75], "texture": "#11"}, - "south": {"uv": [4, 13.75, 4.75, 14], "texture": "#11"}, - "west": {"uv": [5.5, 15.5, 5.75, 15.75], "texture": "#11"}, - "up": {"uv": [14.5, 5.25, 13.75, 5], "texture": "#11"}, - "down": {"uv": [14.5, 5.25, 13.75, 5.5], "texture": "#11"} - } - }, - { - "from": [8, 2, 15], - "to": [11, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 2, 15]}, - "faces": { - "north": {"uv": [5.5, 13.75, 6.25, 14], "texture": "#11"}, - "east": {"uv": [15.5, 5.5, 15.75, 5.75], "texture": "#11"}, - "south": {"uv": [13.75, 5.5, 14.5, 5.75], "texture": "#11"}, - "west": {"uv": [15.5, 5.75, 15.75, 6], "texture": "#11"}, - "up": {"uv": [14.5, 6, 13.75, 5.75], "texture": "#11"}, - "down": {"uv": [14.5, 6, 13.75, 6.25], "texture": "#11"} - } - }, - { - "from": [8, 12, 0], - "to": [11, 13, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 12, 0]}, - "faces": { - "north": {"uv": [6.25, 13.75, 7, 14], "texture": "#11"}, - "east": {"uv": [15.5, 6, 15.75, 6.25], "texture": "#11"}, - "south": {"uv": [13.75, 6.25, 14.5, 6.5], "texture": "#11"}, - "west": {"uv": [6.25, 15.5, 6.5, 15.75], "texture": "#11"}, - "up": {"uv": [14.5, 6.75, 13.75, 6.5], "texture": "#11"}, - "down": {"uv": [14.5, 6.75, 13.75, 7], "texture": "#11"} - } - }, - { - "from": [8, 10, 0], - "to": [11, 11, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 10, 0]}, - "faces": { - "north": {"uv": [13.75, 7.25, 14.5, 7.5], "texture": "#11"}, - "east": {"uv": [15.5, 6.25, 15.75, 6.5], "texture": "#11"}, - "south": {"uv": [13.75, 7.5, 14.5, 7.75], "texture": "#11"}, - "west": {"uv": [6.5, 15.5, 6.75, 15.75], "texture": "#11"}, - "up": {"uv": [14.5, 8, 13.75, 7.75], "texture": "#11"}, - "down": {"uv": [8.75, 13.75, 8, 14], "texture": "#11"} - } - }, - { - "from": [8, 8, 0], - "to": [11, 9, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 8, 0]}, - "faces": { - "north": {"uv": [13.75, 8, 14.5, 8.25], "texture": "#11"}, - "east": {"uv": [15.5, 6.5, 15.75, 6.75], "texture": "#11"}, - "south": {"uv": [13.75, 8.25, 14.5, 8.5], "texture": "#11"}, - "west": {"uv": [7, 15.5, 7.25, 15.75], "texture": "#11"}, - "up": {"uv": [14.5, 8.75, 13.75, 8.5], "texture": "#11"}, - "down": {"uv": [9.5, 13.75, 8.75, 14], "texture": "#11"} - } - }, - { - "from": [8, 6, 0], - "to": [11, 7, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 6, 0]}, - "faces": { - "north": {"uv": [9.5, 13.75, 10.25, 14], "texture": "#11"}, - "east": {"uv": [15.5, 7, 15.75, 7.25], "texture": "#11"}, - "south": {"uv": [10.25, 13.75, 11, 14], "texture": "#11"}, - "west": {"uv": [7.25, 15.5, 7.5, 15.75], "texture": "#11"}, - "up": {"uv": [14.5, 11, 13.75, 10.75], "texture": "#11"}, - "down": {"uv": [11.75, 13.75, 11, 14], "texture": "#11"} - } - }, - { - "from": [8, 4, 0], - "to": [11, 5, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 4, 0]}, - "faces": { - "north": {"uv": [11.75, 13.75, 12.5, 14], "texture": "#11"}, - "east": {"uv": [15.5, 7.25, 15.75, 7.5], "texture": "#11"}, - "south": {"uv": [12.5, 13.75, 13.25, 14], "texture": "#11"}, - "west": {"uv": [15.5, 7.5, 15.75, 7.75], "texture": "#11"}, - "up": {"uv": [14.5, 12.75, 13.75, 12.5], "texture": "#11"}, - "down": {"uv": [14.5, 12.75, 13.75, 13], "texture": "#11"} - } - }, - { - "from": [8, 2, 0], - "to": [11, 3, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 2, 0]}, - "faces": { - "north": {"uv": [13.25, 13.75, 14, 14], "texture": "#11"}, - "east": {"uv": [7.75, 15.5, 8, 15.75], "texture": "#11"}, - "south": {"uv": [0, 14, 0.75, 14.25], "texture": "#11"}, - "west": {"uv": [15.5, 7.75, 15.75, 8], "texture": "#11"}, - "up": {"uv": [2.75, 14.25, 2, 14], "texture": "#11"}, - "down": {"uv": [4.75, 14, 4, 14.25], "texture": "#11"} - } - }, - { - "from": [0, 12, 0], - "to": [1, 13, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 12, 0]}, - "faces": { - "north": {"uv": [8, 15.5, 8.25, 15.75], "texture": "#11"}, - "east": {"uv": [10.25, 4.75, 11.75, 5], "texture": "#11"}, - "south": {"uv": [15.5, 8, 15.75, 8.25], "texture": "#11"}, - "west": {"uv": [10, 10.25, 11.5, 10.5], "texture": "#11"}, - "up": {"uv": [6.25, 11.5, 6, 10], "texture": "#11"}, - "down": {"uv": [6.5, 10, 6.25, 11.5], "texture": "#11"} - } - }, - { - "from": [0, 13, 6], - "to": [1, 14, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 13, 6]}, - "faces": { - "north": {"uv": [8.25, 15.5, 8.5, 15.75], "texture": "#11"}, - "east": {"uv": [0, 10.5, 1.5, 10.75], "texture": "#11"}, - "south": {"uv": [15.5, 8.25, 15.75, 8.5], "texture": "#11"}, - "west": {"uv": [10.5, 0, 12, 0.25], "texture": "#11"}, - "up": {"uv": [7.75, 11.75, 7.5, 10.25], "texture": "#11"}, - "down": {"uv": [8, 10.25, 7.75, 11.75], "texture": "#11"} - } - }, - { - "from": [0, 11, 6], - "to": [1, 12, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 11, 6]}, - "faces": { - "north": {"uv": [8.5, 15.5, 8.75, 15.75], "texture": "#11"}, - "east": {"uv": [10.5, 0.25, 12, 0.5], "texture": "#11"}, - "south": {"uv": [15.5, 8.5, 15.75, 8.75], "texture": "#11"}, - "west": {"uv": [10.5, 0.5, 12, 0.75], "texture": "#11"}, - "up": {"uv": [8.25, 11.75, 8, 10.25], "texture": "#11"}, - "down": {"uv": [8.5, 10.25, 8.25, 11.75], "texture": "#11"} - } - }, - { - "from": [0, 9, 6], - "to": [1, 10, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 9, 6]}, - "faces": { - "north": {"uv": [8.75, 15.5, 9, 15.75], "texture": "#11"}, - "east": {"uv": [10.5, 0.75, 12, 1], "texture": "#11"}, - "south": {"uv": [15.5, 8.75, 15.75, 9], "texture": "#11"}, - "west": {"uv": [10.5, 1, 12, 1.25], "texture": "#11"}, - "up": {"uv": [10.75, 2.75, 10.5, 1.25], "texture": "#11"}, - "down": {"uv": [1.75, 10.5, 1.5, 12], "texture": "#11"} - } - }, - { - "from": [0, 7, 6], - "to": [1, 8, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 7, 6]}, - "faces": { - "north": {"uv": [9, 15.5, 9.25, 15.75], "texture": "#11"}, - "east": {"uv": [1.75, 10.5, 3.25, 10.75], "texture": "#11"}, - "south": {"uv": [15.5, 9, 15.75, 9.25], "texture": "#11"}, - "west": {"uv": [10.5, 2.75, 12, 3], "texture": "#11"}, - "up": {"uv": [3.5, 12, 3.25, 10.5], "texture": "#11"}, - "down": {"uv": [8.75, 10.5, 8.5, 12], "texture": "#11"} - } - }, - { - "from": [0, 5, 6], - "to": [1, 6, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 5, 6]}, - "faces": { - "north": {"uv": [9.25, 15.5, 9.5, 15.75], "texture": "#11"}, - "east": {"uv": [10.5, 3, 12, 3.25], "texture": "#11"}, - "south": {"uv": [15.5, 9.25, 15.75, 9.5], "texture": "#11"}, - "west": {"uv": [10.5, 3.25, 12, 3.5], "texture": "#11"}, - "up": {"uv": [9, 12, 8.75, 10.5], "texture": "#11"}, - "down": {"uv": [9.25, 10.5, 9, 12], "texture": "#11"} - } - }, - { - "from": [0, 3, 6], - "to": [1, 4, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 3, 6]}, - "faces": { - "north": {"uv": [9.5, 15.5, 9.75, 15.75], "texture": "#11"}, - "east": {"uv": [10.5, 7, 12, 7.25], "texture": "#11"}, - "south": {"uv": [15.5, 9.5, 15.75, 9.75], "texture": "#11"}, - "west": {"uv": [9.25, 10.5, 10.75, 10.75], "texture": "#11"}, - "up": {"uv": [0.25, 12.25, 0, 10.75], "texture": "#11"}, - "down": {"uv": [0.5, 10.75, 0.25, 12.25], "texture": "#11"} - } - }, - { - "from": [0, 1, 6], - "to": [1, 2, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 1, 6]}, - "faces": { - "north": {"uv": [9.75, 15.5, 10, 15.75], "texture": "#11"}, - "east": {"uv": [10.75, 1.25, 12.25, 1.5], "texture": "#11"}, - "south": {"uv": [15.5, 9.75, 15.75, 10], "texture": "#11"}, - "west": {"uv": [10.75, 1.5, 12.25, 1.75], "texture": "#11"}, - "up": {"uv": [0.75, 12.25, 0.5, 10.75], "texture": "#11"}, - "down": {"uv": [1, 10.75, 0.75, 12.25], "texture": "#11"} - } - }, - { - "from": [0, 10, 0], - "to": [1, 11, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 10, 0]}, - "faces": { - "north": {"uv": [10, 15.5, 10.25, 15.75], "texture": "#11"}, - "east": {"uv": [1.75, 10.75, 3.25, 11], "texture": "#11"}, - "south": {"uv": [15.5, 10, 15.75, 10.25], "texture": "#11"}, - "west": {"uv": [10.75, 1.75, 12.25, 2], "texture": "#11"}, - "up": {"uv": [1.25, 12.25, 1, 10.75], "texture": "#11"}, - "down": {"uv": [1.5, 10.75, 1.25, 12.25], "texture": "#11"} - } - }, - { - "from": [0, 8, 0], - "to": [1, 9, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 8, 0]}, - "faces": { - "north": {"uv": [10.25, 15.5, 10.5, 15.75], "texture": "#11"}, - "east": {"uv": [10.75, 2, 12.25, 2.25], "texture": "#11"}, - "south": {"uv": [15.5, 10.25, 15.75, 10.5], "texture": "#11"}, - "west": {"uv": [10.75, 2.25, 12.25, 2.5], "texture": "#11"}, - "up": {"uv": [9.5, 12.25, 9.25, 10.75], "texture": "#11"}, - "down": {"uv": [9.75, 10.75, 9.5, 12.25], "texture": "#11"} - } - }, - { - "from": [0, 6, 0], - "to": [1, 7, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 6, 0]}, - "faces": { - "north": {"uv": [10.5, 15.5, 10.75, 15.75], "texture": "#11"}, - "east": {"uv": [10.75, 2.5, 12.25, 2.75], "texture": "#11"}, - "south": {"uv": [15.5, 10.5, 15.75, 10.75], "texture": "#11"}, - "west": {"uv": [9.75, 10.75, 11.25, 11], "texture": "#11"}, - "up": {"uv": [2, 12.5, 1.75, 11], "texture": "#11"}, - "down": {"uv": [2.25, 11, 2, 12.5], "texture": "#11"} - } - }, - { - "from": [0, 4, 0], - "to": [1, 5, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 4, 0]}, - "faces": { - "north": {"uv": [10.75, 15.5, 11, 15.75], "texture": "#11"}, - "east": {"uv": [10.75, 10.5, 12.25, 10.75], "texture": "#11"}, - "south": {"uv": [15.5, 10.75, 15.75, 11], "texture": "#11"}, - "west": {"uv": [4.5, 11, 6, 11.25], "texture": "#11"}, - "up": {"uv": [2.5, 12.5, 2.25, 11], "texture": "#11"}, - "down": {"uv": [2.75, 11, 2.5, 12.5], "texture": "#11"} - } - }, - { - "from": [0, 2, 0], - "to": [1, 3, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 2, 0]}, - "faces": { - "north": {"uv": [11, 15.5, 11.25, 15.75], "texture": "#11"}, - "east": {"uv": [11, 6.5, 12.5, 6.75], "texture": "#11"}, - "south": {"uv": [15.5, 11, 15.75, 11.25], "texture": "#11"}, - "west": {"uv": [11, 6.75, 12.5, 7], "texture": "#11"}, - "up": {"uv": [3, 12.5, 2.75, 11], "texture": "#11"}, - "down": {"uv": [3.25, 11, 3, 12.5], "texture": "#11"} - } - }, - { - "from": [0, 12, 12], - "to": [1, 13, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 12, 10]}, - "faces": { - "north": {"uv": [11.25, 15.5, 11.5, 15.75], "texture": "#11"}, - "east": {"uv": [13.25, 0, 14.25, 0.25], "texture": "#11"}, - "south": {"uv": [15.5, 11.25, 15.75, 11.5], "texture": "#11"}, - "west": {"uv": [13.25, 0.25, 14.25, 0.5], "texture": "#11"}, - "up": {"uv": [1.25, 14.25, 1, 13.25], "texture": "#11"}, - "down": {"uv": [1.5, 13.25, 1.25, 14.25], "texture": "#11"} - } - }, - { - "from": [0, 10, 12], - "to": [1, 11, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 10, 10]}, - "faces": { - "north": {"uv": [11.5, 15.5, 11.75, 15.75], "texture": "#11"}, - "east": {"uv": [13.25, 0.5, 14.25, 0.75], "texture": "#11"}, - "south": {"uv": [15.5, 11.5, 15.75, 11.75], "texture": "#11"}, - "west": {"uv": [13.25, 0.75, 14.25, 1], "texture": "#11"}, - "up": {"uv": [1.75, 14.25, 1.5, 13.25], "texture": "#11"}, - "down": {"uv": [2, 13.25, 1.75, 14.25], "texture": "#11"} - } - }, - { - "from": [0, 8, 12], - "to": [1, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 8, 10]}, - "faces": { - "north": {"uv": [11.75, 15.5, 12, 15.75], "texture": "#11"}, - "east": {"uv": [13.25, 1, 14.25, 1.25], "texture": "#11"}, - "south": {"uv": [15.5, 11.75, 15.75, 12], "texture": "#11"}, - "west": {"uv": [2, 13.25, 3, 13.5], "texture": "#11"}, - "up": {"uv": [3.25, 14.25, 3, 13.25], "texture": "#11"}, - "down": {"uv": [3.5, 13.25, 3.25, 14.25], "texture": "#11"} - } - }, - { - "from": [0, 6, 12], - "to": [1, 7, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 6, 10]}, - "faces": { - "north": {"uv": [12, 15.5, 12.25, 15.75], "texture": "#11"}, - "east": {"uv": [13.25, 2.75, 14.25, 3], "texture": "#11"}, - "south": {"uv": [15.5, 12, 15.75, 12.25], "texture": "#11"}, - "west": {"uv": [13.25, 3, 14.25, 3.25], "texture": "#11"}, - "up": {"uv": [3.75, 14.25, 3.5, 13.25], "texture": "#11"}, - "down": {"uv": [4, 13.25, 3.75, 14.25], "texture": "#11"} - } - }, - { - "from": [0, 4, 12], - "to": [1, 5, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 4, 10]}, - "faces": { - "north": {"uv": [12.25, 15.5, 12.5, 15.75], "texture": "#11"}, - "east": {"uv": [13.25, 3.25, 14.25, 3.5], "texture": "#11"}, - "south": {"uv": [15.5, 12.25, 15.75, 12.5], "texture": "#11"}, - "west": {"uv": [4, 13.25, 5, 13.5], "texture": "#11"}, - "up": {"uv": [5.25, 14.25, 5, 13.25], "texture": "#11"}, - "down": {"uv": [5.5, 13.25, 5.25, 14.25], "texture": "#11"} - } - }, - { - "from": [0, 2, 12], - "to": [1, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 2, 10]}, - "faces": { - "north": {"uv": [12.5, 15.5, 12.75, 15.75], "texture": "#11"}, - "east": {"uv": [5.5, 13.25, 6.5, 13.5], "texture": "#11"}, - "south": {"uv": [15.5, 12.5, 15.75, 12.75], "texture": "#11"}, - "west": {"uv": [6.5, 13.25, 7.5, 13.5], "texture": "#11"}, - "up": {"uv": [7.75, 14.25, 7.5, 13.25], "texture": "#11"}, - "down": {"uv": [8, 13.25, 7.75, 14.25], "texture": "#11"} - } - }, - { - "from": [1, 14, 6], - "to": [3, 15, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 14, 6]}, - "faces": { - "north": {"uv": [1.5, 15.25, 2, 15.5], "texture": "#11"}, - "east": {"uv": [11, 7.25, 12.5, 7.5], "texture": "#11"}, - "south": {"uv": [15.25, 1.5, 15.75, 1.75], "texture": "#11"}, - "west": {"uv": [11, 8.5, 12.5, 8.75], "texture": "#11"}, - "up": {"uv": [4, 11.5, 3.5, 10], "texture": "#11"}, - "down": {"uv": [4.5, 10, 4, 11.5], "texture": "#11"} - } - }, - { - "from": [0, 14, 12], - "to": [3, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 14, 12]}, - "faces": { - "north": {"uv": [5.5, 14, 6.25, 14.25], "texture": "#11"}, - "east": {"uv": [13.25, 7, 14.25, 7.25], "texture": "#11"}, - "south": {"uv": [6.25, 14, 7, 14.25], "texture": "#11"}, - "west": {"uv": [8, 13.25, 9, 13.5], "texture": "#11"}, - "up": {"uv": [5.25, 11, 4.5, 10], "texture": "#11"}, - "down": {"uv": [6, 10, 5.25, 11], "texture": "#11"} - } - }, - { - "from": [15, 12, 3], - "to": [16, 13, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 12, 3]}, - "faces": { - "north": {"uv": [12.75, 15.5, 13, 15.75], "texture": "#11"}, - "east": {"uv": [8, 14, 8.75, 14.25], "texture": "#11"}, - "south": {"uv": [15.5, 12.75, 15.75, 13], "texture": "#11"}, - "west": {"uv": [8.75, 14, 9.5, 14.25], "texture": "#11"}, - "up": {"uv": [6.25, 9.25, 6, 8.5], "texture": "#11"}, - "down": {"uv": [6.5, 8.5, 6.25, 9.25], "texture": "#11"} - } - }, - { - "from": [15, 10, 3], - "to": [16, 11, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 10, 3]}, - "faces": { - "north": {"uv": [13, 15.5, 13.25, 15.75], "texture": "#11"}, - "east": {"uv": [9.5, 14, 10.25, 14.25], "texture": "#11"}, - "south": {"uv": [15.5, 13, 15.75, 13.25], "texture": "#11"}, - "west": {"uv": [14, 10, 14.75, 10.25], "texture": "#11"}, - "up": {"uv": [1, 14.25, 0.75, 13.5], "texture": "#11"}, - "down": {"uv": [3, 13.5, 2.75, 14.25], "texture": "#11"} - } - }, - { - "from": [15, 8, 3], - "to": [16, 9, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 8, 3]}, - "faces": { - "north": {"uv": [13.25, 15.5, 13.5, 15.75], "texture": "#11"}, - "east": {"uv": [10.25, 14, 11, 14.25], "texture": "#11"}, - "south": {"uv": [15.5, 13.25, 15.75, 13.5], "texture": "#11"}, - "west": {"uv": [14, 10.25, 14.75, 10.5], "texture": "#11"}, - "up": {"uv": [5, 14.25, 4.75, 13.5], "texture": "#11"}, - "down": {"uv": [7.25, 13.5, 7, 14.25], "texture": "#11"} - } - }, - { - "from": [15, 6, 3], - "to": [16, 7, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 6, 3]}, - "faces": { - "north": {"uv": [13.5, 15.5, 13.75, 15.75], "texture": "#11"}, - "east": {"uv": [11, 14, 11.75, 14.25], "texture": "#11"}, - "south": {"uv": [15.5, 13.5, 15.75, 13.75], "texture": "#11"}, - "west": {"uv": [11.75, 14, 12.5, 14.25], "texture": "#11"}, - "up": {"uv": [7.5, 14.25, 7.25, 13.5], "texture": "#11"}, - "down": {"uv": [12.75, 14, 12.5, 14.75], "texture": "#11"} - } - }, - { - "from": [15, 4, 3], - "to": [16, 5, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 4, 3]}, - "faces": { - "north": {"uv": [13.75, 15.5, 14, 15.75], "texture": "#11"}, - "east": {"uv": [14, 12.25, 14.75, 12.5], "texture": "#11"}, - "south": {"uv": [15.5, 13.75, 15.75, 14], "texture": "#11"}, - "west": {"uv": [12.75, 14, 13.5, 14.25], "texture": "#11"}, - "up": {"uv": [13.75, 14.75, 13.5, 14], "texture": "#11"}, - "down": {"uv": [14.25, 13.5, 14, 14.25], "texture": "#11"} - } - }, - { - "from": [15, 2, 3], - "to": [16, 3, 6], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 2, 3]}, - "faces": { - "north": {"uv": [14, 15.5, 14.25, 15.75], "texture": "#11"}, - "east": {"uv": [0, 14.25, 0.75, 14.5], "texture": "#11"}, - "south": {"uv": [15.5, 14, 15.75, 14.25], "texture": "#11"}, - "west": {"uv": [14.25, 0, 15, 0.25], "texture": "#11"}, - "up": {"uv": [14, 14.75, 13.75, 14], "texture": "#11"}, - "down": {"uv": [14.5, 0.25, 14.25, 1], "texture": "#11"} - } - }, - { - "from": [15, 12, 9], - "to": [16, 13, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 12, 9]}, - "faces": { - "north": {"uv": [14.25, 15.5, 14.5, 15.75], "texture": "#11"}, - "east": {"uv": [0.75, 14.25, 1.5, 14.5], "texture": "#11"}, - "south": {"uv": [15.5, 14.25, 15.75, 14.5], "texture": "#11"}, - "west": {"uv": [14.25, 1, 15, 1.25], "texture": "#11"}, - "up": {"uv": [14.5, 2, 14.25, 1.25], "texture": "#11"}, - "down": {"uv": [1.75, 14.25, 1.5, 15], "texture": "#11"} - } - }, - { - "from": [15, 10, 9], - "to": [16, 11, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 10, 9]}, - "faces": { - "north": {"uv": [14.5, 15.5, 14.75, 15.75], "texture": "#11"}, - "east": {"uv": [1.75, 14.25, 2.5, 14.5], "texture": "#11"}, - "south": {"uv": [15.5, 14.5, 15.75, 14.75], "texture": "#11"}, - "west": {"uv": [14.25, 2, 15, 2.25], "texture": "#11"}, - "up": {"uv": [14.5, 3, 14.25, 2.25], "texture": "#11"}, - "down": {"uv": [2.75, 14.25, 2.5, 15], "texture": "#11"} - } - }, - { - "from": [15, 8, 9], - "to": [16, 9, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 8, 9]}, - "faces": { - "north": {"uv": [14.75, 15.5, 15, 15.75], "texture": "#11"}, - "east": {"uv": [2.75, 14.25, 3.5, 14.5], "texture": "#11"}, - "south": {"uv": [15.5, 14.75, 15.75, 15], "texture": "#11"}, - "west": {"uv": [14.25, 3, 15, 3.25], "texture": "#11"}, - "up": {"uv": [14.5, 4, 14.25, 3.25], "texture": "#11"}, - "down": {"uv": [3.75, 14.25, 3.5, 15], "texture": "#11"} - } - }, - { - "from": [15, 6, 9], - "to": [16, 7, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 6, 9]}, - "faces": { - "north": {"uv": [15, 15.5, 15.25, 15.75], "texture": "#11"}, - "east": {"uv": [3.75, 14.25, 4.5, 14.5], "texture": "#11"}, - "south": {"uv": [15.5, 15, 15.75, 15.25], "texture": "#11"}, - "west": {"uv": [14.25, 4, 15, 4.25], "texture": "#11"}, - "up": {"uv": [14.5, 5, 14.25, 4.25], "texture": "#11"}, - "down": {"uv": [4.75, 14.25, 4.5, 15], "texture": "#11"} - } - }, - { - "from": [15, 4, 9], - "to": [16, 5, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 4, 9]}, - "faces": { - "north": {"uv": [15.25, 15.5, 15.5, 15.75], "texture": "#11"}, - "east": {"uv": [4.75, 14.25, 5.5, 14.5], "texture": "#11"}, - "south": {"uv": [15.5, 15.25, 15.75, 15.5], "texture": "#11"}, - "west": {"uv": [5.5, 14.25, 6.25, 14.5], "texture": "#11"}, - "up": {"uv": [6.5, 15, 6.25, 14.25], "texture": "#11"}, - "down": {"uv": [6.75, 14.25, 6.5, 15], "texture": "#11"} - } - }, - { - "from": [15, 2, 9], - "to": [16, 3, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 2, 9]}, - "faces": { - "north": {"uv": [15.5, 15.5, 15.75, 15.75], "texture": "#11"}, - "east": {"uv": [6.75, 14.25, 7.5, 14.5], "texture": "#11"}, - "south": {"uv": [0, 15.75, 0.25, 16], "texture": "#11"}, - "west": {"uv": [14.25, 7, 15, 7.25], "texture": "#11"}, - "up": {"uv": [7.75, 15, 7.5, 14.25], "texture": "#11"}, - "down": {"uv": [8, 14.25, 7.75, 15], "texture": "#11"} - } - }, - { - "from": [15, 13, 12], - "to": [16, 14, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 13, 12]}, - "faces": { - "north": {"uv": [15.75, 0, 16, 0.25], "texture": "#11"}, - "east": {"uv": [8, 14.25, 8.75, 14.5], "texture": "#11"}, - "south": {"uv": [0.25, 15.75, 0.5, 16], "texture": "#11"}, - "west": {"uv": [8.75, 14.25, 9.5, 14.5], "texture": "#11"}, - "up": {"uv": [14.5, 9.5, 14.25, 8.75], "texture": "#11"}, - "down": {"uv": [9.75, 14.25, 9.5, 15], "texture": "#11"} - } - }, - { - "from": [15, 11, 12], - "to": [16, 12, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 11, 12]}, - "faces": { - "north": {"uv": [15.75, 0.25, 16, 0.5], "texture": "#11"}, - "east": {"uv": [14.25, 9.5, 15, 9.75], "texture": "#11"}, - "south": {"uv": [0.5, 15.75, 0.75, 16], "texture": "#11"}, - "west": {"uv": [9.75, 14.25, 10.5, 14.5], "texture": "#11"}, - "up": {"uv": [10.75, 15, 10.5, 14.25], "texture": "#11"}, - "down": {"uv": [11, 14.25, 10.75, 15], "texture": "#11"} - } - }, - { - "from": [15, 9, 12], - "to": [16, 10, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 9, 12]}, - "faces": { - "north": {"uv": [15.75, 0.5, 16, 0.75], "texture": "#11"}, - "east": {"uv": [14.25, 9.75, 15, 10], "texture": "#11"}, - "south": {"uv": [0.75, 15.75, 1, 16], "texture": "#11"}, - "west": {"uv": [14.25, 10.5, 15, 10.75], "texture": "#11"}, - "up": {"uv": [11.25, 15, 11, 14.25], "texture": "#11"}, - "down": {"uv": [14.5, 11, 14.25, 11.75], "texture": "#11"} - } - }, - { - "from": [15, 7, 12], - "to": [16, 8, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 12]}, - "faces": { - "north": {"uv": [15.75, 0.75, 16, 1], "texture": "#11"}, - "east": {"uv": [11.25, 14.25, 12, 14.5], "texture": "#11"}, - "south": {"uv": [1, 15.75, 1.25, 16], "texture": "#11"}, - "west": {"uv": [14.25, 11.75, 15, 12], "texture": "#11"}, - "up": {"uv": [12.25, 15, 12, 14.25], "texture": "#11"}, - "down": {"uv": [12.5, 14.25, 12.25, 15], "texture": "#11"} - } - }, - { - "from": [15, 5, 12], - "to": [16, 6, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 5, 12]}, - "faces": { - "north": {"uv": [15.75, 1, 16, 1.25], "texture": "#11"}, - "east": {"uv": [14.25, 12, 15, 12.25], "texture": "#11"}, - "south": {"uv": [1.25, 15.75, 1.5, 16], "texture": "#11"}, - "west": {"uv": [12.75, 14.25, 13.5, 14.5], "texture": "#11"}, - "up": {"uv": [14.5, 13.75, 14.25, 13], "texture": "#11"}, - "down": {"uv": [14.5, 13.75, 14.25, 14.5], "texture": "#11"} - } - }, - { - "from": [15, 3, 12], - "to": [16, 4, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 3, 12]}, - "faces": { - "north": {"uv": [15.75, 1.25, 16, 1.5], "texture": "#11"}, - "east": {"uv": [0, 14.5, 0.75, 14.75], "texture": "#11"}, - "south": {"uv": [1.5, 15.75, 1.75, 16], "texture": "#11"}, - "west": {"uv": [14.5, 0.25, 15.25, 0.5], "texture": "#11"}, - "up": {"uv": [14.25, 15, 14, 14.25], "texture": "#11"}, - "down": {"uv": [1, 14.5, 0.75, 15.25], "texture": "#11"} - } - }, - { - "from": [15, 1, 12], - "to": [16, 2, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 1, 12]}, - "faces": { - "north": {"uv": [15.75, 1.5, 16, 1.75], "texture": "#11"}, - "east": {"uv": [14.5, 0.5, 15.25, 0.75], "texture": "#11"}, - "south": {"uv": [1.75, 15.75, 2, 16], "texture": "#11"}, - "west": {"uv": [14.5, 0.75, 15.25, 1], "texture": "#11"}, - "up": {"uv": [1.25, 15.25, 1, 14.5], "texture": "#11"}, - "down": {"uv": [1.5, 14.5, 1.25, 15.25], "texture": "#11"} - } - }, - { - "from": [15, 1, 6], - "to": [16, 2, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 1, 6]}, - "faces": { - "north": {"uv": [15.75, 1.75, 16, 2], "texture": "#11"}, - "east": {"uv": [14.5, 1.25, 15.25, 1.5], "texture": "#11"}, - "south": {"uv": [2, 15.75, 2.25, 16], "texture": "#11"}, - "west": {"uv": [14.5, 1.5, 15.25, 1.75], "texture": "#11"}, - "up": {"uv": [2, 15.25, 1.75, 14.5], "texture": "#11"}, - "down": {"uv": [2.25, 14.5, 2, 15.25], "texture": "#11"} - } - }, - { - "from": [15, 3, 6], - "to": [16, 4, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 3, 6]}, - "faces": { - "north": {"uv": [15.75, 2, 16, 2.25], "texture": "#11"}, - "east": {"uv": [14.5, 1.75, 15.25, 2], "texture": "#11"}, - "south": {"uv": [2.25, 15.75, 2.5, 16], "texture": "#11"}, - "west": {"uv": [14.5, 2.25, 15.25, 2.5], "texture": "#11"}, - "up": {"uv": [2.5, 15.25, 2.25, 14.5], "texture": "#11"}, - "down": {"uv": [3, 14.5, 2.75, 15.25], "texture": "#11"} - } - }, - { - "from": [15, 5, 6], - "to": [16, 6, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 5, 6]}, - "faces": { - "north": {"uv": [15.75, 2.25, 16, 2.5], "texture": "#11"}, - "east": {"uv": [14.5, 2.5, 15.25, 2.75], "texture": "#11"}, - "south": {"uv": [2.5, 15.75, 2.75, 16], "texture": "#11"}, - "west": {"uv": [14.5, 2.75, 15.25, 3], "texture": "#11"}, - "up": {"uv": [3.25, 15.25, 3, 14.5], "texture": "#11"}, - "down": {"uv": [3.5, 14.5, 3.25, 15.25], "texture": "#11"} - } - }, - { - "from": [15, 7, 6], - "to": [16, 8, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 6]}, - "faces": { - "north": {"uv": [15.75, 2.5, 16, 2.75], "texture": "#11"}, - "east": {"uv": [14.5, 3.25, 15.25, 3.5], "texture": "#11"}, - "south": {"uv": [2.75, 15.75, 3, 16], "texture": "#11"}, - "west": {"uv": [14.5, 3.5, 15.25, 3.75], "texture": "#11"}, - "up": {"uv": [4, 15.25, 3.75, 14.5], "texture": "#11"}, - "down": {"uv": [4.25, 14.5, 4, 15.25], "texture": "#11"} - } - }, - { - "from": [15, 9, 6], - "to": [16, 10, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 9, 6]}, - "faces": { - "north": {"uv": [15.75, 2.75, 16, 3], "texture": "#11"}, - "east": {"uv": [14.5, 3.75, 15.25, 4], "texture": "#11"}, - "south": {"uv": [3, 15.75, 3.25, 16], "texture": "#11"}, - "west": {"uv": [14.5, 4.25, 15.25, 4.5], "texture": "#11"}, - "up": {"uv": [4.5, 15.25, 4.25, 14.5], "texture": "#11"}, - "down": {"uv": [14.75, 4.5, 14.5, 5.25], "texture": "#11"} - } - }, - { - "from": [15, 11, 6], - "to": [16, 12, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 11, 6]}, - "faces": { - "north": {"uv": [15.75, 3, 16, 3.25], "texture": "#11"}, - "east": {"uv": [4.75, 14.5, 5.5, 14.75], "texture": "#11"}, - "south": {"uv": [3.25, 15.75, 3.5, 16], "texture": "#11"}, - "west": {"uv": [14.5, 5.25, 15.25, 5.5], "texture": "#11"}, - "up": {"uv": [5.75, 15.25, 5.5, 14.5], "texture": "#11"}, - "down": {"uv": [14.75, 5.5, 14.5, 6.25], "texture": "#11"} - } - }, - { - "from": [15, 13, 6], - "to": [16, 14, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 13, 6]}, - "faces": { - "north": {"uv": [15.75, 3.25, 16, 3.5], "texture": "#11"}, - "east": {"uv": [14.5, 6.25, 15.25, 6.5], "texture": "#11"}, - "south": {"uv": [3.5, 15.75, 3.75, 16], "texture": "#11"}, - "west": {"uv": [14.5, 6.5, 15.25, 6.75], "texture": "#11"}, - "up": {"uv": [6, 15.25, 5.75, 14.5], "texture": "#11"}, - "down": {"uv": [6.25, 14.5, 6, 15.25], "texture": "#11"} - } - }, - { - "from": [15, 13, 1], - "to": [16, 14, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 13, 1]}, - "faces": { - "north": {"uv": [15.75, 3.5, 16, 3.75], "texture": "#11"}, - "east": {"uv": [15.25, 1.75, 15.75, 2], "texture": "#11"}, - "south": {"uv": [3.75, 15.75, 4, 16], "texture": "#11"}, - "west": {"uv": [2, 15.25, 2.5, 15.5], "texture": "#11"}, - "up": {"uv": [2.75, 15.5, 2.5, 15], "texture": "#11"}, - "down": {"uv": [3.75, 15, 3.5, 15.5], "texture": "#11"} - } - }, - { - "from": [15, 11, 1], - "to": [16, 12, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 11, 1]}, - "faces": { - "north": {"uv": [15.75, 3.75, 16, 4], "texture": "#11"}, - "east": {"uv": [15.25, 2.25, 15.75, 2.5], "texture": "#11"}, - "south": {"uv": [4, 15.75, 4.25, 16], "texture": "#11"}, - "west": {"uv": [15.25, 2.5, 15.75, 2.75], "texture": "#11"}, - "up": {"uv": [3, 15.75, 2.75, 15.25], "texture": "#11"}, - "down": {"uv": [3.25, 15.25, 3, 15.75], "texture": "#11"} - } - }, - { - "from": [15, 9, 1], - "to": [16, 10, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 9, 1]}, - "faces": { - "north": {"uv": [15.75, 4, 16, 4.25], "texture": "#11"}, - "east": {"uv": [15.25, 2.75, 15.75, 3], "texture": "#11"}, - "south": {"uv": [4.25, 15.75, 4.5, 16], "texture": "#11"}, - "west": {"uv": [15.25, 3.25, 15.75, 3.5], "texture": "#11"}, - "up": {"uv": [3.5, 15.75, 3.25, 15.25], "texture": "#11"}, - "down": {"uv": [15.5, 3.5, 15.25, 4], "texture": "#11"} - } - }, - { - "from": [15, 7, 1], - "to": [16, 8, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 7, 1]}, - "faces": { - "north": {"uv": [15.75, 4.25, 16, 4.5], "texture": "#11"}, - "east": {"uv": [3.75, 15.25, 4.25, 15.5], "texture": "#11"}, - "south": {"uv": [4.5, 15.75, 4.75, 16], "texture": "#11"}, - "west": {"uv": [4.25, 15.25, 4.75, 15.5], "texture": "#11"}, - "up": {"uv": [5, 15.75, 4.75, 15.25], "texture": "#11"}, - "down": {"uv": [5.25, 15.25, 5, 15.75], "texture": "#11"} - } - }, - { - "from": [15, 5, 1], - "to": [16, 6, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 5, 1]}, - "faces": { - "north": {"uv": [15.75, 4.5, 16, 4.75], "texture": "#11"}, - "east": {"uv": [15.25, 4.25, 15.75, 4.5], "texture": "#11"}, - "south": {"uv": [4.75, 15.75, 5, 16], "texture": "#11"}, - "west": {"uv": [5.25, 15.25, 5.75, 15.5], "texture": "#11"}, - "up": {"uv": [6, 15.75, 5.75, 15.25], "texture": "#11"}, - "down": {"uv": [6.25, 15.25, 6, 15.75], "texture": "#11"} - } - }, - { - "from": [15, 3, 1], - "to": [16, 4, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 3, 1]}, - "faces": { - "north": {"uv": [15.75, 4.75, 16, 5], "texture": "#11"}, - "east": {"uv": [15.25, 5.25, 15.75, 5.5], "texture": "#11"}, - "south": {"uv": [5, 15.75, 5.25, 16], "texture": "#11"}, - "west": {"uv": [6.25, 15.25, 6.75, 15.5], "texture": "#11"}, - "up": {"uv": [15.5, 6.75, 15.25, 6.25], "texture": "#11"}, - "down": {"uv": [7, 15.25, 6.75, 15.75], "texture": "#11"} - } - }, - { - "from": [15, 1, 1], - "to": [16, 2, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [10, 1, 1]}, - "faces": { - "north": {"uv": [15.75, 5, 16, 5.25], "texture": "#11"}, - "east": {"uv": [15.25, 6.75, 15.75, 7], "texture": "#11"}, - "south": {"uv": [5.25, 15.75, 5.5, 16], "texture": "#11"}, - "west": {"uv": [7, 15.25, 7.5, 15.5], "texture": "#11"}, - "up": {"uv": [15.5, 7.75, 15.25, 7.25], "texture": "#11"}, - "down": {"uv": [7.75, 15.25, 7.5, 15.75], "texture": "#11"} - } - }, { "from": [0, 0, 0], - "to": [1, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, 0, 6]}, + "to": [16, 16, 16], "faces": { - "north": {"uv": [15.75, 5.25, 16, 5.5], "texture": "#11"}, - "east": {"uv": [6.5, 7, 10.5, 7.25], "texture": "#11"}, - "south": {"uv": [5.5, 15.75, 5.75, 16], "texture": "#11"}, - "west": {"uv": [7, 6.5, 11, 6.75], "texture": "#11"}, - "up": {"uv": [6.75, 11.25, 6.5, 7.25], "texture": "#11"}, - "down": {"uv": [7, 7.25, 6.75, 11.25], "texture": "#11"} - } - }, - { - "from": [15, 0, 0], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 6]}, - "faces": { - "north": {"uv": [15.75, 5.5, 16, 5.75], "texture": "#11"}, - "east": {"uv": [7, 6.75, 11, 7], "texture": "#11"}, - "south": {"uv": [5.75, 15.75, 6, 16], "texture": "#11"}, - "west": {"uv": [7, 7.25, 11, 7.5], "texture": "#11"}, - "up": {"uv": [7.25, 11.5, 7, 7.5], "texture": "#11"}, - "down": {"uv": [7.5, 7.5, 7.25, 11.5], "texture": "#11"} - } - }, - { - "from": [1, 0, 15], - "to": [15, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 0, 6]}, - "faces": { - "north": {"uv": [9, 5, 12.5, 5.25], "texture": "#11"}, - "east": {"uv": [15.75, 5.75, 16, 6], "texture": "#11"}, - "south": {"uv": [9, 5.25, 12.5, 5.5], "texture": "#11"}, - "west": {"uv": [6, 15.75, 6.25, 16], "texture": "#11"}, - "up": {"uv": [12.5, 5.75, 9, 5.5], "texture": "#11"}, - "down": {"uv": [12.5, 5.75, 9, 6], "texture": "#11"} - } - }, - { - "from": [1, 0, 0], - "to": [15, 1, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [13, 0, -9]}, - "faces": { - "north": {"uv": [9, 6, 12.5, 6.25], "texture": "#11"}, - "east": {"uv": [15.75, 6, 16, 6.25], "texture": "#11"}, - "south": {"uv": [9, 6.25, 12.5, 6.5], "texture": "#11"}, - "west": {"uv": [6.25, 15.75, 6.5, 16], "texture": "#11"}, - "up": {"uv": [11, 9.25, 7.5, 9], "texture": "#11"}, - "down": {"uv": [11, 9.25, 7.5, 9.5], "texture": "#11"} - } - }, - { - "from": [5, 4, 15], - "to": [8, 5, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [5, 4, 15]}, - "faces": { - "north": {"uv": [6.75, 14.5, 7.5, 14.75], "texture": "#11"}, - "east": {"uv": [15.75, 6.25, 16, 6.5], "texture": "#11"}, - "south": {"uv": [14.5, 6.75, 15.25, 7], "texture": "#11"}, - "west": {"uv": [6.5, 15.75, 6.75, 16], "texture": "#11"}, - "up": {"uv": [15.25, 7.5, 14.5, 7.25], "texture": "#11"}, - "down": {"uv": [15.25, 7.5, 14.5, 7.75], "texture": "#11"} - } - }, - { - "from": [8, 5, 15], - "to": [11, 6, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 15]}, - "faces": { - "north": {"uv": [14.5, 7.75, 15.25, 8], "texture": "#11"}, - "east": {"uv": [15.75, 6.5, 16, 6.75], "texture": "#11"}, - "south": {"uv": [8, 14.5, 8.75, 14.75], "texture": "#11"}, - "west": {"uv": [6.75, 15.75, 7, 16], "texture": "#11"}, - "up": {"uv": [15.25, 8.25, 14.5, 8], "texture": "#11"}, - "down": {"uv": [15.25, 8.25, 14.5, 8.5], "texture": "#11"} - } - }, - { - "from": [8, 3, 15], - "to": [11, 4, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 3, 15]}, - "faces": { - "north": {"uv": [14.5, 8.5, 15.25, 8.75], "texture": "#11"}, - "east": {"uv": [15.75, 6.75, 16, 7], "texture": "#11"}, - "south": {"uv": [8.75, 14.5, 9.5, 14.75], "texture": "#11"}, - "west": {"uv": [7, 15.75, 7.25, 16], "texture": "#11"}, - "up": {"uv": [15.25, 9, 14.5, 8.75], "texture": "#11"}, - "down": {"uv": [15.25, 9, 14.5, 9.25], "texture": "#11"} - } - }, - { - "from": [8, 1, 15], - "to": [11, 2, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 1, 15]}, - "faces": { - "north": {"uv": [14.5, 9.25, 15.25, 9.5], "texture": "#11"}, - "east": {"uv": [15.75, 7, 16, 7.25], "texture": "#11"}, - "south": {"uv": [9.75, 14.5, 10.5, 14.75], "texture": "#11"}, - "west": {"uv": [7.25, 15.75, 7.5, 16], "texture": "#11"}, - "up": {"uv": [15.25, 11, 14.5, 10.75], "texture": "#11"}, - "down": {"uv": [15.25, 11, 14.5, 11.25], "texture": "#11"} - } - }, - { - "from": [5, 2, 15], - "to": [8, 3, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [5, 2, 15]}, - "faces": { - "north": {"uv": [11.25, 14.5, 12, 14.75], "texture": "#11"}, - "east": {"uv": [15.75, 7.25, 16, 7.5], "texture": "#11"}, - "south": {"uv": [14.5, 11.25, 15.25, 11.5], "texture": "#11"}, - "west": {"uv": [7.5, 15.75, 7.75, 16], "texture": "#11"}, - "up": {"uv": [15.25, 11.75, 14.5, 11.5], "texture": "#11"}, - "down": {"uv": [15.25, 12.5, 14.5, 12.75], "texture": "#11"} - } - }, - { - "from": [5, 2, 0], - "to": [8, 3, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [5, 2, 0]}, - "faces": { - "north": {"uv": [12.75, 14.5, 13.5, 14.75], "texture": "#11"}, - "east": {"uv": [15.75, 7.5, 16, 7.75], "texture": "#11"}, - "south": {"uv": [14.5, 12.75, 15.25, 13], "texture": "#11"}, - "west": {"uv": [7.75, 15.75, 8, 16], "texture": "#11"}, - "up": {"uv": [15.25, 13.25, 14.5, 13], "texture": "#11"}, - "down": {"uv": [15.25, 13.25, 14.5, 13.5], "texture": "#11"} - } - }, - { - "from": [8, 1, 0], - "to": [11, 2, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 1, 0]}, - "faces": { - "north": {"uv": [14.5, 13.5, 15.25, 13.75], "texture": "#11"}, - "east": {"uv": [15.75, 7.75, 16, 8], "texture": "#11"}, - "south": {"uv": [14.5, 13.75, 15.25, 14], "texture": "#11"}, - "west": {"uv": [8, 15.75, 8.25, 16], "texture": "#11"}, - "up": {"uv": [15.25, 14.25, 14.5, 14], "texture": "#11"}, - "down": {"uv": [15, 14.5, 14.25, 14.75], "texture": "#11"} - } - }, - { - "from": [8, 3, 0], - "to": [11, 4, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 3, 0]}, - "faces": { - "north": {"uv": [14.5, 14.25, 15.25, 14.5], "texture": "#11"}, - "east": {"uv": [15.75, 8, 16, 8.25], "texture": "#11"}, - "south": {"uv": [0, 14.75, 0.75, 15], "texture": "#11"}, - "west": {"uv": [8.25, 15.75, 8.5, 16], "texture": "#11"}, - "up": {"uv": [15.5, 4.75, 14.75, 4.5], "texture": "#11"}, - "down": {"uv": [5.5, 14.75, 4.75, 15], "texture": "#11"} - } - }, - { - "from": [8, 5, 0], - "to": [11, 6, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 0]}, - "faces": { - "north": {"uv": [14.75, 4.75, 15.5, 5], "texture": "#11"}, - "east": {"uv": [15.75, 8.25, 16, 8.5], "texture": "#11"}, - "south": {"uv": [14.75, 5, 15.5, 5.25], "texture": "#11"}, - "west": {"uv": [8.5, 15.75, 8.75, 16], "texture": "#11"}, - "up": {"uv": [15.5, 5.75, 14.75, 5.5], "texture": "#11"}, - "down": {"uv": [15.5, 5.75, 14.75, 6], "texture": "#11"} - } - }, - { - "from": [5, 4, 0], - "to": [8, 5, 1], - "rotation": {"angle": 0, "axis": "y", "origin": [5, 4, 0]}, - "faces": { - "north": {"uv": [14.75, 6, 15.5, 6.25], "texture": "#11"}, - "east": {"uv": [15.75, 8.5, 16, 8.75], "texture": "#11"}, - "south": {"uv": [6.75, 14.75, 7.5, 15], "texture": "#11"}, - "west": {"uv": [8.75, 15.75, 9, 16], "texture": "#11"}, - "up": {"uv": [8.75, 15, 8, 14.75], "texture": "#11"}, - "down": {"uv": [9.5, 14.75, 8.75, 15], "texture": "#11"} + "north": {"uv": [0, 0, 4, 4], "texture": "#0"}, + "east": {"uv": [0, 4, 4, 8], "texture": "#0"}, + "south": {"uv": [4, 0, 8, 4], "texture": "#0"}, + "west": {"uv": [4, 4, 8, 8], "texture": "#0"}, + "up": {"uv": [4, 12, 0, 8], "texture": "#0"}, + "down": {"uv": [12, 0, 8, 4], "texture": "#0"} } } ], "display": { "thirdperson_righthand": { - "translation": [0, 1.75, 0], - "scale": [0.25, 0.25, 0.25] + "translation": [0, -2, -1.75], + "scale": [0.3, 0.3, 0.3] }, "thirdperson_lefthand": { - "translation": [0, 1.75, 0], - "scale": [0.25, 0.25, 0.25] + "translation": [0, -2, -1.75], + "scale": [0.3, 0.3, 0.3] }, "firstperson_righthand": { + "rotation": [0, 5, 0], "scale": [0.5, 0.5, 0.5] }, "firstperson_lefthand": { + "rotation": [0, -5, 0], "scale": [0.5, 0.5, 0.5] }, "ground": { - "translation": [0, 1, 0], - "scale": [0.25, 0.25, 0.25] + "translation": [0, 1.5, 0], + "scale": [0.4, 0.4, 0.4] }, "gui": { - "rotation": [0, -1, 0], - "scale": [0.75, 0.75, 0.75] + "rotation": [38, -50, 0], + "scale": [0.5, 0.5, 0.5] }, "head": { - "translation": [0, 14, 0] - }, - "fixed": { - "rotation": [-90, 0, 0], - "translation": [0, 0, -8] + "scale": [0.81, 0.81, 0.81] } - }, - "groups": [ - 0, - { - "name": "pink", - "origin": [8, 8, 8], - "color": 0, - "children": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19] - }, - { - "name": "pink 2", - "origin": [8, 8, 8], - "color": 0, - "children": [20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38] - }, - { - "name": "blue", - "origin": [8, 8, 8], - "color": 0, - "children": [39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59] - }, - { - "name": "blue 2", - "origin": [8, 8, 8], - "color": 0, - "children": [60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105] - }, - { - "name": "pink wall", - "origin": [8, 8, 8], - "color": 0, - "children": [106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117] - }, - { - "name": "wall2", - "origin": [8, 8, 8], - "color": 0, - "children": [118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138] - }, - 139, - 140, - 141, - 142, - 143, - 144, - 145, - 146, - 147, - 148, - 149, - 150, - 151, - 152 - ] + } } \ No newline at end of file diff --git a/src/main/resources/assets/celestianeconomy/textures/block/big_nothing.png b/src/main/resources/assets/celestianeconomy/textures/block/big_nothing.png index 5b1a1087a7da371c7a5f1f1f50a178f4276817c8..010febb111e53633e20e7e5edb9e48ac71efcdef 100644 GIT binary patch literal 3768 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 yg