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 5b1a108..010febb 100644 Binary files a/src/main/resources/assets/celestianeconomy/textures/block/big_nothing.png and b/src/main/resources/assets/celestianeconomy/textures/block/big_nothing.png differ