From a34127c78a798b658b28d46883a8066fb5675e0b Mon Sep 17 00:00:00 2001 From: Mark Rapson Date: Mon, 11 Nov 2024 12:51:36 +0000 Subject: [PATCH] Migrated to custom namespace. Updated pack formats and corrected spelling. Removed Chess Pawn. --- .../models}/festive/christmas_tree.json | 2 +- .../models}/festive/hot_chocolate_mug.json | 6 +- .../models}/festive/presents.json | 6 +- .../custom => lz/models}/festive/snowman.json | 4 +- .../custom => lz/models}/hats/witch.json | 4 +- .../models}/items/candle_stand.json | 2 +- .../custom => lz/models}/items/tankard.json | 0 .../block}/festive/christmas_tree.png | Bin .../block}/festive/hot_chocolate_mug.png | Bin .../textures/block}/festive/presents.png | Bin .../textures/block}/festive/ribbons.png | Bin .../block}/festive/smoke-spritesheet.png | Bin .../festive/smoke-spritesheet.png.mcmeta | 0 .../textures/block}/festive/snowman.png | Bin .../textures/block}/hats/witch.png | Bin .../textures/block}/items/flame.png | Bin .../textures/block}/items/flame.png.mcmeta | 0 .../models/block/custom/chess-pawn.json | 840 ------------------ .../minecraft/models/item/carved_pumpkin.json | 2 +- .../minecraft/models/item/iron_nugget.json | 13 +- packs/0-base/pack.mcmeta | 4 +- 21 files changed, 21 insertions(+), 862 deletions(-) rename packs/0-base/assets/{minecraft/models/block/custom => lz/models}/festive/christmas_tree.json (99%) rename packs/0-base/assets/{minecraft/models/block/custom => lz/models}/festive/hot_chocolate_mug.json (97%) rename packs/0-base/assets/{minecraft/models/block/custom => lz/models}/festive/presents.json (99%) rename packs/0-base/assets/{minecraft/models/block/custom => lz/models}/festive/snowman.json (99%) rename packs/0-base/assets/{minecraft/models/block/custom => lz/models}/hats/witch.json (98%) rename packs/0-base/assets/{minecraft/models/block/custom => lz/models}/items/candle_stand.json (99%) rename packs/0-base/assets/{minecraft/models/block/custom => lz/models}/items/tankard.json (100%) rename packs/0-base/assets/{minecraft/textures/block/custom => lz/textures/block}/festive/christmas_tree.png (100%) rename packs/0-base/assets/{minecraft/textures/block/custom => lz/textures/block}/festive/hot_chocolate_mug.png (100%) rename packs/0-base/assets/{minecraft/textures/block/custom => lz/textures/block}/festive/presents.png (100%) rename packs/0-base/assets/{minecraft/textures/block/custom => lz/textures/block}/festive/ribbons.png (100%) rename packs/0-base/assets/{minecraft/textures/block/custom => lz/textures/block}/festive/smoke-spritesheet.png (100%) rename packs/0-base/assets/{minecraft/textures/block/custom => lz/textures/block}/festive/smoke-spritesheet.png.mcmeta (100%) rename packs/0-base/assets/{minecraft/textures/block/custom => lz/textures/block}/festive/snowman.png (100%) rename packs/0-base/assets/{minecraft/textures/block/custom => lz/textures/block}/hats/witch.png (100%) rename packs/0-base/assets/{minecraft/textures/block/custom => lz/textures/block}/items/flame.png (100%) rename packs/0-base/assets/{minecraft/textures/block/custom => lz/textures/block}/items/flame.png.mcmeta (100%) delete mode 100644 packs/0-base/assets/minecraft/models/block/custom/chess-pawn.json diff --git a/packs/0-base/assets/minecraft/models/block/custom/festive/christmas_tree.json b/packs/0-base/assets/lz/models/festive/christmas_tree.json similarity index 99% rename from packs/0-base/assets/minecraft/models/block/custom/festive/christmas_tree.json rename to packs/0-base/assets/lz/models/festive/christmas_tree.json index 6f603a2..f0f438f 100644 --- a/packs/0-base/assets/minecraft/models/block/custom/festive/christmas_tree.json +++ b/packs/0-base/assets/lz/models/festive/christmas_tree.json @@ -2,7 +2,7 @@ "credit": "Made with Blockbench", "texture_size": [128, 128], "textures": { - "6": "block/custom/festive/christmas_tree" + "6": "lz:block/festive/christmas_tree" }, "elements": [ { diff --git a/packs/0-base/assets/minecraft/models/block/custom/festive/hot_chocolate_mug.json b/packs/0-base/assets/lz/models/festive/hot_chocolate_mug.json similarity index 97% rename from packs/0-base/assets/minecraft/models/block/custom/festive/hot_chocolate_mug.json rename to packs/0-base/assets/lz/models/festive/hot_chocolate_mug.json index 1e083ef..ba984b5 100644 --- a/packs/0-base/assets/minecraft/models/block/custom/festive/hot_chocolate_mug.json +++ b/packs/0-base/assets/lz/models/festive/hot_chocolate_mug.json @@ -2,9 +2,9 @@ "credit": "Made with Blockbench", "texture_size": [32, 32], "textures": { - "0": "block/custom/festive/hot_chocolate_mug", - "1": "block/custom/festive/smoke-spritesheet", - "particle": "block/custom/festive/hot_chocolate_mug" + "0": "lz:block/festive/hot_chocolate_mug", + "1": "lz:block/festive/smoke-spritesheet", + "particle": "lz:block/festive/hot_chocolate_mug" }, "elements": [ { diff --git a/packs/0-base/assets/minecraft/models/block/custom/festive/presents.json b/packs/0-base/assets/lz/models/festive/presents.json similarity index 99% rename from packs/0-base/assets/minecraft/models/block/custom/festive/presents.json rename to packs/0-base/assets/lz/models/festive/presents.json index 01139dd..ff1aa17 100644 --- a/packs/0-base/assets/minecraft/models/block/custom/festive/presents.json +++ b/packs/0-base/assets/lz/models/festive/presents.json @@ -3,9 +3,9 @@ "ambientocclusion": false, "texture_size": [64, 64], "textures": { - "0": "block/custom/festive/presents", - "1": "block/custom/festive/ribbons", - "particle": "block/custom/festive/presents" + "0": "lz:block/festive/presents", + "1": "lz:block/festive/ribbons", + "particle": "lz:block/festive/presents" }, "elements": [ { diff --git a/packs/0-base/assets/minecraft/models/block/custom/festive/snowman.json b/packs/0-base/assets/lz/models/festive/snowman.json similarity index 99% rename from packs/0-base/assets/minecraft/models/block/custom/festive/snowman.json rename to packs/0-base/assets/lz/models/festive/snowman.json index ee56e6a..e10149a 100644 --- a/packs/0-base/assets/minecraft/models/block/custom/festive/snowman.json +++ b/packs/0-base/assets/lz/models/festive/snowman.json @@ -3,8 +3,8 @@ "ambientocclusion": false, "texture_size": [128, 128], "textures": { - "0": "block/custom/festive/snowman", - "particle": "block/custom/festive/snowman" + "0": "lz:block/festive/snowman", + "particle": "lz:block/festive/snowman" }, "elements": [ { diff --git a/packs/0-base/assets/minecraft/models/block/custom/hats/witch.json b/packs/0-base/assets/lz/models/hats/witch.json similarity index 98% rename from packs/0-base/assets/minecraft/models/block/custom/hats/witch.json rename to packs/0-base/assets/lz/models/hats/witch.json index ccc6163..11ead2f 100644 --- a/packs/0-base/assets/minecraft/models/block/custom/hats/witch.json +++ b/packs/0-base/assets/lz/models/hats/witch.json @@ -1,8 +1,8 @@ { "texture_size": [64, 64], "textures": { - "0": "block/custom/hats/witch", - "particle": "block/custom/hats/witch" + "0": "lz:block/hats/witch", + "particle": "lz:block/hats/witch" }, "elements": [ { diff --git a/packs/0-base/assets/minecraft/models/block/custom/items/candle_stand.json b/packs/0-base/assets/lz/models/items/candle_stand.json similarity index 99% rename from packs/0-base/assets/minecraft/models/block/custom/items/candle_stand.json rename to packs/0-base/assets/lz/models/items/candle_stand.json index 03100a6..7a39b85 100644 --- a/packs/0-base/assets/minecraft/models/block/custom/items/candle_stand.json +++ b/packs/0-base/assets/lz/models/items/candle_stand.json @@ -2,7 +2,7 @@ "textures": { "0": "minecraft:block/candle", "1": "minecraft:block/gold_block", - "2": "block/custom/items/flame", + "2": "lz:block/items/flame", "particle": "minecraft:block/gold_block" }, "elements": [ diff --git a/packs/0-base/assets/minecraft/models/block/custom/items/tankard.json b/packs/0-base/assets/lz/models/items/tankard.json similarity index 100% rename from packs/0-base/assets/minecraft/models/block/custom/items/tankard.json rename to packs/0-base/assets/lz/models/items/tankard.json diff --git a/packs/0-base/assets/minecraft/textures/block/custom/festive/christmas_tree.png b/packs/0-base/assets/lz/textures/block/festive/christmas_tree.png similarity index 100% rename from packs/0-base/assets/minecraft/textures/block/custom/festive/christmas_tree.png rename to packs/0-base/assets/lz/textures/block/festive/christmas_tree.png diff --git a/packs/0-base/assets/minecraft/textures/block/custom/festive/hot_chocolate_mug.png b/packs/0-base/assets/lz/textures/block/festive/hot_chocolate_mug.png similarity index 100% rename from packs/0-base/assets/minecraft/textures/block/custom/festive/hot_chocolate_mug.png rename to packs/0-base/assets/lz/textures/block/festive/hot_chocolate_mug.png diff --git a/packs/0-base/assets/minecraft/textures/block/custom/festive/presents.png b/packs/0-base/assets/lz/textures/block/festive/presents.png similarity index 100% rename from packs/0-base/assets/minecraft/textures/block/custom/festive/presents.png rename to packs/0-base/assets/lz/textures/block/festive/presents.png diff --git a/packs/0-base/assets/minecraft/textures/block/custom/festive/ribbons.png b/packs/0-base/assets/lz/textures/block/festive/ribbons.png similarity index 100% rename from packs/0-base/assets/minecraft/textures/block/custom/festive/ribbons.png rename to packs/0-base/assets/lz/textures/block/festive/ribbons.png diff --git a/packs/0-base/assets/minecraft/textures/block/custom/festive/smoke-spritesheet.png b/packs/0-base/assets/lz/textures/block/festive/smoke-spritesheet.png similarity index 100% rename from packs/0-base/assets/minecraft/textures/block/custom/festive/smoke-spritesheet.png rename to packs/0-base/assets/lz/textures/block/festive/smoke-spritesheet.png diff --git a/packs/0-base/assets/minecraft/textures/block/custom/festive/smoke-spritesheet.png.mcmeta b/packs/0-base/assets/lz/textures/block/festive/smoke-spritesheet.png.mcmeta similarity index 100% rename from packs/0-base/assets/minecraft/textures/block/custom/festive/smoke-spritesheet.png.mcmeta rename to packs/0-base/assets/lz/textures/block/festive/smoke-spritesheet.png.mcmeta diff --git a/packs/0-base/assets/minecraft/textures/block/custom/festive/snowman.png b/packs/0-base/assets/lz/textures/block/festive/snowman.png similarity index 100% rename from packs/0-base/assets/minecraft/textures/block/custom/festive/snowman.png rename to packs/0-base/assets/lz/textures/block/festive/snowman.png diff --git a/packs/0-base/assets/minecraft/textures/block/custom/hats/witch.png b/packs/0-base/assets/lz/textures/block/hats/witch.png similarity index 100% rename from packs/0-base/assets/minecraft/textures/block/custom/hats/witch.png rename to packs/0-base/assets/lz/textures/block/hats/witch.png diff --git a/packs/0-base/assets/minecraft/textures/block/custom/items/flame.png b/packs/0-base/assets/lz/textures/block/items/flame.png similarity index 100% rename from packs/0-base/assets/minecraft/textures/block/custom/items/flame.png rename to packs/0-base/assets/lz/textures/block/items/flame.png diff --git a/packs/0-base/assets/minecraft/textures/block/custom/items/flame.png.mcmeta b/packs/0-base/assets/lz/textures/block/items/flame.png.mcmeta similarity index 100% rename from packs/0-base/assets/minecraft/textures/block/custom/items/flame.png.mcmeta rename to packs/0-base/assets/lz/textures/block/items/flame.png.mcmeta diff --git a/packs/0-base/assets/minecraft/models/block/custom/chess-pawn.json b/packs/0-base/assets/minecraft/models/block/custom/chess-pawn.json deleted file mode 100644 index b149b93..0000000 --- a/packs/0-base/assets/minecraft/models/block/custom/chess-pawn.json +++ /dev/null @@ -1,840 +0,0 @@ -{ - "credit": "Made with Blockbench by dragonmaster95", - "textures": { - "0": "minecraft:block/bone_block_side", - "particle": "minecraft:block/bone_block_side" - }, - "elements": [ - { - "name": "hexadecagon", - "from": [1.14, 1.75, 6.63546], - "to": [14.86, 3.5, 9.36454], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 2.25, 8]}, - "faces": { - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [6.63546, 1.75, 1.14], - "to": [9.36454, 3.5, 14.86], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 2.25, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [6.63546, 1.75, 1.14], - "to": [9.36454, 3.5, 14.86], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 2.25, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [6.63546, 1.75, 1.14], - "to": [9.36454, 3.5, 14.86], - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [6.63546, 1.75, 1.14], - "to": [9.36454, 3.5, 14.86], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 2.25, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [6.63546, 1.75, 1.14], - "to": [9.36454, 3.5, 14.86], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 2.25, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [1.14, 1.75, 6.63546], - "to": [14.86, 3.5, 9.36454], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 2.25, 8]}, - "faces": { - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [1.14, 1.75, 6.63546], - "to": [14.86, 3.5, 9.36454], - "faces": { - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [6.92588, 11.75, 2.6], - "to": [9.07412, 12.75, 13.4], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 14.5, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [6.92588, 11.75, 2.6], - "to": [9.07412, 12.75, 13.4], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 14.5, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [6.92588, 11.75, 2.6], - "to": [9.07412, 12.75, 13.4], - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [6.92588, 11.75, 2.6], - "to": [9.07412, 12.75, 13.4], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 14.5, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [6.92588, 11.75, 2.6], - "to": [9.07412, 12.75, 13.4], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 14.5, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [2.6, 11.75, 6.92588], - "to": [13.4, 12.75, 9.07412], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 14.5, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [2.6, 11.75, 6.92588], - "to": [13.4, 12.75, 9.07412], - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [2.6, 11.75, 6.92588], - "to": [13.4, 12.75, 9.07412], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 14.5, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [6.60761, 0, 1], - "to": [9.39239, 1.5, 15], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0.5, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [6.60761, 0, 1], - "to": [9.39239, 1.5, 15], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 0.5, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [6.60761, 0, 1], - "to": [9.39239, 1.5, 15], - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [6.60761, 0, 1], - "to": [9.39239, 1.5, 15], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 0.5, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [6.60761, 0, 1], - "to": [9.39239, 1.5, 15], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0.5, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [1, 0, 6.60761], - "to": [15, 1.5, 9.39239], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 0.5, 8]}, - "faces": { - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [1, 0, 6.60761], - "to": [15, 1.5, 9.39239], - "faces": { - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [1, 0, 6.60761], - "to": [15, 1.5, 9.39239], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 0.5, 8]}, - "faces": { - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [7.41281, 14.75, 5.048], - "to": [8.58719, 15.75, 10.952], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 13.25, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [7.41281, 14.75, 5.048], - "to": [8.58719, 15.75, 10.952], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 13.25, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [7.41281, 14.75, 5.048], - "to": [8.58719, 15.75, 10.952], - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [7.41281, 14.75, 5.048], - "to": [8.58719, 15.75, 10.952], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 13.25, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [7.41281, 14.75, 5.048], - "to": [8.58719, 15.75, 10.952], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 13.25, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [5.048, 14.75, 7.41281], - "to": [10.952, 15.75, 8.58719], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 13.25, 8]}, - "faces": { - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [5.048, 14.75, 7.41281], - "to": [10.952, 15.75, 8.58719], - "faces": { - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [5.048, 14.75, 7.41281], - "to": [10.952, 15.75, 8.58719], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 13.25, 8]}, - "faces": { - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [6.80653, 1.5, 2], - "to": [9.19347, 4.75, 14], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 4.25, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [6.80653, 1.5, 2], - "to": [9.19347, 4.75, 14], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 4.25, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [6.80653, 1.5, 2], - "to": [9.19347, 4.75, 14], - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [6.80653, 1.5, 2], - "to": [9.19347, 4.75, 14], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 4.25, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [6.80653, 1.5, 2], - "to": [9.19347, 4.75, 14], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 4.25, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [2, 1.5, 6.80653], - "to": [14, 4.75, 9.19347], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 4.25, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [2, 1.5, 6.80653], - "to": [14, 4.75, 9.19347], - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [2, 1.5, 6.80653], - "to": [14, 4.75, 9.19347], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 4.25, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [7.10489, 4.75, 3.5], - "to": [8.89511, 6.75, 12.5], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 7.5, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [7.10489, 4.75, 3.5], - "to": [8.89511, 6.75, 12.5], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 7.5, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [7.10489, 4.75, 3.5], - "to": [8.89511, 6.75, 12.5], - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [7.10489, 4.75, 3.5], - "to": [8.89511, 6.75, 12.5], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 7.5, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [7.10489, 4.75, 3.5], - "to": [8.89511, 6.75, 12.5], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 7.5, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [3.5, 4.75, 7.10489], - "to": [12.5, 6.75, 8.89511], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 7.5, 8]}, - "faces": { - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [3.5, 4.75, 7.10489], - "to": [12.5, 6.75, 8.89511], - "faces": { - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [3.5, 4.75, 7.10489], - "to": [12.5, 6.75, 8.89511], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 7.5, 8]}, - "faces": { - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [7.10489, 10.75, 3.5], - "to": [8.89511, 11.75, 12.5], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 13.5, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [7.10489, 10.75, 3.5], - "to": [8.89511, 11.75, 12.5], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 13.5, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [7.10489, 10.75, 3.5], - "to": [8.89511, 11.75, 12.5], - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [7.10489, 10.75, 3.5], - "to": [8.89511, 11.75, 12.5], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 13.5, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [7.10489, 10.75, 3.5], - "to": [8.89511, 11.75, 12.5], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 13.5, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [3.5, 10.75, 7.10489], - "to": [12.5, 11.75, 8.89511], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 13.5, 8]}, - "faces": { - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [3.5, 10.75, 7.10489], - "to": [12.5, 11.75, 8.89511], - "faces": { - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [3.5, 10.75, 7.10489], - "to": [12.5, 11.75, 8.89511], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 13.5, 8]}, - "faces": { - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "down": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [7.28391, 6.75, 4.4], - "to": [8.71609, 14.75, 11.6], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 7.25, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [7.28391, 6.75, 4.4], - "to": [8.71609, 14.75, 11.6], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 7.25, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [7.28391, 6.75, 4.4], - "to": [8.71609, 14.75, 11.6], - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [7.28391, 6.75, 4.4], - "to": [8.71609, 14.75, 11.6], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 7.25, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [7.28391, 6.75, 4.4], - "to": [8.71609, 14.75, 11.6], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 7.25, 8]}, - "faces": { - "north": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "south": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [4.4, 6.75, 7.28391], - "to": [11.6, 14.75, 8.71609], - "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 7.25, 8]}, - "faces": { - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [4.4, 6.75, 7.28391], - "to": [11.6, 14.75, 8.71609], - "faces": { - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - }, - { - "name": "hexadecagon", - "from": [4.4, 6.75, 7.28391], - "to": [11.6, 14.75, 8.71609], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 7.25, 8]}, - "faces": { - "east": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "west": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0}, - "up": {"uv": [1, 3, 1.88, 3.88], "texture": "#0", "tintindex": 0} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [53, 45, 0], - "translation": [0, -1.5, -1], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [53, 45, 0], - "translation": [0, -1.5, -1], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 110, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 110, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, -2, 0], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 135, 0], - "translation": [0, -2.75, 0], - "scale": [0.5, 0.5, 0.5] - }, - "head": { - "translation": [0, -24, 0], - "scale": [2.4, 2.4, 2.4] - }, - "fixed": { - "translation": [0, -4.5, 0], - "scale": [0.6, 0.6, 0.6] - } - }, - "groups": [ - { - "name": "group", - "origin": [8, 8, 8], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7] - }, - { - "name": "hexadecagon", - "origin": [8, 8, 8], - "color": 0, - "children": [8, 9, 10, 11, 12, 13, 14, 15] - }, - { - "name": "hexadecagon", - "origin": [8, 8, 8], - "color": 0, - "children": [16, 17, 18, 19, 20, 21, 22, 23] - }, - { - "name": "hexadecagon2", - "origin": [8, 8, 8], - "color": 0, - "children": [24, 25, 26, 27, 28, 29, 30, 31] - }, - { - "name": "hexadecagon3", - "origin": [8, 8, 8], - "color": 0, - "children": [32, 33, 34, 35, 36, 37, 38, 39] - }, - { - "name": "group", - "origin": [8, 8, 8], - "color": 0, - "children": [40, 41, 42, 43, 44, 45, 46, 47] - }, - { - "name": "group2", - "origin": [8, 8, 8], - "color": 0, - "children": [48, 49, 50, 51, 52, 53, 54, 55] - }, - { - "name": "hexadecagon4", - "origin": [8, 8, 8], - "color": 0, - "children": [56, 57, 58, 59, 60, 61, 62, 63] - } - ] -} \ No newline at end of file diff --git a/packs/0-base/assets/minecraft/models/item/carved_pumpkin.json b/packs/0-base/assets/minecraft/models/item/carved_pumpkin.json index 5e14033..8edeab8 100644 --- a/packs/0-base/assets/minecraft/models/item/carved_pumpkin.json +++ b/packs/0-base/assets/minecraft/models/item/carved_pumpkin.json @@ -1,6 +1,6 @@ { "parent": "minecraft:block/carved_pumpkin", "overrides": [ - {"predicate": {"custom_model_data":5971}, "model": "block/custom/hats/witch"} + {"predicate": {"custom_model_data":5971}, "model": "lz:hats/witch"} ] } \ No newline at end of file diff --git a/packs/0-base/assets/minecraft/models/item/iron_nugget.json b/packs/0-base/assets/minecraft/models/item/iron_nugget.json index fe0c99c..6e8c000 100644 --- a/packs/0-base/assets/minecraft/models/item/iron_nugget.json +++ b/packs/0-base/assets/minecraft/models/item/iron_nugget.json @@ -4,12 +4,11 @@ "layer0": "minecraft:item/iron_nugget" }, "overrides": [ - {"predicate": {"custom_model_data":5971}, "model": "block/custom/chess-pawn"}, - {"predicate": {"custom_model_data":5972}, "model": "block/custom/items/tankard"}, - {"predicate": {"custom_model_data":5973}, "model": "block/custom/items/candle_stand"}, - {"predicate": {"custom_model_data":5974}, "model": "block/custom/festive/christmas_tree"}, - {"predicate": {"custom_model_data":5975}, "model": "block/custom/festive/hot_chocolate_mug"}, - {"predicate": {"custom_model_data":5976}, "model": "block/custom/festive/presents"}, - {"predicate": {"custom_model_data":5977}, "model": "block/custom/festive/snowman"} + {"predicate": {"custom_model_data":5972}, "model": "lz:items/tankard"}, + {"predicate": {"custom_model_data":5973}, "model": "lz:items/candle_stand"}, + {"predicate": {"custom_model_data":5974}, "model": "lz:festive/christmas_tree"}, + {"predicate": {"custom_model_data":5975}, "model": "lz:festive/hot_chocolate_mug"}, + {"predicate": {"custom_model_data":5976}, "model": "lz:festive/presents"}, + {"predicate": {"custom_model_data":5977}, "model": "lz:festive/snowman"} ] } \ No newline at end of file diff --git a/packs/0-base/pack.mcmeta b/packs/0-base/pack.mcmeta index 2bb9e69..7dac169 100644 --- a/packs/0-base/pack.mcmeta +++ b/packs/0-base/pack.mcmeta @@ -1,11 +1,11 @@ { "pack": { "pack_format": 1, - "name": "LZ Puiblic - Server Resourcepack", + "name": "LZ Public - Server Resourcepack", "description": "Custom resource pack for lzstealth.com", "supported_formats": { "min_inclusive": 1, - "max_inclusive": 99 + "max_inclusive": 999 } } }