From 460a7a0adf938a5ee61527318034b752c47dcddf Mon Sep 17 00:00:00 2001 From: Glitchlabs Date: Mon, 3 Aug 2026 10:41:01 +0200 Subject: [PATCH] + more iron shelf variants modify iron shelf variants weights --- .../ovh/glitchlabs/ornamentum/Ornamentum.java | 2 +- .../ornamentum/blockstates/iron_shelf.json | 70 +++- .../models/block/iron_shelf_things_10.json | 250 +++++++++++++ .../models/block/iron_shelf_things_11.json | 279 +++++++++++++++ .../models/block/iron_shelf_things_12.json | 279 +++++++++++++++ .../models/block/iron_shelf_things_13.json | 279 +++++++++++++++ .../models/block/iron_shelf_things_14.json | 279 +++++++++++++++ .../models/block/iron_shelf_things_15.json | 279 +++++++++++++++ .../models/block/iron_shelf_things_8.json | 332 ++++++++++++++++++ .../models/block/iron_shelf_things_9.json | 332 ++++++++++++++++++ 10 files changed, 2361 insertions(+), 20 deletions(-) create mode 100644 src/main/resources/assets/ornamentum/models/block/iron_shelf_things_10.json create mode 100644 src/main/resources/assets/ornamentum/models/block/iron_shelf_things_11.json create mode 100644 src/main/resources/assets/ornamentum/models/block/iron_shelf_things_12.json create mode 100644 src/main/resources/assets/ornamentum/models/block/iron_shelf_things_13.json create mode 100644 src/main/resources/assets/ornamentum/models/block/iron_shelf_things_14.json create mode 100644 src/main/resources/assets/ornamentum/models/block/iron_shelf_things_15.json create mode 100644 src/main/resources/assets/ornamentum/models/block/iron_shelf_things_8.json create mode 100644 src/main/resources/assets/ornamentum/models/block/iron_shelf_things_9.json diff --git a/src/main/java/ovh/glitchlabs/ornamentum/Ornamentum.java b/src/main/java/ovh/glitchlabs/ornamentum/Ornamentum.java index 69b3220..8081526 100644 --- a/src/main/java/ovh/glitchlabs/ornamentum/Ornamentum.java +++ b/src/main/java/ovh/glitchlabs/ornamentum/Ornamentum.java @@ -123,7 +123,7 @@ public class Ornamentum { net.minecraft.client.renderer.ItemBlockRenderTypes.setRenderLayer(ModBlocks.LIME_GLOW_BLOCK.get(), net.minecraft.client.renderer.RenderType.cutout()); - net.minecraft.client.renderer.ItemBlockRenderTypes.setRenderLayer(ModBlocks.IRON_SHELF.get(), net.minecraft.client.renderer.RenderType.cutout()); + net.minecraft.client.renderer.ItemBlockRenderTypes.setRenderLayer(ModBlocks.IRON_SHELF.get(), net.minecraft.client.renderer.RenderType.translucent()); } diff --git a/src/main/resources/assets/ornamentum/blockstates/iron_shelf.json b/src/main/resources/assets/ornamentum/blockstates/iron_shelf.json index df11966..e2d6cbf 100644 --- a/src/main/resources/assets/ornamentum/blockstates/iron_shelf.json +++ b/src/main/resources/assets/ornamentum/blockstates/iron_shelf.json @@ -1,44 +1,76 @@ { "variants": { "facing=north": [ - { "model": "ornamentum:block/iron_shelf", "weight": 6 }, + { "model": "ornamentum:block/iron_shelf", "weight": 10 }, { "model": "ornamentum:block/iron_shelf_things_1", "weight": 1 }, { "model": "ornamentum:block/iron_shelf_things_2", "weight": 1 }, { "model": "ornamentum:block/iron_shelf_things_3", "weight": 1 }, - { "model": "ornamentum:block/iron_shelf_things_4", "weight": 2 }, + { "model": "ornamentum:block/iron_shelf_things_4", "weight": 1 }, { "model": "ornamentum:block/iron_shelf_things_5", "weight": 2 }, - { "model": "ornamentum:block/iron_shelf_things_6", "weight": 2 }, - { "model": "ornamentum:block/iron_shelf_things_7", "weight": 2 } + { "model": "ornamentum:block/iron_shelf_things_6", "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_7", "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_8", "weight": 2 }, + { "model": "ornamentum:block/iron_shelf_things_9", "weight": 2 }, + { "model": "ornamentum:block/iron_shelf_things_10", "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_11", "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_12", "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_13", "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_14", "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_15", "weight": 1 } ], "facing=south": [ - { "model": "ornamentum:block/iron_shelf", "y": 180, "weight": 6 }, - { "model": "ornamentum:block/iron_shelf_things_1", "y": 180, "weight": 1 }, - { "model": "ornamentum:block/iron_shelf_things_2", "y": 180, "weight": 1 }, - { "model": "ornamentum:block/iron_shelf_things_3", "y": 180, "weight": 1 }, - { "model": "ornamentum:block/iron_shelf_things_4", "y": 180, "weight": 2 }, - { "model": "ornamentum:block/iron_shelf_things_5", "y": 180, "weight": 2 }, - { "model": "ornamentum:block/iron_shelf_things_6", "y": 180, "weight": 2 }, - { "model": "ornamentum:block/iron_shelf_things_7", "y": 180, "weight": 2 } + { "model": "ornamentum:block/iron_shelf", "y": 180, "weight": 10 }, + { "model": "ornamentum:block/iron_shelf_things_1", "y": 180, "weight": 1}, + { "model": "ornamentum:block/iron_shelf_things_2", "y": 180, "weight": 1}, + { "model": "ornamentum:block/iron_shelf_things_3", "y": 180, "weight": 1}, + { "model": "ornamentum:block/iron_shelf_things_4", "y": 180, "weight": 1}, + { "model": "ornamentum:block/iron_shelf_things_5", "y": 180, "weight": 2}, + { "model": "ornamentum:block/iron_shelf_things_6", "y": 180, "weight": 1}, + { "model": "ornamentum:block/iron_shelf_things_7", "y": 180, "weight": 1}, + { "model": "ornamentum:block/iron_shelf_things_8", "y": 180, "weight": 2}, + { "model": "ornamentum:block/iron_shelf_things_9", "y": 180, "weight": 2}, + { "model": "ornamentum:block/iron_shelf_things_10", "y": 180, "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_11", "y": 180, "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_12", "y": 180, "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_13", "y": 180, "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_14", "y": 180, "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_15", "y": 180, "weight": 1 } ], "facing=east": [ - { "model": "ornamentum:block/iron_shelf", "y": 90, "weight": 6 }, + { "model": "ornamentum:block/iron_shelf", "y": 90, "weight": 10 }, { "model": "ornamentum:block/iron_shelf_things_1", "y": 90, "weight": 1 }, { "model": "ornamentum:block/iron_shelf_things_2", "y": 90, "weight": 1 }, { "model": "ornamentum:block/iron_shelf_things_3", "y": 90, "weight": 1 }, - { "model": "ornamentum:block/iron_shelf_things_4", "y": 90, "weight": 2 }, + { "model": "ornamentum:block/iron_shelf_things_4", "y": 90, "weight": 1 }, { "model": "ornamentum:block/iron_shelf_things_5", "y": 90, "weight": 2 }, - { "model": "ornamentum:block/iron_shelf_things_6", "y": 90, "weight": 2 }, - { "model": "ornamentum:block/iron_shelf_things_7", "y": 90, "weight": 2 } + { "model": "ornamentum:block/iron_shelf_things_6", "y": 90, "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_7", "y": 90, "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_8", "y": 90, "weight": 2 }, + { "model": "ornamentum:block/iron_shelf_things_9", "y": 90, "weight": 2 }, + { "model": "ornamentum:block/iron_shelf_things_10", "y": 90, "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_11", "y": 90, "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_12", "y": 90, "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_13", "y": 90, "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_14", "y": 90, "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_15", "y": 90, "weight": 1 } ], "facing=west": [ - { "model": "ornamentum:block/iron_shelf", "y": 270, "weight": 6 }, + { "model": "ornamentum:block/iron_shelf", "y": 270, "weight": 10 }, { "model": "ornamentum:block/iron_shelf_things_1", "y": 270, "weight": 1 }, { "model": "ornamentum:block/iron_shelf_things_2", "y": 270, "weight": 1 }, { "model": "ornamentum:block/iron_shelf_things_3", "y": 270, "weight": 1 }, - { "model": "ornamentum:block/iron_shelf_things_4", "y": 270, "weight": 2 }, + { "model": "ornamentum:block/iron_shelf_things_4", "y": 270, "weight": 1 }, { "model": "ornamentum:block/iron_shelf_things_5", "y": 270, "weight": 2 }, { "model": "ornamentum:block/iron_shelf_things_6", "y": 270, "weight": 2 }, - { "model": "ornamentum:block/iron_shelf_things_7", "y": 270, "weight": 2 } + { "model": "ornamentum:block/iron_shelf_things_7", "y": 270, "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_8", "y": 270, "weight": 2 }, + { "model": "ornamentum:block/iron_shelf_things_9", "y": 270, "weight": 2 }, + { "model": "ornamentum:block/iron_shelf_things_10", "y": 270, "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_11", "y": 270, "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_12", "y": 270, "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_13", "y": 270, "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_14", "y": 270, "weight": 1 }, + { "model": "ornamentum:block/iron_shelf_things_15", "y": 270, "weight": 1 } ] } } \ No newline at end of file diff --git a/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_10.json b/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_10.json new file mode 100644 index 0000000..7f16d76 --- /dev/null +++ b/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_10.json @@ -0,0 +1,250 @@ +{ + "format_version": "1.21.6", + "credit": "Made with Blockbench by ian1337", + "parent": "block/block", + "textures": { + "1": "ornamentum:block/iron_shelf/iron_shelf", + "2": "ornamentum:block/duck", + "3": "minecraft:block/stone", + "particle": "ornamentum:block/iron_shelf/iron_shelf" + }, + "elements": [ + { + "name": "frame_R", + "from": [0, 0, 0], + "to": [1, 16, 1], + "faces": { + "north": {"uv": [1, 0, 2, 16], "texture": "#1"}, + "east": {"uv": [1, 0, 2, 16], "texture": "#1"}, + "south": {"uv": [5, 0, 6, 16], "texture": "#1"}, + "west": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "up": {"uv": [12, 0, 13, 1], "texture": "#1"}, + "down": {"uv": [14, 15, 15, 16], "texture": "#1"} + } + }, + { + "name": "Frame_R_back", + "from": [0, 0, 15], + "to": [1, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 14]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "south": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "west": {"uv": [5, 0, 6, 16], "texture": "#1"}, + "up": {"uv": [1, 1, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#1"} + } + }, + { + "name": "Frame_L_back", + "from": [15, 0, 15], + "to": [16, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 14]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "south": {"uv": [13, 0, 14, 16], "texture": "#1"}, + "west": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "up": {"uv": [10, 14, 11, 15], "texture": "#1"}, + "down": {"uv": [1, 0, 2, 1], "texture": "#1"} + } + }, + { + "name": "Frame_L", + "from": [15, 0, 0], + "to": [16, 16, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 0]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [13, 0, 14, 16], "texture": "#1"}, + "south": {"uv": [11, 0, 12, 16], "texture": "#1"}, + "west": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "up": {"uv": [15, 0, 16, 1], "texture": "#1"}, + "down": {"uv": [0, 15, 1, 16], "texture": "#1"} + } + }, + { + "name": "lower_level", + "from": [0.5, 3, 0.5], + "to": [15.5, 3, 15.5], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 3, 1.5]}, + "faces": { + "north": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "east": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "south": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "west": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#1"} + } + }, + { + "name": "upper_level", + "from": [0.5, 11, 0.5], + "to": [15.5, 11, 15.5], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 11, 1.5]}, + "faces": { + "north": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "east": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "south": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "west": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#1"} + } + }, + { + "from": [4.375, 3.1, 3.375], + "to": [7.375, 5.1, 6.375], + "rotation": {"angle": -22.5, "axis": "y", "origin": [5.875, 4.85, 4.25]}, + "faces": { + "north": {"uv": [9, 12, 14, 16], "texture": "#2"}, + "east": {"uv": [5, 12, 0, 16], "texture": "#2"}, + "south": {"uv": [9, 12, 14, 16], "texture": "#2"}, + "west": {"uv": [0, 12, 5, 16], "texture": "#2"}, + "up": {"uv": [5, 12, 9, 16], "rotation": 90, "texture": "#2"}, + "down": {"uv": [5, 12, 9, 16], "rotation": 270, "texture": "#2"} + } + }, + { + "from": [4.875, 5.1, 6.125], + "to": [6.875, 5.6, 6.625], + "rotation": {"angle": -22.5, "axis": "y", "origin": [5.875, 4.85, 4.25]}, + "faces": { + "north": {"uv": [13, 0, 15, 0.5], "texture": "#2"}, + "east": {"uv": [13, 1.5, 13.5, 2], "texture": "#2"}, + "south": {"uv": [13, 0.5, 15, 1], "texture": "#2"}, + "west": {"uv": [13, 1, 13.5, 1.5], "texture": "#2"}, + "up": {"uv": [12.5, 0, 13, 2], "rotation": 90, "texture": "#2"}, + "down": {"uv": [12, 0, 12.5, 2], "rotation": 270, "texture": "#2"} + } + }, + { + "from": [4.875, 3.6, 6.375], + "to": [6.875, 5.1, 6.875], + "rotation": {"angle": -22.5, "axis": "y", "origin": [5.875, 4.85, 4.25]}, + "faces": { + "north": {"uv": [12, 2.25, 14, 3.75], "texture": "#2"}, + "east": {"uv": [15.5, 2.25, 16, 3.75], "texture": "#2"}, + "south": {"uv": [12, 2.25, 14, 3.75], "texture": "#2"}, + "west": {"uv": [15, 2, 15.5, 3.5], "texture": "#2"}, + "up": {"uv": [14, 2.25, 14.5, 4.25], "rotation": 90, "texture": "#2"}, + "down": {"uv": [14.5, 2.25, 15, 4.25], "rotation": 270, "texture": "#2"} + } + }, + { + "from": [7.375, 4.1, 4.125], + "to": [7.875, 5.1, 6.125], + "rotation": {"angle": -22.5, "axis": "y", "origin": [5.875, 4.85, 4.25]}, + "faces": { + "north": {"uv": [6.5, 8, 7.5, 9.5], "texture": "#2"}, + "east": {"uv": [4, 8, 6.5, 9.5], "texture": "#2"}, + "south": {"uv": [6.5, 8, 7.5, 9.5], "texture": "#2"}, + "west": {"uv": [4, 8, 6.5, 9.5], "texture": "#2"}, + "up": {"uv": [4, 9.5, 6.5, 10.5], "rotation": 90, "texture": "#2"}, + "down": {"uv": [4, 9.5, 6.5, 10.5], "rotation": 270, "texture": "#2"} + } + }, + { + "from": [3.875, 4.1, 4.125], + "to": [4.375, 5.1, 6.125], + "rotation": {"angle": -22.5, "axis": "y", "origin": [5.875, 4.85, 4.25]}, + "faces": { + "north": {"uv": [2.5, 0, 3, 1], "texture": "#2"}, + "east": {"uv": [0, 0, 2, 1], "texture": "#2"}, + "south": {"uv": [0, 0, 0.5, 1], "texture": "#2"}, + "west": {"uv": [4, 8, 6.5, 9.5], "texture": "#2"}, + "up": {"uv": [2, 2.5, 4, 3], "rotation": 90, "texture": "#2"}, + "down": {"uv": [2, 0, 4, 0.5], "rotation": 270, "texture": "#2"} + } + }, + { + "from": [4.875, 4.6, 1.875], + "to": [6.875, 6.6, 3.875], + "rotation": {"angle": -22.5, "axis": "y", "origin": [5.875, 4.85, 4.25]}, + "faces": { + "north": {"uv": [0, 0, 4, 4], "texture": "#2"}, + "east": {"uv": [4, 4, 0, 8], "texture": "#2"}, + "south": {"uv": [0, 8, 4, 12], "texture": "#2"}, + "west": {"uv": [0, 4, 4, 8], "texture": "#2"}, + "up": {"uv": [4, 0, 8, 4], "rotation": 90, "texture": "#2"}, + "down": {"uv": [4, 4, 8, 8], "rotation": 270, "texture": "#2"} + } + }, + { + "from": [5.375, 4.85, 1.375], + "to": [6.375, 5.35, 2.375], + "rotation": {"angle": -22.5, "axis": "y", "origin": [5.875, 4.85, 4.25]}, + "faces": { + "north": {"uv": [9, 0, 11, 0.5], "texture": "#2"}, + "east": {"uv": [9, 1, 11, 1.5], "texture": "#2"}, + "south": {"uv": [9, 1.5, 11, 2], "texture": "#2"}, + "west": {"uv": [9, 0.5, 11, 1], "texture": "#2"}, + "up": {"uv": [11, 0, 12, 1], "rotation": 90, "texture": "#2"}, + "down": {"uv": [8, 0, 9, 1], "rotation": 270, "texture": "#2"} + } + }, + { + "from": [5, 11.1, 5], + "to": [9, 15.1, 9], + "rotation": {"angle": -22.5, "axis": "y", "origin": [5, 11.1, 5]}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#3"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#3"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#3"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#3"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#3"} + } + } + ], + "display": {}, + "groups": [ + { + "name": "iron_shelf", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + { + "name": "frame", + "origin": [0, 0, 0], + "scope": 0, + "color": 0, + "children": [0, 1, 2, 3] + }, + { + "name": "levels", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + 4, + 5, + { + "name": "things", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + { + "name": "duck", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [6, 7, 8, 9, 10, 11, 12] + }, + { + "name": "block", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [13] + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_11.json b/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_11.json new file mode 100644 index 0000000..44f611b --- /dev/null +++ b/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_11.json @@ -0,0 +1,279 @@ +{ + "format_version": "1.21.6", + "credit": "Made with Blockbench by ian1337", + "parent": "block/block", + "textures": { + "1": "ornamentum:block/iron_shelf/iron_shelf", + "2": "minecraft:block/spruce_planks", + "4": "ornamentum:block/flags/progress_pride_flag", + "particle": "ornamentum:block/iron_shelf/iron_shelf" + }, + "elements": [ + { + "name": "frame_R", + "from": [0, 0, 0], + "to": [1, 16, 1], + "faces": { + "north": {"uv": [1, 0, 2, 16], "texture": "#1"}, + "east": {"uv": [1, 0, 2, 16], "texture": "#1"}, + "south": {"uv": [5, 0, 6, 16], "texture": "#1"}, + "west": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "up": {"uv": [12, 0, 13, 1], "texture": "#1"}, + "down": {"uv": [14, 15, 15, 16], "texture": "#1"} + } + }, + { + "name": "Frame_R_back", + "from": [0, 0, 15], + "to": [1, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 14]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "south": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "west": {"uv": [5, 0, 6, 16], "texture": "#1"}, + "up": {"uv": [1, 1, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#1"} + } + }, + { + "name": "Frame_L_back", + "from": [15, 0, 15], + "to": [16, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 14]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "south": {"uv": [13, 0, 14, 16], "texture": "#1"}, + "west": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "up": {"uv": [10, 14, 11, 15], "texture": "#1"}, + "down": {"uv": [1, 0, 2, 1], "texture": "#1"} + } + }, + { + "name": "Frame_L", + "from": [15, 0, 0], + "to": [16, 16, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 0]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [13, 0, 14, 16], "texture": "#1"}, + "south": {"uv": [11, 0, 12, 16], "texture": "#1"}, + "west": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "up": {"uv": [15, 0, 16, 1], "texture": "#1"}, + "down": {"uv": [0, 15, 1, 16], "texture": "#1"} + } + }, + { + "name": "lower_level", + "from": [0.5, 3, 0.5], + "to": [15.5, 3, 15.5], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 3, 1.5]}, + "faces": { + "north": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "east": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "south": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "west": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#1"} + } + }, + { + "name": "upper_level", + "from": [0.5, 11, 0.5], + "to": [15.5, 11, 15.5], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 11, 1.5]}, + "faces": { + "north": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "east": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "south": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "west": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#1"} + } + }, + { + "name": "top", + "from": [12, 2.75, 13.75], + "to": [14, 4.75, 14.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 6]}, + "faces": { + "north": {"uv": [10, 2, 8, 4], "rotation": 180, "texture": "#2"}, + "east": {"uv": [8, 6, 10, 7], "rotation": 270, "texture": "#2"}, + "south": {"uv": [10, 2, 8, 0], "texture": "#2"}, + "west": {"uv": [8, 8, 10, 9], "rotation": 90, "texture": "#2"}, + "up": {"uv": [6, 8, 8, 9], "rotation": 180, "texture": "#2"}, + "down": {"uv": [8, 7, 10, 8], "texture": "#2"} + } + }, + { + "name": "up", + "from": [12.5, 3.25, 1.75], + "to": [13.5, 4.25, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 8]}, + "faces": { + "north": {"uv": [8, 9, 7, 10], "rotation": 180, "texture": "#2"}, + "east": {"uv": [1, 0, 2, 14], "rotation": 270, "texture": "#2"}, + "south": {"uv": [7, 10, 6, 9], "texture": "#2"}, + "west": {"uv": [3, 0, 4, 14], "rotation": 90, "texture": "#2"}, + "up": {"uv": [0, 0, 1, 14], "rotation": 180, "texture": "#2"}, + "down": {"uv": [2, 0, 3, 14], "texture": "#2"} + } + }, + { + "name": "down", + "from": [12, 2.75, 0.75], + "to": [14, 4.75, 1.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 10]}, + "faces": { + "north": {"uv": [10, 4, 8, 6], "rotation": 180, "texture": "#2"}, + "east": {"uv": [4, 4, 6, 8], "rotation": 270, "texture": "#2"}, + "south": {"uv": [6, 10, 4, 8], "texture": "#2"}, + "west": {"uv": [6, 4, 8, 8], "rotation": 90, "texture": "#2"}, + "up": {"uv": [4, 0, 6, 4], "rotation": 180, "texture": "#2"}, + "down": {"uv": [6, 0, 8, 4], "texture": "#2"} + } + }, + { + "name": "Flag1", + "from": [10.5, 3.5, 6.75], + "to": [12.5, 3.5, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [0, 0, 4, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [4, 0, 0, 16], "texture": "#4"} + } + }, + { + "name": "Flag1_2", + "from": [10.5, 4, 6.75], + "to": [12.5, 4, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [0, 0, 4, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [0, 0, 4, 16], "texture": "#4"} + } + }, + { + "name": "Flag2", + "from": [8.5, 3.75, 6.75], + "to": [10.5, 3.75, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [4, 0, 8, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 0, 4, 16], "texture": "#4"} + } + }, + { + "name": "Flag3", + "from": [6.5, 3.5, 6.75], + "to": [8.5, 3.5, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [9.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [8, 0, 12, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [12, 0, 8, 16], "texture": "#4"} + } + }, + { + "name": "Flag3_2", + "from": [6.5, 4, 6.75], + "to": [8.5, 4, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [9.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [8, 0, 12, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 0, 12, 16], "texture": "#4"} + } + }, + { + "name": "Flag4", + "from": [4.5, 3.75, 6.75], + "to": [6.5, 3.75, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [11.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [12, 0, 16, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [16, 0, 12, 16], "texture": "#4"} + } + } + ], + "groups": [ + { + "name": "iron_shelf", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + { + "name": "frame", + "origin": [0, 0, 0], + "scope": 0, + "color": 0, + "children": [0, 1, 2, 3] + }, + { + "name": "levels", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + 4, + 5, + { + "name": "things", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + { + "name": "flag", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + { + "name": "flag_pol", + "origin": [6.5, 0, -0.5], + "scope": 0, + "color": 0, + "children": [6, 7, 8] + }, + { + "name": "Flag", + "origin": [6.5, 0, -0.5], + "scope": 0, + "color": 0, + "children": [9, 10, 11, 12, 13, 14] + } + ] + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_12.json b/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_12.json new file mode 100644 index 0000000..da38e68 --- /dev/null +++ b/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_12.json @@ -0,0 +1,279 @@ +{ + "format_version": "1.21.6", + "credit": "Made with Blockbench by ian1337", + "parent": "block/block", + "textures": { + "1": "ornamentum:block/iron_shelf/iron_shelf", + "2": "minecraft:block/spruce_planks", + "4": "ornamentum:block/flags/bisexual_flag", + "particle": "ornamentum:block/iron_shelf/iron_shelf" + }, + "elements": [ + { + "name": "frame_R", + "from": [0, 0, 0], + "to": [1, 16, 1], + "faces": { + "north": {"uv": [1, 0, 2, 16], "texture": "#1"}, + "east": {"uv": [1, 0, 2, 16], "texture": "#1"}, + "south": {"uv": [5, 0, 6, 16], "texture": "#1"}, + "west": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "up": {"uv": [12, 0, 13, 1], "texture": "#1"}, + "down": {"uv": [14, 15, 15, 16], "texture": "#1"} + } + }, + { + "name": "Frame_R_back", + "from": [0, 0, 15], + "to": [1, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 14]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "south": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "west": {"uv": [5, 0, 6, 16], "texture": "#1"}, + "up": {"uv": [1, 1, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#1"} + } + }, + { + "name": "Frame_L_back", + "from": [15, 0, 15], + "to": [16, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 14]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "south": {"uv": [13, 0, 14, 16], "texture": "#1"}, + "west": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "up": {"uv": [10, 14, 11, 15], "texture": "#1"}, + "down": {"uv": [1, 0, 2, 1], "texture": "#1"} + } + }, + { + "name": "Frame_L", + "from": [15, 0, 0], + "to": [16, 16, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 0]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [13, 0, 14, 16], "texture": "#1"}, + "south": {"uv": [11, 0, 12, 16], "texture": "#1"}, + "west": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "up": {"uv": [15, 0, 16, 1], "texture": "#1"}, + "down": {"uv": [0, 15, 1, 16], "texture": "#1"} + } + }, + { + "name": "lower_level", + "from": [0.5, 3, 0.5], + "to": [15.5, 3, 15.5], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 3, 1.5]}, + "faces": { + "north": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "east": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "south": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "west": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#1"} + } + }, + { + "name": "upper_level", + "from": [0.5, 11, 0.5], + "to": [15.5, 11, 15.5], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 11, 1.5]}, + "faces": { + "north": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "east": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "south": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "west": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#1"} + } + }, + { + "name": "top", + "from": [12, 2.75, 13.75], + "to": [14, 4.75, 14.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 6]}, + "faces": { + "north": {"uv": [10, 2, 8, 4], "rotation": 180, "texture": "#2"}, + "east": {"uv": [8, 6, 10, 7], "rotation": 270, "texture": "#2"}, + "south": {"uv": [10, 2, 8, 0], "texture": "#2"}, + "west": {"uv": [8, 8, 10, 9], "rotation": 90, "texture": "#2"}, + "up": {"uv": [6, 8, 8, 9], "rotation": 180, "texture": "#2"}, + "down": {"uv": [8, 7, 10, 8], "texture": "#2"} + } + }, + { + "name": "up", + "from": [12.5, 3.25, 1.75], + "to": [13.5, 4.25, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 8]}, + "faces": { + "north": {"uv": [8, 9, 7, 10], "rotation": 180, "texture": "#2"}, + "east": {"uv": [1, 0, 2, 14], "rotation": 270, "texture": "#2"}, + "south": {"uv": [7, 10, 6, 9], "texture": "#2"}, + "west": {"uv": [3, 0, 4, 14], "rotation": 90, "texture": "#2"}, + "up": {"uv": [0, 0, 1, 14], "rotation": 180, "texture": "#2"}, + "down": {"uv": [2, 0, 3, 14], "texture": "#2"} + } + }, + { + "name": "down", + "from": [12, 2.75, 0.75], + "to": [14, 4.75, 1.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 10]}, + "faces": { + "north": {"uv": [10, 4, 8, 6], "rotation": 180, "texture": "#2"}, + "east": {"uv": [4, 4, 6, 8], "rotation": 270, "texture": "#2"}, + "south": {"uv": [6, 10, 4, 8], "texture": "#2"}, + "west": {"uv": [6, 4, 8, 8], "rotation": 90, "texture": "#2"}, + "up": {"uv": [4, 0, 6, 4], "rotation": 180, "texture": "#2"}, + "down": {"uv": [6, 0, 8, 4], "texture": "#2"} + } + }, + { + "name": "Flag1", + "from": [10.5, 3.5, 6.75], + "to": [12.5, 3.5, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [0, 0, 4, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [4, 0, 0, 16], "texture": "#4"} + } + }, + { + "name": "Flag1_2", + "from": [10.5, 4, 6.75], + "to": [12.5, 4, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [0, 0, 4, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [0, 0, 4, 16], "texture": "#4"} + } + }, + { + "name": "Flag2", + "from": [8.5, 3.75, 6.75], + "to": [10.5, 3.75, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [4, 0, 8, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 0, 4, 16], "texture": "#4"} + } + }, + { + "name": "Flag3", + "from": [6.5, 3.5, 6.75], + "to": [8.5, 3.5, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [9.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [8, 0, 12, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [12, 0, 8, 16], "texture": "#4"} + } + }, + { + "name": "Flag3_2", + "from": [6.5, 4, 6.75], + "to": [8.5, 4, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [9.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [8, 0, 12, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 0, 12, 16], "texture": "#4"} + } + }, + { + "name": "Flag4", + "from": [4.5, 3.75, 6.75], + "to": [6.5, 3.75, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [11.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [12, 0, 16, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [16, 0, 12, 16], "texture": "#4"} + } + } + ], + "groups": [ + { + "name": "iron_shelf", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + { + "name": "frame", + "origin": [0, 0, 0], + "scope": 0, + "color": 0, + "children": [0, 1, 2, 3] + }, + { + "name": "levels", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + 4, + 5, + { + "name": "things", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + { + "name": "flag", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + { + "name": "flag_pol", + "origin": [6.5, 0, -0.5], + "scope": 0, + "color": 0, + "children": [6, 7, 8] + }, + { + "name": "Flag", + "origin": [6.5, 0, -0.5], + "scope": 0, + "color": 0, + "children": [9, 10, 11, 12, 13, 14] + } + ] + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_13.json b/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_13.json new file mode 100644 index 0000000..6e8bdfd --- /dev/null +++ b/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_13.json @@ -0,0 +1,279 @@ +{ + "format_version": "1.21.6", + "credit": "Made with Blockbench by ian1337", + "parent": "block/block", + "textures": { + "1": "ornamentum:block/iron_shelf/iron_shelf", + "2": "minecraft:block/spruce_planks", + "4": "ornamentum:block/flags/aromantic_flag", + "particle": "ornamentum:block/iron_shelf/iron_shelf" + }, + "elements": [ + { + "name": "frame_R", + "from": [0, 0, 0], + "to": [1, 16, 1], + "faces": { + "north": {"uv": [1, 0, 2, 16], "texture": "#1"}, + "east": {"uv": [1, 0, 2, 16], "texture": "#1"}, + "south": {"uv": [5, 0, 6, 16], "texture": "#1"}, + "west": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "up": {"uv": [12, 0, 13, 1], "texture": "#1"}, + "down": {"uv": [14, 15, 15, 16], "texture": "#1"} + } + }, + { + "name": "Frame_R_back", + "from": [0, 0, 15], + "to": [1, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 14]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "south": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "west": {"uv": [5, 0, 6, 16], "texture": "#1"}, + "up": {"uv": [1, 1, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#1"} + } + }, + { + "name": "Frame_L_back", + "from": [15, 0, 15], + "to": [16, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 14]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "south": {"uv": [13, 0, 14, 16], "texture": "#1"}, + "west": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "up": {"uv": [10, 14, 11, 15], "texture": "#1"}, + "down": {"uv": [1, 0, 2, 1], "texture": "#1"} + } + }, + { + "name": "Frame_L", + "from": [15, 0, 0], + "to": [16, 16, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 0]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [13, 0, 14, 16], "texture": "#1"}, + "south": {"uv": [11, 0, 12, 16], "texture": "#1"}, + "west": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "up": {"uv": [15, 0, 16, 1], "texture": "#1"}, + "down": {"uv": [0, 15, 1, 16], "texture": "#1"} + } + }, + { + "name": "lower_level", + "from": [0.5, 3, 0.5], + "to": [15.5, 3, 15.5], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 3, 1.5]}, + "faces": { + "north": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "east": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "south": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "west": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#1"} + } + }, + { + "name": "upper_level", + "from": [0.5, 11, 0.5], + "to": [15.5, 11, 15.5], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 11, 1.5]}, + "faces": { + "north": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "east": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "south": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "west": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#1"} + } + }, + { + "name": "top", + "from": [12, 2.75, 13.75], + "to": [14, 4.75, 14.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 6]}, + "faces": { + "north": {"uv": [10, 2, 8, 4], "rotation": 180, "texture": "#2"}, + "east": {"uv": [8, 6, 10, 7], "rotation": 270, "texture": "#2"}, + "south": {"uv": [10, 2, 8, 0], "texture": "#2"}, + "west": {"uv": [8, 8, 10, 9], "rotation": 90, "texture": "#2"}, + "up": {"uv": [6, 8, 8, 9], "rotation": 180, "texture": "#2"}, + "down": {"uv": [8, 7, 10, 8], "texture": "#2"} + } + }, + { + "name": "up", + "from": [12.5, 3.25, 1.75], + "to": [13.5, 4.25, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 8]}, + "faces": { + "north": {"uv": [8, 9, 7, 10], "rotation": 180, "texture": "#2"}, + "east": {"uv": [1, 0, 2, 14], "rotation": 270, "texture": "#2"}, + "south": {"uv": [7, 10, 6, 9], "texture": "#2"}, + "west": {"uv": [3, 0, 4, 14], "rotation": 90, "texture": "#2"}, + "up": {"uv": [0, 0, 1, 14], "rotation": 180, "texture": "#2"}, + "down": {"uv": [2, 0, 3, 14], "texture": "#2"} + } + }, + { + "name": "down", + "from": [12, 2.75, 0.75], + "to": [14, 4.75, 1.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 10]}, + "faces": { + "north": {"uv": [10, 4, 8, 6], "rotation": 180, "texture": "#2"}, + "east": {"uv": [4, 4, 6, 8], "rotation": 270, "texture": "#2"}, + "south": {"uv": [6, 10, 4, 8], "texture": "#2"}, + "west": {"uv": [6, 4, 8, 8], "rotation": 90, "texture": "#2"}, + "up": {"uv": [4, 0, 6, 4], "rotation": 180, "texture": "#2"}, + "down": {"uv": [6, 0, 8, 4], "texture": "#2"} + } + }, + { + "name": "Flag1", + "from": [10.5, 3.5, 6.75], + "to": [12.5, 3.5, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [0, 0, 4, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [4, 0, 0, 16], "texture": "#4"} + } + }, + { + "name": "Flag1_2", + "from": [10.5, 4, 6.75], + "to": [12.5, 4, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [0, 0, 4, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [0, 0, 4, 16], "texture": "#4"} + } + }, + { + "name": "Flag2", + "from": [8.5, 3.75, 6.75], + "to": [10.5, 3.75, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [4, 0, 8, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 0, 4, 16], "texture": "#4"} + } + }, + { + "name": "Flag3", + "from": [6.5, 3.5, 6.75], + "to": [8.5, 3.5, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [9.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [8, 0, 12, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [12, 0, 8, 16], "texture": "#4"} + } + }, + { + "name": "Flag3_2", + "from": [6.5, 4, 6.75], + "to": [8.5, 4, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [9.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [8, 0, 12, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 0, 12, 16], "texture": "#4"} + } + }, + { + "name": "Flag4", + "from": [4.5, 3.75, 6.75], + "to": [6.5, 3.75, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [11.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [12, 0, 16, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [16, 0, 12, 16], "texture": "#4"} + } + } + ], + "groups": [ + { + "name": "iron_shelf", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + { + "name": "frame", + "origin": [0, 0, 0], + "scope": 0, + "color": 0, + "children": [0, 1, 2, 3] + }, + { + "name": "levels", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + 4, + 5, + { + "name": "things", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + { + "name": "flag", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + { + "name": "flag_pol", + "origin": [6.5, 0, -0.5], + "scope": 0, + "color": 0, + "children": [6, 7, 8] + }, + { + "name": "Flag", + "origin": [6.5, 0, -0.5], + "scope": 0, + "color": 0, + "children": [9, 10, 11, 12, 13, 14] + } + ] + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_14.json b/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_14.json new file mode 100644 index 0000000..196b448 --- /dev/null +++ b/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_14.json @@ -0,0 +1,279 @@ +{ + "format_version": "1.21.6", + "credit": "Made with Blockbench by ian1337", + "parent": "block/block", + "textures": { + "1": "ornamentum:block/iron_shelf/iron_shelf", + "2": "minecraft:block/spruce_planks", + "4": "ornamentum:block/flags/lesbian_flag", + "particle": "ornamentum:block/iron_shelf/iron_shelf" + }, + "elements": [ + { + "name": "frame_R", + "from": [0, 0, 0], + "to": [1, 16, 1], + "faces": { + "north": {"uv": [1, 0, 2, 16], "texture": "#1"}, + "east": {"uv": [1, 0, 2, 16], "texture": "#1"}, + "south": {"uv": [5, 0, 6, 16], "texture": "#1"}, + "west": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "up": {"uv": [12, 0, 13, 1], "texture": "#1"}, + "down": {"uv": [14, 15, 15, 16], "texture": "#1"} + } + }, + { + "name": "Frame_R_back", + "from": [0, 0, 15], + "to": [1, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 14]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "south": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "west": {"uv": [5, 0, 6, 16], "texture": "#1"}, + "up": {"uv": [1, 1, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#1"} + } + }, + { + "name": "Frame_L_back", + "from": [15, 0, 15], + "to": [16, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 14]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "south": {"uv": [13, 0, 14, 16], "texture": "#1"}, + "west": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "up": {"uv": [10, 14, 11, 15], "texture": "#1"}, + "down": {"uv": [1, 0, 2, 1], "texture": "#1"} + } + }, + { + "name": "Frame_L", + "from": [15, 0, 0], + "to": [16, 16, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 0]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [13, 0, 14, 16], "texture": "#1"}, + "south": {"uv": [11, 0, 12, 16], "texture": "#1"}, + "west": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "up": {"uv": [15, 0, 16, 1], "texture": "#1"}, + "down": {"uv": [0, 15, 1, 16], "texture": "#1"} + } + }, + { + "name": "lower_level", + "from": [0.5, 3, 0.5], + "to": [15.5, 3, 15.5], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 3, 1.5]}, + "faces": { + "north": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "east": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "south": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "west": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#1"} + } + }, + { + "name": "upper_level", + "from": [0.5, 11, 0.5], + "to": [15.5, 11, 15.5], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 11, 1.5]}, + "faces": { + "north": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "east": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "south": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "west": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#1"} + } + }, + { + "name": "top", + "from": [12, 2.75, 13.75], + "to": [14, 4.75, 14.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 6]}, + "faces": { + "north": {"uv": [10, 2, 8, 4], "rotation": 180, "texture": "#2"}, + "east": {"uv": [8, 6, 10, 7], "rotation": 270, "texture": "#2"}, + "south": {"uv": [10, 2, 8, 0], "texture": "#2"}, + "west": {"uv": [8, 8, 10, 9], "rotation": 90, "texture": "#2"}, + "up": {"uv": [6, 8, 8, 9], "rotation": 180, "texture": "#2"}, + "down": {"uv": [8, 7, 10, 8], "texture": "#2"} + } + }, + { + "name": "up", + "from": [12.5, 3.25, 1.75], + "to": [13.5, 4.25, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 8]}, + "faces": { + "north": {"uv": [8, 9, 7, 10], "rotation": 180, "texture": "#2"}, + "east": {"uv": [1, 0, 2, 14], "rotation": 270, "texture": "#2"}, + "south": {"uv": [7, 10, 6, 9], "texture": "#2"}, + "west": {"uv": [3, 0, 4, 14], "rotation": 90, "texture": "#2"}, + "up": {"uv": [0, 0, 1, 14], "rotation": 180, "texture": "#2"}, + "down": {"uv": [2, 0, 3, 14], "texture": "#2"} + } + }, + { + "name": "down", + "from": [12, 2.75, 0.75], + "to": [14, 4.75, 1.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 10]}, + "faces": { + "north": {"uv": [10, 4, 8, 6], "rotation": 180, "texture": "#2"}, + "east": {"uv": [4, 4, 6, 8], "rotation": 270, "texture": "#2"}, + "south": {"uv": [6, 10, 4, 8], "texture": "#2"}, + "west": {"uv": [6, 4, 8, 8], "rotation": 90, "texture": "#2"}, + "up": {"uv": [4, 0, 6, 4], "rotation": 180, "texture": "#2"}, + "down": {"uv": [6, 0, 8, 4], "texture": "#2"} + } + }, + { + "name": "Flag1", + "from": [10.5, 3.5, 6.75], + "to": [12.5, 3.5, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [0, 0, 4, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [4, 0, 0, 16], "texture": "#4"} + } + }, + { + "name": "Flag1_2", + "from": [10.5, 4, 6.75], + "to": [12.5, 4, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [0, 0, 4, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [0, 0, 4, 16], "texture": "#4"} + } + }, + { + "name": "Flag2", + "from": [8.5, 3.75, 6.75], + "to": [10.5, 3.75, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [4, 0, 8, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 0, 4, 16], "texture": "#4"} + } + }, + { + "name": "Flag3", + "from": [6.5, 3.5, 6.75], + "to": [8.5, 3.5, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [9.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [8, 0, 12, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [12, 0, 8, 16], "texture": "#4"} + } + }, + { + "name": "Flag3_2", + "from": [6.5, 4, 6.75], + "to": [8.5, 4, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [9.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [8, 0, 12, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 0, 12, 16], "texture": "#4"} + } + }, + { + "name": "Flag4", + "from": [4.5, 3.75, 6.75], + "to": [6.5, 3.75, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [11.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [12, 0, 16, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [16, 0, 12, 16], "texture": "#4"} + } + } + ], + "groups": [ + { + "name": "iron_shelf", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + { + "name": "frame", + "origin": [0, 0, 0], + "scope": 0, + "color": 0, + "children": [0, 1, 2, 3] + }, + { + "name": "levels", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + 4, + 5, + { + "name": "things", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + { + "name": "flag", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + { + "name": "flag_pol", + "origin": [6.5, 0, -0.5], + "scope": 0, + "color": 0, + "children": [6, 7, 8] + }, + { + "name": "Flag", + "origin": [6.5, 0, -0.5], + "scope": 0, + "color": 0, + "children": [9, 10, 11, 12, 13, 14] + } + ] + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_15.json b/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_15.json new file mode 100644 index 0000000..4047e08 --- /dev/null +++ b/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_15.json @@ -0,0 +1,279 @@ +{ + "format_version": "1.21.6", + "credit": "Made with Blockbench by ian1337", + "parent": "block/block", + "textures": { + "1": "ornamentum:block/iron_shelf/iron_shelf", + "2": "minecraft:block/spruce_planks", + "4": "ornamentum:block/flags/non-binary_flag", + "particle": "ornamentum:block/iron_shelf/iron_shelf" + }, + "elements": [ + { + "name": "frame_R", + "from": [0, 0, 0], + "to": [1, 16, 1], + "faces": { + "north": {"uv": [1, 0, 2, 16], "texture": "#1"}, + "east": {"uv": [1, 0, 2, 16], "texture": "#1"}, + "south": {"uv": [5, 0, 6, 16], "texture": "#1"}, + "west": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "up": {"uv": [12, 0, 13, 1], "texture": "#1"}, + "down": {"uv": [14, 15, 15, 16], "texture": "#1"} + } + }, + { + "name": "Frame_R_back", + "from": [0, 0, 15], + "to": [1, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 14]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "south": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "west": {"uv": [5, 0, 6, 16], "texture": "#1"}, + "up": {"uv": [1, 1, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#1"} + } + }, + { + "name": "Frame_L_back", + "from": [15, 0, 15], + "to": [16, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 14]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "south": {"uv": [13, 0, 14, 16], "texture": "#1"}, + "west": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "up": {"uv": [10, 14, 11, 15], "texture": "#1"}, + "down": {"uv": [1, 0, 2, 1], "texture": "#1"} + } + }, + { + "name": "Frame_L", + "from": [15, 0, 0], + "to": [16, 16, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 0]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [13, 0, 14, 16], "texture": "#1"}, + "south": {"uv": [11, 0, 12, 16], "texture": "#1"}, + "west": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "up": {"uv": [15, 0, 16, 1], "texture": "#1"}, + "down": {"uv": [0, 15, 1, 16], "texture": "#1"} + } + }, + { + "name": "lower_level", + "from": [0.5, 3, 0.5], + "to": [15.5, 3, 15.5], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 3, 1.5]}, + "faces": { + "north": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "east": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "south": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "west": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#1"} + } + }, + { + "name": "upper_level", + "from": [0.5, 11, 0.5], + "to": [15.5, 11, 15.5], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 11, 1.5]}, + "faces": { + "north": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "east": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "south": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "west": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#1"} + } + }, + { + "name": "top", + "from": [12, 2.75, 13.75], + "to": [14, 4.75, 14.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 6]}, + "faces": { + "north": {"uv": [10, 2, 8, 4], "rotation": 180, "texture": "#2"}, + "east": {"uv": [8, 6, 10, 7], "rotation": 270, "texture": "#2"}, + "south": {"uv": [10, 2, 8, 0], "texture": "#2"}, + "west": {"uv": [8, 8, 10, 9], "rotation": 90, "texture": "#2"}, + "up": {"uv": [6, 8, 8, 9], "rotation": 180, "texture": "#2"}, + "down": {"uv": [8, 7, 10, 8], "texture": "#2"} + } + }, + { + "name": "up", + "from": [12.5, 3.25, 1.75], + "to": [13.5, 4.25, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 8]}, + "faces": { + "north": {"uv": [8, 9, 7, 10], "rotation": 180, "texture": "#2"}, + "east": {"uv": [1, 0, 2, 14], "rotation": 270, "texture": "#2"}, + "south": {"uv": [7, 10, 6, 9], "texture": "#2"}, + "west": {"uv": [3, 0, 4, 14], "rotation": 90, "texture": "#2"}, + "up": {"uv": [0, 0, 1, 14], "rotation": 180, "texture": "#2"}, + "down": {"uv": [2, 0, 3, 14], "texture": "#2"} + } + }, + { + "name": "down", + "from": [12, 2.75, 0.75], + "to": [14, 4.75, 1.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 10]}, + "faces": { + "north": {"uv": [10, 4, 8, 6], "rotation": 180, "texture": "#2"}, + "east": {"uv": [4, 4, 6, 8], "rotation": 270, "texture": "#2"}, + "south": {"uv": [6, 10, 4, 8], "texture": "#2"}, + "west": {"uv": [6, 4, 8, 8], "rotation": 90, "texture": "#2"}, + "up": {"uv": [4, 0, 6, 4], "rotation": 180, "texture": "#2"}, + "down": {"uv": [6, 0, 8, 4], "texture": "#2"} + } + }, + { + "name": "Flag1", + "from": [10.5, 3.5, 6.75], + "to": [12.5, 3.5, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [0, 0, 4, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [4, 0, 0, 16], "texture": "#4"} + } + }, + { + "name": "Flag1_2", + "from": [10.5, 4, 6.75], + "to": [12.5, 4, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [5.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [0, 0, 4, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [0, 0, 4, 16], "texture": "#4"} + } + }, + { + "name": "Flag2", + "from": [8.5, 3.75, 6.75], + "to": [10.5, 3.75, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [4, 0, 8, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 0, 4, 16], "texture": "#4"} + } + }, + { + "name": "Flag3", + "from": [6.5, 3.5, 6.75], + "to": [8.5, 3.5, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [9.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [8, 0, 12, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [12, 0, 8, 16], "texture": "#4"} + } + }, + { + "name": "Flag3_2", + "from": [6.5, 4, 6.75], + "to": [8.5, 4, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [9.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [8, 0, 12, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 0, 12, 16], "texture": "#4"} + } + }, + { + "name": "Flag4", + "from": [4.5, 3.75, 6.75], + "to": [6.5, 3.75, 13.75], + "rotation": {"angle": 0, "axis": "z", "origin": [11.75, 3.75, 8]}, + "faces": { + "north": {"uv": [4, 0, 0, 0], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#4"}, + "up": {"uv": [12, 0, 16, 16], "rotation": 180, "texture": "#4"}, + "down": {"uv": [16, 0, 12, 16], "texture": "#4"} + } + } + ], + "groups": [ + { + "name": "iron_shelf", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + { + "name": "frame", + "origin": [0, 0, 0], + "scope": 0, + "color": 0, + "children": [0, 1, 2, 3] + }, + { + "name": "levels", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + 4, + 5, + { + "name": "things", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + { + "name": "flag", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + { + "name": "flag_pol", + "origin": [6.5, 0, -0.5], + "scope": 0, + "color": 0, + "children": [6, 7, 8] + }, + { + "name": "Flag", + "origin": [6.5, 0, -0.5], + "scope": 0, + "color": 0, + "children": [9, 10, 11, 12, 13, 14] + } + ] + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_8.json b/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_8.json new file mode 100644 index 0000000..31f8c5d --- /dev/null +++ b/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_8.json @@ -0,0 +1,332 @@ +{ + "format_version": "1.21.6", + "credit": "Made with Blockbench by ian1337", + "parent": "block/block", + "textures": { + "1": "ornamentum:block/iron_shelf/iron_shelf", + "3": "minecraft:item/iron_axe", + "particle": "ornamentum:block/iron_shelf/iron_shelf" + }, + "elements": [ + { + "name": "frame_R", + "from": [0, 0, 0], + "to": [1, 16, 1], + "faces": { + "north": {"uv": [1, 0, 2, 16], "texture": "#1"}, + "east": {"uv": [1, 0, 2, 16], "texture": "#1"}, + "south": {"uv": [5, 0, 6, 16], "texture": "#1"}, + "west": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "up": {"uv": [12, 0, 13, 1], "texture": "#1"}, + "down": {"uv": [14, 15, 15, 16], "texture": "#1"} + } + }, + { + "name": "Frame_R_back", + "from": [0, 0, 15], + "to": [1, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 14]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "south": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "west": {"uv": [5, 0, 6, 16], "texture": "#1"}, + "up": {"uv": [1, 1, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#1"} + } + }, + { + "name": "Frame_L_back", + "from": [15, 0, 15], + "to": [16, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 14]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "south": {"uv": [13, 0, 14, 16], "texture": "#1"}, + "west": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "up": {"uv": [10, 14, 11, 15], "texture": "#1"}, + "down": {"uv": [1, 0, 2, 1], "texture": "#1"} + } + }, + { + "name": "Frame_L", + "from": [15, 0, 0], + "to": [16, 16, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 0]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [13, 0, 14, 16], "texture": "#1"}, + "south": {"uv": [11, 0, 12, 16], "texture": "#1"}, + "west": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "up": {"uv": [15, 0, 16, 1], "texture": "#1"}, + "down": {"uv": [0, 15, 1, 16], "texture": "#1"} + } + }, + { + "name": "lower_level", + "from": [0.5, 3, 0.5], + "to": [15.5, 3, 15.5], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 3, 1.5]}, + "faces": { + "north": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "east": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "south": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "west": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#1"} + } + }, + { + "name": "upper_level", + "from": [0.5, 11, 0.5], + "to": [15.5, 11, 15.5], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 11, 1.5]}, + "faces": { + "north": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "east": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "south": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "west": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#1"} + } + }, + { + "from": [9, 3.1, 1], + "to": [11, 4.1, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [9, 1, 11, 2], "texture": "#3"}, + "east": {"uv": [4, 1, 11, 2], "texture": "#3"}, + "south": {"uv": [9, 7, 11, 8], "texture": "#3"}, + "west": {"uv": [9, 1, 16, 2], "texture": "#3"}, + "up": {"uv": [9, 1, 11, 8], "texture": "#3"}, + "down": {"uv": [9, 8, 11, 1], "texture": "#3"} + } + }, + { + "from": [7, 3.1, 3], + "to": [9, 4.1, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [6, 3, 8, 4], "texture": "#3"}, + "east": {"uv": [6, 4, 7, 5], "texture": "#3"}, + "south": {"uv": [7, 6, 9, 7], "texture": "#3"}, + "west": {"uv": [6, 4, 7, 5], "texture": "#3"}, + "up": {"uv": [7, 3, 9, 7], "texture": "#3"}, + "down": {"uv": [7, 7, 9, 3], "texture": "#3"} + } + }, + { + "from": [8, 3.1, 7], + "to": [9, 4.1, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [8, 7, 9, 8], "texture": "#3"}, + "east": {"uv": [8, 7, 9, 8], "texture": "#3"}, + "south": {"uv": [8, 7, 9, 8], "texture": "#3"}, + "west": {"uv": [8, 7, 9, 8], "texture": "#3"}, + "up": {"uv": [8, 7, 9, 8], "texture": "#3"}, + "down": {"uv": [8, 7, 9, 8], "texture": "#3"} + } + }, + { + "from": [7, 3.1, 8], + "to": [10, 4.1, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [7, 8, 10, 9], "texture": "#3"}, + "east": {"uv": [9, 8, 10, 9], "texture": "#3"}, + "south": {"uv": [7, 8, 10, 9], "texture": "#3"}, + "west": {"uv": [7, 8, 8, 9], "texture": "#3"}, + "up": {"uv": [7, 8, 10, 9], "texture": "#3"}, + "down": {"uv": [7, 8, 10, 9], "texture": "#3"} + } + }, + { + "from": [6, 3.1, 9], + "to": [9, 4.1, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [7, 8, 10, 9], "texture": "#3"}, + "east": {"uv": [9, 8, 10, 9], "texture": "#3"}, + "south": {"uv": [7, 8, 10, 9], "texture": "#3"}, + "west": {"uv": [7, 8, 8, 9], "texture": "#3"}, + "up": {"uv": [7, 8, 10, 9], "texture": "#3"}, + "down": {"uv": [7, 8, 10, 9], "texture": "#3"} + } + }, + { + "from": [5, 3.1, 10], + "to": [8, 4.1, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [6, 9, 9, 10], "texture": "#3"}, + "east": {"uv": [8, 9, 9, 10], "texture": "#3"}, + "south": {"uv": [6, 9, 9, 10], "texture": "#3"}, + "west": {"uv": [6, 9, 7, 10], "texture": "#3"}, + "up": {"uv": [6, 9, 9, 10], "texture": "#3"}, + "down": {"uv": [6, 9, 9, 10], "texture": "#3"} + } + }, + { + "from": [4, 3.1, 11], + "to": [7, 4.1, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [5, 10, 8, 11], "texture": "#3"}, + "east": {"uv": [7, 10, 8, 11], "texture": "#3"}, + "south": {"uv": [5, 10, 8, 11], "texture": "#3"}, + "west": {"uv": [5, 10, 6, 11], "texture": "#3"}, + "up": {"uv": [5, 10, 8, 11], "texture": "#3"}, + "down": {"uv": [5, 10, 8, 11], "texture": "#3"} + } + }, + { + "from": [3, 3.1, 12], + "to": [6, 4.1, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [4, 11, 7, 12], "texture": "#3"}, + "east": {"uv": [6, 11, 7, 12], "texture": "#3"}, + "south": {"uv": [4, 11, 7, 12], "texture": "#3"}, + "west": {"uv": [4, 11, 5, 12], "texture": "#3"}, + "up": {"uv": [4, 11, 7, 12], "texture": "#3"}, + "down": {"uv": [4, 11, 7, 12], "texture": "#3"} + } + }, + { + "from": [2, 3.1, 13], + "to": [5, 4.1, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [2, 13, 5, 14], "texture": "#3"}, + "east": {"uv": [4, 13, 5, 14], "texture": "#3"}, + "south": {"uv": [2, 13, 5, 14], "texture": "#3"}, + "west": {"uv": [2, 13, 3, 14], "texture": "#3"}, + "up": {"uv": [2, 13, 5, 14], "texture": "#3"}, + "down": {"uv": [2, 13, 5, 14], "texture": "#3"} + } + }, + { + "from": [2, 3.1, 14], + "to": [4, 4.1, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [2, 14, 4, 15], "texture": "#3"}, + "east": {"uv": [3, 14, 4, 15], "texture": "#3"}, + "south": {"uv": [2, 14, 4, 15], "texture": "#3"}, + "west": {"uv": [2, 14, 3, 15], "texture": "#3"}, + "up": {"uv": [2, 14, 4, 15], "texture": "#3"}, + "down": {"uv": [2, 14, 4, 15], "texture": "#3"} + } + }, + { + "from": [6, 3.1, 4], + "to": [7, 4.1, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [6, 4, 7, 5], "texture": "#3"}, + "east": {"uv": [9, 1, 11, 2], "texture": "#3"}, + "south": {"uv": [6, 5, 7, 6], "texture": "#3"}, + "west": {"uv": [9, 1, 11, 2], "texture": "#3"}, + "up": {"uv": [6, 4, 7, 6], "texture": "#3"}, + "down": {"uv": [6, 4, 7, 6], "texture": "#3"} + } + }, + { + "from": [8, 3.1, 2], + "to": [9, 4.1, 3], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [8, 2, 9, 3], "texture": "#3"}, + "east": {"uv": [8, 2, 9, 3], "texture": "#3"}, + "south": {"uv": [8, 2, 9, 3], "texture": "#3"}, + "west": {"uv": [8, 2, 9, 3], "texture": "#3"}, + "up": {"uv": [8, 2, 9, 3], "texture": "#3"}, + "down": {"uv": [8, 2, 9, 3], "texture": "#3"} + } + }, + { + "from": [12, 3.1, 4], + "to": [13, 4.1, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [8, 8, 9, 9], "texture": "#3"}, + "east": {"uv": [13, 8, 8, 9], "texture": "#3"}, + "south": {"uv": [12, 8, 13, 9], "texture": "#3"}, + "west": {"uv": [6, 1, 11, 2], "texture": "#3"}, + "up": {"uv": [12, 4, 13, 9], "texture": "#3"}, + "down": {"uv": [12, 9, 13, 4], "texture": "#3"} + } + }, + { + "from": [13, 3.1, 6], + "to": [14, 4.1, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [13, 6, 14, 7], "texture": "#3"}, + "east": {"uv": [13, 6, 14, 8], "texture": "#3"}, + "south": {"uv": [13, 7, 14, 8], "texture": "#3"}, + "west": {"uv": [13, 6, 14, 8], "texture": "#3"}, + "up": {"uv": [14, 6, 13, 8], "texture": "#3"}, + "down": {"uv": [13, 6, 14, 8], "texture": "#3"} + } + }, + { + "from": [11, 3.1, 2], + "to": [12, 4.1, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [11, 8, 12, 9], "texture": "#3"}, + "east": {"uv": [4, 1, 11, 2], "texture": "#3"}, + "south": {"uv": [11, 8, 12, 9], "texture": "#3"}, + "west": {"uv": [4, 1, 11, 2], "texture": "#3"}, + "up": {"uv": [11, 2, 12, 9], "texture": "#3"}, + "down": {"uv": [11, 9, 12, 2], "texture": "#3"} + } + } + ], + "groups": [ + { + "name": "iron_shelf", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + { + "name": "frame", + "origin": [0, 0, 0], + "scope": 0, + "color": 0, + "children": [0, 1, 2, 3] + }, + { + "name": "levels", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + 4, + 5, + { + "name": "things", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + { + "name": "axe", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_9.json b/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_9.json new file mode 100644 index 0000000..533ee60 --- /dev/null +++ b/src/main/resources/assets/ornamentum/models/block/iron_shelf_things_9.json @@ -0,0 +1,332 @@ +{ + "format_version": "1.21.6", + "credit": "Made with Blockbench by ian1337", + "parent": "block/block", + "textures": { + "1": "ornamentum:block/iron_shelf/iron_shelf", + "3": "minecraft:item/diamond_axe", + "particle": "ornamentum:block/iron_shelf/iron_shelf" + }, + "elements": [ + { + "name": "frame_R", + "from": [0, 0, 0], + "to": [1, 16, 1], + "faces": { + "north": {"uv": [1, 0, 2, 16], "texture": "#1"}, + "east": {"uv": [1, 0, 2, 16], "texture": "#1"}, + "south": {"uv": [5, 0, 6, 16], "texture": "#1"}, + "west": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "up": {"uv": [12, 0, 13, 1], "texture": "#1"}, + "down": {"uv": [14, 15, 15, 16], "texture": "#1"} + } + }, + { + "name": "Frame_R_back", + "from": [0, 0, 15], + "to": [1, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 14]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "south": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "west": {"uv": [5, 0, 6, 16], "texture": "#1"}, + "up": {"uv": [1, 1, 2, 2], "texture": "#1"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#1"} + } + }, + { + "name": "Frame_L_back", + "from": [15, 0, 15], + "to": [16, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 14]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "south": {"uv": [13, 0, 14, 16], "texture": "#1"}, + "west": {"uv": [3, 0, 4, 16], "texture": "#1"}, + "up": {"uv": [10, 14, 11, 15], "texture": "#1"}, + "down": {"uv": [1, 0, 2, 1], "texture": "#1"} + } + }, + { + "name": "Frame_L", + "from": [15, 0, 0], + "to": [16, 16, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 0]}, + "faces": { + "north": {"uv": [7, 0, 8, 16], "texture": "#1"}, + "east": {"uv": [13, 0, 14, 16], "texture": "#1"}, + "south": {"uv": [11, 0, 12, 16], "texture": "#1"}, + "west": {"uv": [9, 0, 10, 16], "texture": "#1"}, + "up": {"uv": [15, 0, 16, 1], "texture": "#1"}, + "down": {"uv": [0, 15, 1, 16], "texture": "#1"} + } + }, + { + "name": "lower_level", + "from": [0.5, 3, 0.5], + "to": [15.5, 3, 15.5], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 3, 1.5]}, + "faces": { + "north": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "east": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "south": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "west": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#1"} + } + }, + { + "name": "upper_level", + "from": [0.5, 11, 0.5], + "to": [15.5, 11, 15.5], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 11, 1.5]}, + "faces": { + "north": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "east": {"uv": [1, 2, 16, 2], "texture": "#1"}, + "south": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "west": {"uv": [0, 2, 15, 2], "texture": "#1"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#1"} + } + }, + { + "from": [9, 3.1, 1], + "to": [11, 4.1, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [9, 1, 11, 2], "texture": "#3"}, + "east": {"uv": [4, 1, 11, 2], "texture": "#3"}, + "south": {"uv": [9, 7, 11, 8], "texture": "#3"}, + "west": {"uv": [9, 1, 16, 2], "texture": "#3"}, + "up": {"uv": [9, 1, 11, 8], "texture": "#3"}, + "down": {"uv": [9, 8, 11, 1], "texture": "#3"} + } + }, + { + "from": [7, 3.1, 3], + "to": [9, 4.1, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [6, 3, 8, 4], "texture": "#3"}, + "east": {"uv": [6, 4, 7, 5], "texture": "#3"}, + "south": {"uv": [7, 6, 9, 7], "texture": "#3"}, + "west": {"uv": [6, 4, 7, 5], "texture": "#3"}, + "up": {"uv": [7, 3, 9, 7], "texture": "#3"}, + "down": {"uv": [7, 7, 9, 3], "texture": "#3"} + } + }, + { + "from": [8, 3.1, 7], + "to": [9, 4.1, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [8, 7, 9, 8], "texture": "#3"}, + "east": {"uv": [8, 7, 9, 8], "texture": "#3"}, + "south": {"uv": [8, 7, 9, 8], "texture": "#3"}, + "west": {"uv": [8, 7, 9, 8], "texture": "#3"}, + "up": {"uv": [8, 7, 9, 8], "texture": "#3"}, + "down": {"uv": [8, 7, 9, 8], "texture": "#3"} + } + }, + { + "from": [7, 3.1, 8], + "to": [10, 4.1, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [7, 8, 10, 9], "texture": "#3"}, + "east": {"uv": [9, 8, 10, 9], "texture": "#3"}, + "south": {"uv": [7, 8, 10, 9], "texture": "#3"}, + "west": {"uv": [7, 8, 8, 9], "texture": "#3"}, + "up": {"uv": [7, 8, 10, 9], "texture": "#3"}, + "down": {"uv": [7, 8, 10, 9], "texture": "#3"} + } + }, + { + "from": [6, 3.1, 9], + "to": [9, 4.1, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [7, 8, 10, 9], "texture": "#3"}, + "east": {"uv": [9, 8, 10, 9], "texture": "#3"}, + "south": {"uv": [7, 8, 10, 9], "texture": "#3"}, + "west": {"uv": [7, 8, 8, 9], "texture": "#3"}, + "up": {"uv": [7, 8, 10, 9], "texture": "#3"}, + "down": {"uv": [7, 8, 10, 9], "texture": "#3"} + } + }, + { + "from": [5, 3.1, 10], + "to": [8, 4.1, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [6, 9, 9, 10], "texture": "#3"}, + "east": {"uv": [8, 9, 9, 10], "texture": "#3"}, + "south": {"uv": [6, 9, 9, 10], "texture": "#3"}, + "west": {"uv": [6, 9, 7, 10], "texture": "#3"}, + "up": {"uv": [6, 9, 9, 10], "texture": "#3"}, + "down": {"uv": [6, 9, 9, 10], "texture": "#3"} + } + }, + { + "from": [4, 3.1, 11], + "to": [7, 4.1, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [5, 10, 8, 11], "texture": "#3"}, + "east": {"uv": [7, 10, 8, 11], "texture": "#3"}, + "south": {"uv": [5, 10, 8, 11], "texture": "#3"}, + "west": {"uv": [5, 10, 6, 11], "texture": "#3"}, + "up": {"uv": [5, 10, 8, 11], "texture": "#3"}, + "down": {"uv": [5, 10, 8, 11], "texture": "#3"} + } + }, + { + "from": [3, 3.1, 12], + "to": [6, 4.1, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [4, 11, 7, 12], "texture": "#3"}, + "east": {"uv": [6, 11, 7, 12], "texture": "#3"}, + "south": {"uv": [4, 11, 7, 12], "texture": "#3"}, + "west": {"uv": [4, 11, 5, 12], "texture": "#3"}, + "up": {"uv": [4, 11, 7, 12], "texture": "#3"}, + "down": {"uv": [4, 11, 7, 12], "texture": "#3"} + } + }, + { + "from": [2, 3.1, 13], + "to": [5, 4.1, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [2, 13, 5, 14], "texture": "#3"}, + "east": {"uv": [4, 13, 5, 14], "texture": "#3"}, + "south": {"uv": [2, 13, 5, 14], "texture": "#3"}, + "west": {"uv": [2, 13, 3, 14], "texture": "#3"}, + "up": {"uv": [2, 13, 5, 14], "texture": "#3"}, + "down": {"uv": [2, 13, 5, 14], "texture": "#3"} + } + }, + { + "from": [2, 3.1, 14], + "to": [4, 4.1, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [2, 14, 4, 15], "texture": "#3"}, + "east": {"uv": [3, 14, 4, 15], "texture": "#3"}, + "south": {"uv": [2, 14, 4, 15], "texture": "#3"}, + "west": {"uv": [2, 14, 3, 15], "texture": "#3"}, + "up": {"uv": [2, 14, 4, 15], "texture": "#3"}, + "down": {"uv": [2, 14, 4, 15], "texture": "#3"} + } + }, + { + "from": [6, 3.1, 4], + "to": [7, 4.1, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [6, 4, 7, 5], "texture": "#3"}, + "east": {"uv": [9, 1, 11, 2], "texture": "#3"}, + "south": {"uv": [6, 5, 7, 6], "texture": "#3"}, + "west": {"uv": [9, 1, 11, 2], "texture": "#3"}, + "up": {"uv": [6, 4, 7, 6], "texture": "#3"}, + "down": {"uv": [6, 4, 7, 6], "texture": "#3"} + } + }, + { + "from": [8, 3.1, 2], + "to": [9, 4.1, 3], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [8, 2, 9, 3], "texture": "#3"}, + "east": {"uv": [8, 2, 9, 3], "texture": "#3"}, + "south": {"uv": [8, 2, 9, 3], "texture": "#3"}, + "west": {"uv": [8, 2, 9, 3], "texture": "#3"}, + "up": {"uv": [8, 2, 9, 3], "texture": "#3"}, + "down": {"uv": [8, 2, 9, 3], "texture": "#3"} + } + }, + { + "from": [12, 3.1, 4], + "to": [13, 4.1, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [8, 8, 9, 9], "texture": "#3"}, + "east": {"uv": [13, 8, 8, 9], "texture": "#3"}, + "south": {"uv": [12, 8, 13, 9], "texture": "#3"}, + "west": {"uv": [6, 1, 11, 2], "texture": "#3"}, + "up": {"uv": [12, 4, 13, 9], "texture": "#3"}, + "down": {"uv": [12, 9, 13, 4], "texture": "#3"} + } + }, + { + "from": [13, 3.1, 6], + "to": [14, 4.1, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [13, 6, 14, 7], "texture": "#3"}, + "east": {"uv": [13, 6, 14, 8], "texture": "#3"}, + "south": {"uv": [13, 7, 14, 8], "texture": "#3"}, + "west": {"uv": [13, 6, 14, 8], "texture": "#3"}, + "up": {"uv": [14, 6, 13, 8], "texture": "#3"}, + "down": {"uv": [13, 6, 14, 8], "texture": "#3"} + } + }, + { + "from": [11, 3.1, 2], + "to": [12, 4.1, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.6, 8.5]}, + "faces": { + "north": {"uv": [11, 8, 12, 9], "texture": "#3"}, + "east": {"uv": [4, 1, 11, 2], "texture": "#3"}, + "south": {"uv": [11, 8, 12, 9], "texture": "#3"}, + "west": {"uv": [4, 1, 11, 2], "texture": "#3"}, + "up": {"uv": [11, 2, 12, 9], "texture": "#3"}, + "down": {"uv": [11, 9, 12, 2], "texture": "#3"} + } + } + ], + "groups": [ + { + "name": "iron_shelf", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + { + "name": "frame", + "origin": [0, 0, 0], + "scope": 0, + "color": 0, + "children": [0, 1, 2, 3] + }, + { + "name": "levels", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + 4, + 5, + { + "name": "things", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [ + { + "name": "axe", + "origin": [8, 8, 8], + "scope": 0, + "color": 0, + "children": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file