From 1ed55314f7da5181a6121c8f87e1770c9e8dd027 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 20 Apr 2025 21:19:12 +0300 Subject: [PATCH] Fix --- assets/minecraft/items/diamond_sword.json | 15 +- assets/minecraft/items/netherite_sword.json | 15 +- assets/minecraft/models/item/elucidator.json | 348 ----------- assets/minecraft/models/item/katana.json | 140 ----- .../minecraft/models/item/reaper_scythe.json | 548 ------------------ .../optifine/cit/elucidator.properties | 2 +- .../minecraft/optifine/cit/katana.properties | 2 +- .../optifine/cit/reaper_scythe.properties | 2 +- assets/raspberry/items/elucidator.json | 6 + assets/raspberry/items/katana.json | 6 + assets/raspberry/items/reaper_scythe.json | 6 + 11 files changed, 29 insertions(+), 1061 deletions(-) delete mode 100644 assets/minecraft/models/item/elucidator.json delete mode 100644 assets/minecraft/models/item/katana.json delete mode 100644 assets/minecraft/models/item/reaper_scythe.json create mode 100644 assets/raspberry/items/elucidator.json create mode 100644 assets/raspberry/items/katana.json create mode 100644 assets/raspberry/items/reaper_scythe.json diff --git a/assets/minecraft/items/diamond_sword.json b/assets/minecraft/items/diamond_sword.json index 6ab58c5..d5adf44 100644 --- a/assets/minecraft/items/diamond_sword.json +++ b/assets/minecraft/items/diamond_sword.json @@ -5,10 +5,7 @@ "component": "minecraft:custom_name", "cases": [ { - "when": [ - "Katana", - "katana" - ], + "when": "Katana", "model": { "type": "minecraft:model", "model": "raspberry:item/katana" @@ -18,18 +15,14 @@ "when": "Elucidator", "model": { "type": "minecraft:model", - "model": "totem_pets:item/elucidator" + "model": "raspberry:item/elucidator" } }, { - "when": [ - "Reaper Scythe", - "Reaper scythe", - "reaper scythe" - ], + "when": "Reaper Scythe", "model": { "type": "minecraft:model", - "model": "totem_pets:item/reaper_scythe" + "model": "raspberry:item/reaper_scythe" } } ], diff --git a/assets/minecraft/items/netherite_sword.json b/assets/minecraft/items/netherite_sword.json index 788bc7b..7b49684 100644 --- a/assets/minecraft/items/netherite_sword.json +++ b/assets/minecraft/items/netherite_sword.json @@ -5,10 +5,7 @@ "component": "minecraft:custom_name", "cases": [ { - "when": [ - "Katana", - "katana" - ], + "when": "Katana", "model": { "type": "minecraft:model", "model": "raspberry:item/katana" @@ -18,18 +15,14 @@ "when": "Elucidator", "model": { "type": "minecraft:model", - "model": "totem_pets:item/elucidator" + "model": "raspberry:item/elucidator" } }, { - "when": [ - "Reaper Scythe", - "Reaper scythe", - "reaper scythe" - ], + "when": "Reaper Scythe", "model": { "type": "minecraft:model", - "model": "totem_pets:item/reaper_scythe" + "model": "raspberry:item/reaper_scythe" } } ], diff --git a/assets/minecraft/models/item/elucidator.json b/assets/minecraft/models/item/elucidator.json deleted file mode 100644 index 94b5d9e..0000000 --- a/assets/minecraft/models/item/elucidator.json +++ /dev/null @@ -1,348 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [128, 128], - "textures": { - "0": "item/elucidator", - "particle": "item/elucidator" - }, - "elements": [ - { - "from": [7.5, 9, 7], - "to": [8.5, 25, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 17, 8]}, - "faces": { - "north": {"uv": [2, 0, 2.5, 8], "texture": "#0"}, - "east": {"uv": [0, 0, 1, 8], "texture": "#0"}, - "south": {"uv": [2.5, 0, 3, 8], "texture": "#0"}, - "west": {"uv": [1, 0, 2, 8], "texture": "#0"}, - "up": {"uv": [5.5, 6, 5, 5], "texture": "#0"}, - "down": {"uv": [6, 0, 5.5, 1], "texture": "#0"} - } - }, - { - "from": [7.5, 24.73254, 7.65538], - "to": [8.5, 26.23254, 8.65538], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 25.73254, 8.15538]}, - "faces": { - "north": {"uv": [4.5, 6, 5, 6.75], "texture": "#0"}, - "east": {"uv": [6, 4.5, 6.5, 5.25], "texture": "#0"}, - "south": {"uv": [5, 6, 5.5, 6.75], "texture": "#0"}, - "west": {"uv": [6, 5.5, 6.5, 6.25], "texture": "#0"}, - "up": {"uv": [4.5, 7.5, 4, 7], "texture": "#0"}, - "down": {"uv": [5, 7, 4.5, 7.5], "texture": "#0"} - } - }, - { - "from": [7.5, 24.73254, 7.34462], - "to": [8.5, 26.23254, 8.34462], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 25.73254, 7.84462]}, - "faces": { - "north": {"uv": [6.5, 0, 7, 0.75], "texture": "#0"}, - "east": {"uv": [6.5, 1, 7, 1.75], "texture": "#0"}, - "south": {"uv": [6.5, 2, 7, 2.75], "texture": "#0"}, - "west": {"uv": [6.5, 3, 7, 3.75], "texture": "#0"}, - "up": {"uv": [5.5, 7.5, 5, 7], "texture": "#0"}, - "down": {"uv": [7.5, 5, 7, 5.5], "texture": "#0"} - } - }, - { - "from": [7.5, 26.3097, 7.95671], - "to": [8.5, 26.8097, 8.45671], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 27.3097, 7.95671]}, - "faces": { - "north": {"uv": [7.5, 8, 8, 8.25], "texture": "#0"}, - "east": {"uv": [8.5, 6, 8.75, 6.25], "texture": "#0"}, - "south": {"uv": [8, 7.5, 8.5, 7.75], "texture": "#0"}, - "west": {"uv": [6.5, 8.5, 6.75, 8.75], "texture": "#0"}, - "up": {"uv": [8.5, 8.25, 8, 8], "texture": "#0"}, - "down": {"uv": [0.5, 8.5, 0, 8.75], "texture": "#0"} - } - }, - { - "from": [7.5, 26.68526, 7.84232], - "to": [8.5, 27.01026, 8.16732], - "rotation": {"angle": 45, "axis": "x", "origin": [8, 26.84776, 8.00482]}, - "faces": { - "north": {"uv": [8.5, 7, 9, 7.125], "texture": "#0"}, - "east": {"uv": [1, 9, 1.125, 9.125], "texture": "#0"}, - "south": {"uv": [7.5, 8.5, 8, 8.625], "texture": "#0"}, - "west": {"uv": [9, 1, 9.125, 1.125], "texture": "#0"}, - "up": {"uv": [9, 7.625, 8.5, 7.5], "texture": "#0"}, - "down": {"uv": [8.5, 8.5, 8, 8.625], "texture": "#0"} - } - }, - { - "from": [7.5, 26.27112, 7.84933], - "to": [8.5, 26.77112, 8.34933], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 26.52112, 8.09933]}, - "faces": { - "north": {"uv": [8.5, 0, 9, 0.25], "texture": "#0"}, - "east": {"uv": [8.5, 6.5, 8.75, 6.75], "texture": "#0"}, - "south": {"uv": [0.5, 8.5, 1, 8.75], "texture": "#0"}, - "west": {"uv": [7, 8.5, 7.25, 8.75], "texture": "#0"}, - "up": {"uv": [1.5, 8.75, 1, 8.5], "texture": "#0"}, - "down": {"uv": [9, 1, 8.5, 1.25], "texture": "#0"} - } - }, - { - "from": [7.5, 8, 7], - "to": [8.5, 9, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.5, 8]}, - "faces": { - "north": {"uv": [7, 5.5, 7.5, 6], "texture": "#0"}, - "east": {"uv": [5.5, 1, 6.5, 1.5], "texture": "#0"}, - "south": {"uv": [6, 7, 6.5, 7.5], "texture": "#0"}, - "west": {"uv": [5.5, 1.5, 6.5, 2], "texture": "#0"}, - "up": {"uv": [6, 3, 5.5, 2], "texture": "#0"}, - "down": {"uv": [6, 3, 5.5, 4], "texture": "#0"} - } - }, - { - "from": [7.5, 8, 6.25], - "to": [8.5, 9, 8], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 8.5, 7]}, - "faces": { - "north": {"uv": [7, 7, 7.5, 7.5], "texture": "#0"}, - "east": {"uv": [4, 5.5, 4.875, 6], "texture": "#0"}, - "south": {"uv": [3, 7.5, 3.5, 8], "texture": "#0"}, - "west": {"uv": [5.5, 4, 6.375, 4.5], "texture": "#0"}, - "up": {"uv": [6, 5.375, 5.5, 4.5], "texture": "#0"}, - "down": {"uv": [6, 5.5, 5.5, 6.375], "texture": "#0"} - } - }, - { - "from": [7.5, 6.75, 5.75], - "to": [8.5, 8.5, 6.75], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 7.5, 6.25]}, - "faces": { - "north": {"uv": [6, 0, 6.5, 0.875], "texture": "#0"}, - "east": {"uv": [6, 2, 6.5, 2.875], "texture": "#0"}, - "south": {"uv": [6, 3, 6.5, 3.875], "texture": "#0"}, - "west": {"uv": [4, 6, 4.5, 6.875], "texture": "#0"}, - "up": {"uv": [4, 8, 3.5, 7.5], "texture": "#0"}, - "down": {"uv": [4.5, 7.5, 4, 8], "texture": "#0"} - } - }, - { - "from": [7.5, 8, 8.25], - "to": [8.5, 9, 9.75], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 8.5, 9]}, - "faces": { - "north": {"uv": [6.5, 7, 7, 7.5], "texture": "#0"}, - "east": {"uv": [6.5, 4, 7.25, 4.5], "texture": "#0"}, - "south": {"uv": [7, 6.5, 7.5, 7], "texture": "#0"}, - "west": {"uv": [6.5, 4.5, 7.25, 5], "texture": "#0"}, - "up": {"uv": [7, 5.75, 6.5, 5], "texture": "#0"}, - "down": {"uv": [6, 6.5, 5.5, 7.25], "texture": "#0"} - } - }, - { - "from": [7.25, 6.75, 7.7], - "to": [8.75, 11, 8.3], - "rotation": {"angle": 0, "axis": "y", "origin": [6.5, 6, 7]}, - "faces": { - "north": {"uv": [3, 0, 3.75, 2.125], "texture": "#0"}, - "east": {"uv": [3, 5, 3.25, 7.125], "texture": "#0"}, - "south": {"uv": [3, 2.5, 3.75, 4.625], "texture": "#0"}, - "west": {"uv": [3.5, 5, 3.75, 7.125], "texture": "#0"}, - "up": {"uv": [1.25, 8.25, 0.5, 8], "texture": "#0"}, - "down": {"uv": [8.75, 0.5, 8, 0.75], "texture": "#0"} - } - }, - { - "from": [7.6, 1.75, 7.625], - "to": [8.4, 6.25, 8.375], - "rotation": {"angle": 0, "axis": "y", "origin": [6.5, 1.25, 7]}, - "faces": { - "north": {"uv": [4, 3, 4.375, 5.25], "texture": "#0"}, - "east": {"uv": [4.5, 3, 4.875, 5.25], "texture": "#0"}, - "south": {"uv": [5, 0, 5.375, 2.25], "texture": "#0"}, - "west": {"uv": [5, 2.5, 5.375, 4.75], "texture": "#0"}, - "up": {"uv": [7.375, 8.375, 7, 8], "texture": "#0"}, - "down": {"uv": [8.375, 7, 8, 7.375], "texture": "#0"} - } - }, - { - "from": [7.45, 1.25, 7.475], - "to": [8.55, 1.75, 8.525], - "rotation": {"angle": 0, "axis": "y", "origin": [6.5, 0.75, 7]}, - "faces": { - "north": {"uv": [8.5, 5, 9, 5.25], "texture": "#0"}, - "east": {"uv": [5.5, 8.5, 6, 8.75], "texture": "#0"}, - "south": {"uv": [8.5, 5.5, 9, 5.75], "texture": "#0"}, - "west": {"uv": [6, 8.5, 6.5, 8.75], "texture": "#0"}, - "up": {"uv": [0.5, 8.5, 0, 8], "texture": "#0"}, - "down": {"uv": [8.5, 0, 8, 0.5], "texture": "#0"} - } - }, - { - "from": [7.25, 6.15, 5.95], - "to": [8.75, 6.75, 8.3], - "rotation": {"angle": 0, "axis": "y", "origin": [6.5, 5.75, 7]}, - "faces": { - "north": {"uv": [1.5, 8, 2.25, 8.25], "texture": "#0"}, - "east": {"uv": [7, 1, 8.125, 1.25], "texture": "#0"}, - "south": {"uv": [8, 2, 8.75, 2.25], "texture": "#0"}, - "west": {"uv": [7, 1.5, 8.125, 1.75], "texture": "#0"}, - "up": {"uv": [4.75, 1.125, 4, 0], "texture": "#0"}, - "down": {"uv": [4.75, 1.5, 4, 2.625], "texture": "#0"} - } - }, - { - "from": [7.25, 6.275, 5.775], - "to": [8.75, 7.025, 6.525], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 6.65, 6.15]}, - "faces": { - "north": {"uv": [7, 2, 7.75, 2.375], "texture": "#0"}, - "east": {"uv": [6.5, 8, 6.875, 8.375], "texture": "#0"}, - "south": {"uv": [7, 2.5, 7.75, 2.875], "texture": "#0"}, - "west": {"uv": [8, 6.5, 8.375, 6.875], "texture": "#0"}, - "up": {"uv": [7.75, 3.375, 7, 3], "texture": "#0"}, - "down": {"uv": [7.75, 3.5, 7, 3.875], "texture": "#0"} - } - }, - { - "from": [7.25, 6.1, 8.175], - "to": [8.75, 7, 9.075], - "rotation": {"angle": -45, "axis": "x", "origin": [8, 6.55, 8.625]}, - "faces": { - "north": {"uv": [6, 6.5, 6.75, 7], "texture": "#0"}, - "east": {"uv": [7.5, 4, 8, 4.5], "texture": "#0"}, - "south": {"uv": [6.5, 6, 7.25, 6.5], "texture": "#0"}, - "west": {"uv": [4.5, 7.5, 5, 8], "texture": "#0"}, - "up": {"uv": [7.75, 0.5, 7, 0], "texture": "#0"}, - "down": {"uv": [7.75, 0.5, 7, 1], "texture": "#0"} - } - }, - { - "from": [7.5, 8.27526, 9.12563], - "to": [8.5, 8.92526, 10.12563], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 8.60026, 9.62563]}, - "faces": { - "north": {"uv": [2.5, 8, 3, 8.375], "texture": "#0"}, - "east": {"uv": [8, 2.5, 8.5, 2.875], "texture": "#0"}, - "south": {"uv": [3, 8, 3.5, 8.375], "texture": "#0"}, - "west": {"uv": [8, 3, 8.5, 3.375], "texture": "#0"}, - "up": {"uv": [8, 5, 7.5, 4.5], "texture": "#0"}, - "down": {"uv": [5.5, 7.5, 5, 8], "texture": "#0"} - } - }, - { - "from": [7.5, 7.58097, 5.87067], - "to": [8.5, 8.63097, 6.37067], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 8.13097, 6.12067]}, - "faces": { - "north": {"uv": [7.5, 6, 8, 6.5], "texture": "#0"}, - "east": {"uv": [8.5, 2.5, 8.75, 3], "texture": "#0"}, - "south": {"uv": [6.5, 7.5, 7, 8], "texture": "#0"}, - "west": {"uv": [3, 8.5, 3.25, 9], "texture": "#0"}, - "up": {"uv": [9, 3.25, 8.5, 3], "texture": "#0"}, - "down": {"uv": [4, 8.5, 3.5, 8.75], "texture": "#0"} - } - }, - { - "from": [7.5, 8.3, 5.65], - "to": [8.5, 8.95, 6.65], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 8.3, 6.15]}, - "faces": { - "north": {"uv": [3.5, 8, 4, 8.375], "texture": "#0"}, - "east": {"uv": [8, 3.5, 8.5, 3.875], "texture": "#0"}, - "south": {"uv": [4, 8, 4.5, 8.375], "texture": "#0"}, - "west": {"uv": [8, 4, 8.5, 4.375], "texture": "#0"}, - "up": {"uv": [8, 6, 7.5, 5.5], "texture": "#0"}, - "down": {"uv": [6.5, 7.5, 6, 8], "texture": "#0"} - } - }, - { - "from": [7.5, 6.475, 4.9], - "to": [8.5, 7.125, 5.9], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 6.475, 5.4]}, - "faces": { - "north": {"uv": [4.5, 8, 5, 8.375], "texture": "#0"}, - "east": {"uv": [8, 4.5, 8.5, 4.875], "texture": "#0"}, - "south": {"uv": [5, 8, 5.5, 8.375], "texture": "#0"}, - "west": {"uv": [8, 5, 8.5, 5.375], "texture": "#0"}, - "up": {"uv": [8, 7, 7.5, 6.5], "texture": "#0"}, - "down": {"uv": [7.5, 7.5, 7, 8], "texture": "#0"} - } - }, - { - "from": [7.5, 6.07981, 4.59519], - "to": [8.5, 6.57981, 4.97019], - "rotation": {"angle": -45, "axis": "x", "origin": [8, 6.40481, 4.47019]}, - "faces": { - "north": {"uv": [8.5, 4, 9, 4.25], "texture": "#0"}, - "east": {"uv": [0, 9, 0.25, 9.25], "texture": "#0"}, - "south": {"uv": [4.5, 8.5, 5, 8.75], "texture": "#0"}, - "west": {"uv": [9, 0, 9.25, 0.25], "texture": "#0"}, - "up": {"uv": [9, 4.75, 8.5, 4.5], "texture": "#0"}, - "down": {"uv": [5.5, 8.5, 5, 8.75], "texture": "#0"} - } - }, - { - "from": [7.5, 6.275, 4.8], - "to": [8.5, 6.925, 5.9], - "rotation": {"angle": 0, "axis": "x", "origin": [8, 6.275, 5.4]}, - "faces": { - "north": {"uv": [5.5, 8, 6, 8.375], "texture": "#0"}, - "east": {"uv": [8, 5.5, 8.5, 5.875], "texture": "#0"}, - "south": {"uv": [6, 8, 6.5, 8.375], "texture": "#0"}, - "west": {"uv": [8, 6, 8.5, 6.375], "texture": "#0"}, - "up": {"uv": [8, 7.5, 7.5, 7], "texture": "#0"}, - "down": {"uv": [8, 7.5, 7.5, 8], "texture": "#0"} - } - }, - { - "from": [7.5, 7.58097, 9.52933], - "to": [8.5, 8.63097, 10.02933], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 8.13097, 9.77933]}, - "faces": { - "north": {"uv": [7.5, 5, 8, 5.5], "texture": "#0"}, - "east": {"uv": [1.5, 8.5, 1.75, 9], "texture": "#0"}, - "south": {"uv": [5.5, 7.5, 6, 8], "texture": "#0"}, - "west": {"uv": [8.5, 1.5, 8.75, 2], "texture": "#0"}, - "up": {"uv": [2.5, 8.75, 2, 8.5], "texture": "#0"}, - "down": {"uv": [3, 8.5, 2.5, 8.75], "texture": "#0"} - } - }, - { - "from": [7.5, 7.50597, 9.35433], - "to": [8.5, 8.00597, 9.70433], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 7.75597, 9.70433]}, - "faces": { - "north": {"uv": [8.5, 3.5, 9, 3.75], "texture": "#0"}, - "east": {"uv": [0.5, 9, 0.625, 9.25], "texture": "#0"}, - "south": {"uv": [4, 8.5, 4.5, 8.75], "texture": "#0"}, - "west": {"uv": [9, 0.5, 9.125, 0.75], "texture": "#0"}, - "up": {"uv": [9, 8.125, 8.5, 8], "texture": "#0"}, - "down": {"uv": [9, 8.5, 8.5, 8.625], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "translation": [0, 3.75, 0], - "scale": [1.25, 1.25, 1.25] - }, - "thirdperson_lefthand": { - "translation": [0, 3.75, 0], - "scale": [1.25, 1.25, 1.25] - }, - "firstperson_righthand": { - "rotation": [-9, 0, 0] - }, - "firstperson_lefthand": { - "rotation": [-9, 0, 0] - }, - "gui": { - "rotation": [58, 42, -47], - "translation": [-1.25, -3.25, 0], - "scale": [0.68, 0.68, 0.68] - }, - "fixed": { - "rotation": [46, -58, 56], - "translation": [0, -4, 0], - "scale": [0.75, 0.75, 0.75] - } - } -} \ No newline at end of file diff --git a/assets/minecraft/models/item/katana.json b/assets/minecraft/models/item/katana.json deleted file mode 100644 index 3527036..0000000 --- a/assets/minecraft/models/item/katana.json +++ /dev/null @@ -1,140 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "item/katana", - "particle": "item/katana" - }, - "elements": [ - { - "from": [0, -5, 0.5], - "to": [1, 0, 2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [0.5, -2.5, 1.5]}, - "faces": { - "north": {"uv": [6, 3, 6.5, 5.5], "texture": "#0"}, - "east": {"uv": [4, 5, 5, 7.5], "texture": "#0"}, - "south": {"uv": [6, 5.5, 6.5, 8], "texture": "#0"}, - "west": {"uv": [5, 5, 6, 7.5], "texture": "#0"}, - "up": {"uv": [7.5, 3, 7, 2], "texture": "#0"}, - "down": {"uv": [7.5, 3, 7, 4], "texture": "#0"} - } - }, - { - "from": [0, -7, 0.5], - "to": [1, -5, 0.5], - "rotation": {"angle": 0, "axis": "y", "origin": [0.5, -4.5, 1.5]}, - "faces": { - "north": {"uv": [14, 3.75, 13.5, 4.75], "texture": "#0"}, - "east": {"uv": [13.5, 3.75, 13.5, 4.75], "texture": "#0"}, - "south": {"uv": [13.5, 3.75, 14, 4.75], "texture": "#0"}, - "west": {"uv": [13.5, 3.75, 13.5, 4.75], "texture": "#0"}, - "up": {"uv": [14, 3.75, 13.5, 3.75], "texture": "#0"}, - "down": {"uv": [14, 3.75, 13.5, 3.75], "texture": "#0"} - } - }, - { - "from": [-1, 0, -1], - "to": [2, 1, 4], - "rotation": {"angle": 0, "axis": "y", "origin": [0.5, 0.5, 1.5]}, - "faces": { - "north": {"uv": [6.5, 5.5, 8, 6], "texture": "#0"}, - "east": {"uv": [6.5, 0, 9, 0.5], "texture": "#0"}, - "south": {"uv": [6.5, 6, 8, 6.5], "texture": "#0"}, - "west": {"uv": [6.5, 0.5, 9, 1], "texture": "#0"}, - "up": {"uv": [5.5, 2.5, 4, 0], "texture": "#0"}, - "down": {"uv": [5.5, 2.5, 4, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 0], - "to": [1, 22, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [0.5, 18.75, 2]}, - "faces": { - "north": {"uv": [3, 0, 3.5, 10.5], "texture": "#0"}, - "east": {"uv": [0, 0, 1.5, 10.5], "texture": "#0"}, - "south": {"uv": [3.5, 0, 4, 10.5], "texture": "#0"}, - "west": {"uv": [1.5, 0, 3, 10.5], "texture": "#0"}, - "up": {"uv": [6, 4.5, 5.5, 3], "texture": "#0"}, - "down": {"uv": [7, 1, 6.5, 2.5], "texture": "#0"} - } - }, - { - "from": [0, 22, 1], - "to": [1, 25, 3], - "rotation": {"angle": 0, "axis": "x", "origin": [0.5, 18.75, 2]}, - "faces": { - "north": {"uv": [6.5, 2.5, 7, 4], "texture": "#0"}, - "east": {"uv": [5.5, 0, 6.5, 1.5], "texture": "#0"}, - "south": {"uv": [6.5, 4, 7, 5.5], "texture": "#0"}, - "west": {"uv": [5.5, 1.5, 6.5, 3], "texture": "#0"}, - "up": {"uv": [7, 7.5, 6.5, 6.5], "texture": "#0"}, - "down": {"uv": [7.5, 1, 7, 2], "texture": "#0"} - } - }, - { - "from": [0, 25, 2], - "to": [1, 26, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [0.5, 17.75, 2]}, - "faces": { - "north": {"uv": [5.5, 4.5, 6, 5], "texture": "#0"}, - "east": {"uv": [7, 4, 7.5, 4.5], "texture": "#0"}, - "south": {"uv": [7, 4.5, 7.5, 5], "texture": "#0"}, - "west": {"uv": [7, 5, 7.5, 5.5], "texture": "#0"}, - "up": {"uv": [7.5, 7, 7, 6.5], "texture": "#0"}, - "down": {"uv": [7.5, 7, 7, 7.5], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "translation": [7.5, 8.25, 8.25] - }, - "thirdperson_lefthand": { - "translation": [-7.5, 8.25, 8.75] - }, - "firstperson_righthand": { - "translation": [15, 2.25, 0] - }, - "firstperson_lefthand": { - "translation": [0, 2.25, 0] - }, - "ground": { - "translation": [-1.75, 4.5, -3.25], - "scale": [0.5, 0.5, 0.5] - }, - "gui": { - "rotation": [-90, 45, 90], - "translation": [3.5, 1, 0], - "scale": [0.5, 0.5, 0.5] - }, - "head": { - "rotation": [145, 180, 0], - "translation": [-7.5, 7.75, 7] - }, - "fixed": { - "rotation": [90, -135, 90], - "translation": [-4.5, 1.5, 6], - "scale": [0.7, 0.7, 0.7] - } - }, - "groups": [ - { - "name": "handle", - "origin": [8, 8, 8], - "color": 0, - "children": [0, 1] - }, - { - "name": "guard", - "origin": [8, 8, 8], - "color": 0, - "children": [2] - }, - { - "name": "blade", - "origin": [8, 8, 8], - "color": 0, - "children": [3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/models/item/reaper_scythe.json b/assets/minecraft/models/item/reaper_scythe.json deleted file mode 100644 index 1e0d4fc..0000000 --- a/assets/minecraft/models/item/reaper_scythe.json +++ /dev/null @@ -1,548 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [128, 128], - "textures": { - "0": "item/reaper_scythe", - "particle": "item/reaper_scythe" - }, - "elements": [ - { - "name": "handle", - "from": [0, -12, 12.5], - "to": [1, 20, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 12]}, - "faces": { - "north": {"uv": [1, 4.25, 1.25, 12.25], "texture": "#0"}, - "east": {"uv": [0, 0, 0.5, 8], "texture": "#0"}, - "south": {"uv": [1.25, 4.25, 1.5, 12.25], "texture": "#0"}, - "west": {"uv": [0.5, 0, 1, 8], "texture": "#0"}, - "up": {"uv": [9.25, 0.75, 9, 0.25], "texture": "#0"}, - "down": {"uv": [9.5, 0.25, 9.25, 0.75], "texture": "#0"} - } - }, - { - "name": "handle_1", - "from": [-0.1, -14, 11.5], - "to": [1.1, -10, 15.5], - "rotation": {"angle": 45, "axis": "x", "origin": [0.5, -12, 13.5]}, - "faces": { - "north": {"uv": [8.25, 2, 8.5, 3], "texture": "#0"}, - "east": {"uv": [6.25, 1, 7.25, 2], "texture": "#0"}, - "south": {"uv": [8.5, 2, 8.75, 3], "texture": "#0"}, - "west": {"uv": [1.5, 6.5, 2.5, 7.5], "texture": "#0"}, - "up": {"uv": [8.75, 8, 8.5, 7], "texture": "#0"}, - "down": {"uv": [9, 2, 8.75, 3], "texture": "#0"} - } - }, - { - "from": [-2, 28, 11], - "to": [-1, 32, 16], - "rotation": {"angle": -22.5, "axis": "z", "origin": [-2, 27, 12], "rescale": true}, - "faces": { - "north": {"uv": [8.75, 8.5, 9, 9.5], "texture": "#0"}, - "east": {"uv": [1.5, 5.5, 2.75, 6.5], "texture": "#0"}, - "south": {"uv": [9, 2, 9.25, 3], "texture": "#0"}, - "west": {"uv": [5.5, 2, 6.75, 3], "texture": "#0"}, - "up": {"uv": [3.5, 9.5, 3.25, 8.25], "texture": "#0"}, - "down": {"uv": [8.5, 5.75, 8.25, 7], "texture": "#0"} - } - }, - { - "from": [2, 28, 11], - "to": [3, 32, 16], - "rotation": {"angle": 22.5, "axis": "z", "origin": [3, 27, 12], "rescale": true}, - "faces": { - "north": {"uv": [9, 3.5, 9.25, 4.5], "texture": "#0"}, - "east": {"uv": [2.75, 5.5, 4, 6.5], "texture": "#0"}, - "south": {"uv": [9, 4.5, 9.25, 5.5], "texture": "#0"}, - "west": {"uv": [5.5, 3, 6.75, 4], "texture": "#0"}, - "up": {"uv": [7.25, 9.5, 7, 8.25], "texture": "#0"}, - "down": {"uv": [7.5, 8.25, 7.25, 9.5], "texture": "#0"} - } - }, - { - "from": [0, 24, 11], - "to": [1, 28, 16], - "rotation": {"angle": -22.5, "axis": "z", "origin": [1, 24, 12], "rescale": true}, - "faces": { - "north": {"uv": [9, 5.5, 9.25, 6.5], "texture": "#0"}, - "east": {"uv": [5.5, 5, 6.75, 6], "texture": "#0"}, - "south": {"uv": [9, 6.5, 9.25, 7.5], "texture": "#0"}, - "west": {"uv": [6, 4, 7.25, 5], "texture": "#0"}, - "up": {"uv": [7.75, 9.5, 7.5, 8.25], "texture": "#0"}, - "down": {"uv": [8, 8.25, 7.75, 9.5], "texture": "#0"} - } - }, - { - "from": [0, 24, 11], - "to": [1, 28, 16], - "rotation": {"angle": 22.5, "axis": "z", "origin": [0, 24, 12], "rescale": true}, - "faces": { - "north": {"uv": [9, 7.5, 9.25, 8.5], "texture": "#0"}, - "east": {"uv": [5.5, 6, 6.75, 7], "texture": "#0"}, - "south": {"uv": [9, 8.5, 9.25, 9.5], "texture": "#0"}, - "west": {"uv": [6.25, 0, 7.5, 1], "texture": "#0"}, - "up": {"uv": [8.25, 9.5, 8, 8.25], "texture": "#0"}, - "down": {"uv": [8.5, 8.25, 8.25, 9.5], "texture": "#0"} - } - }, - { - "from": [1, 26, 10], - "to": [2, 29, 13], - "rotation": {"angle": 22.5, "axis": "y", "origin": [-8, 27, 11]}, - "faces": { - "north": {"uv": [9.25, 6.5, 9.5, 7.25], "texture": "#0"}, - "east": {"uv": [7.25, 4, 8, 4.75], "texture": "#0"}, - "south": {"uv": [9.25, 7.25, 9.5, 8], "texture": "#0"}, - "west": {"uv": [7, 7.25, 7.75, 8], "texture": "#0"}, - "up": {"uv": [9.5, 8.75, 9.25, 8], "texture": "#0"}, - "down": {"uv": [9.5, 8.75, 9.25, 9.5], "texture": "#0"} - } - }, - { - "from": [-3, 26, 4], - "to": [-2, 29, 7], - "rotation": {"angle": -22.5, "axis": "y", "origin": [-7, 27, 13]}, - "faces": { - "north": {"uv": [9.5, 0.25, 9.75, 1], "texture": "#0"}, - "east": {"uv": [7.5, 0, 8.25, 0.75], "texture": "#0"}, - "south": {"uv": [9.5, 2, 9.75, 2.75], "texture": "#0"}, - "west": {"uv": [1.5, 7.5, 2.25, 8.25], "texture": "#0"}, - "up": {"uv": [3.5, 10.25, 3.25, 9.5], "texture": "#0"}, - "down": {"uv": [3.75, 9.5, 3.5, 10.25], "texture": "#0"} - } - }, - { - "from": [-4, 26, 20], - "to": [-3, 29, 23], - "rotation": {"angle": 22.5, "axis": "y", "origin": [-10, 27, 11]}, - "faces": { - "north": {"uv": [9.5, 3.5, 9.75, 4.25], "texture": "#0"}, - "east": {"uv": [4.25, 7.75, 5, 8.5], "texture": "#0"}, - "south": {"uv": [3.75, 9.5, 4, 10.25], "texture": "#0"}, - "west": {"uv": [7.75, 7.25, 8.5, 8], "texture": "#0"}, - "up": {"uv": [9.75, 5, 9.5, 4.25], "texture": "#0"}, - "down": {"uv": [9.75, 5, 9.5, 5.75], "texture": "#0"} - } - }, - { - "from": [2, 26, 12], - "to": [3, 29, 15], - "rotation": {"angle": -22.5, "axis": "y", "origin": [-10, 27, 12]}, - "faces": { - "north": {"uv": [5.75, 9.5, 6, 10.25], "texture": "#0"}, - "east": {"uv": [0, 8, 0.75, 8.75], "texture": "#0"}, - "south": {"uv": [9.5, 5.75, 9.75, 6.5], "texture": "#0"}, - "west": {"uv": [8, 3.5, 8.75, 4.25], "texture": "#0"}, - "up": {"uv": [6.25, 10.25, 6, 9.5], "texture": "#0"}, - "down": {"uv": [6.5, 9.5, 6.25, 10.25], "texture": "#0"} - } - }, - { - "from": [0, 22, 11], - "to": [1, 32, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 12]}, - "faces": { - "north": {"uv": [3.5, 6.5, 3.75, 9.5], "texture": "#0"}, - "east": {"uv": [1, 0, 2.25, 3], "texture": "#0"}, - "south": {"uv": [3.75, 6.5, 4, 9.5], "texture": "#0"}, - "west": {"uv": [2.25, 0, 3.5, 3], "texture": "#0"}, - "up": {"uv": [4.5, 9.75, 4.25, 8.5], "texture": "#0"}, - "down": {"uv": [4.75, 8.5, 4.5, 9.75], "texture": "#0"} - } - }, - { - "from": [0, 20, 12], - "to": [1, 22, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 12]}, - "faces": { - "north": {"uv": [14.25, 6.5, 14.5, 9.5], "texture": "#0"}, - "east": {"uv": [11.75, 0, 13, 3], "texture": "#0"}, - "south": {"uv": [14.5, 6.5, 14.75, 9.5], "texture": "#0"}, - "west": {"uv": [13, 0, 14.25, 3], "texture": "#0"}, - "up": {"uv": [15.25, 9.75, 15, 8.5], "texture": "#0"}, - "down": {"uv": [15.5, 8.5, 15.25, 9.75], "texture": "#0"} - } - }, - { - "from": [0, 25, 6], - "to": [1, 30, 11], - "rotation": {"angle": 0, "axis": "x", "origin": [0.5, 28, 8.5]}, - "faces": { - "north": {"uv": [4.75, 8.5, 5, 9.75], "texture": "#0"}, - "east": {"uv": [1.5, 4.25, 2.75, 5.5], "texture": "#0"}, - "south": {"uv": [8.5, 5.75, 8.75, 7], "texture": "#0"}, - "west": {"uv": [2.75, 4.25, 4, 5.5], "texture": "#0"}, - "up": {"uv": [8.75, 9.5, 8.5, 8.25], "texture": "#0"}, - "down": {"uv": [0.25, 8.75, 0, 10], "texture": "#0"} - } - }, - { - "from": [0, 29, 5.61625], - "to": [1, 31, 11.61625], - "rotation": {"angle": -22.5, "axis": "x", "origin": [0.5, 30, 8.8162]}, - "faces": { - "north": {"uv": [9.75, 0.25, 10, 0.75], "texture": "#0"}, - "east": {"uv": [6.75, 2, 8.25, 2.5], "texture": "#0"}, - "south": {"uv": [9.75, 0.75, 10, 1.25], "texture": "#0"}, - "west": {"uv": [6.75, 2.5, 8.25, 3], "texture": "#0"}, - "up": {"uv": [3, 9.75, 2.75, 8.25], "texture": "#0"}, - "down": {"uv": [3.25, 8.25, 3, 9.75], "texture": "#0"} - } - }, - { - "from": [0, 22, 12.61625], - "to": [1, 24, 17.61625], - "rotation": {"angle": -22.5, "axis": "x", "origin": [0.5, 30, 10.8162]}, - "faces": { - "north": {"uv": [9.75, 1.25, 10, 1.75], "texture": "#0"}, - "east": {"uv": [6.75, 3.5, 8, 4], "texture": "#0"}, - "south": {"uv": [9.75, 1.75, 10, 2.25], "texture": "#0"}, - "west": {"uv": [7, 5.75, 8.25, 6.25], "texture": "#0"}, - "up": {"uv": [0.5, 10, 0.25, 8.75], "texture": "#0"}, - "down": {"uv": [0.75, 8.75, 0.5, 10], "texture": "#0"} - } - }, - { - "from": [0, 25.36451, 19.93069], - "to": [1, 26.36451, 20.93069], - "rotation": {"angle": -45, "axis": "x", "origin": [0.5, 25.5, 20.107]}, - "faces": { - "north": {"uv": [5.5, 4, 5.75, 4.25], "texture": "#0"}, - "east": {"uv": [5.75, 4, 6, 4.25], "texture": "#0"}, - "south": {"uv": [8.25, 0.5, 8.5, 0.75], "texture": "#0"}, - "west": {"uv": [8.25, 7, 8.5, 7.25], "texture": "#0"}, - "up": {"uv": [8.75, 0.75, 8.5, 0.5], "texture": "#0"}, - "down": {"uv": [9, 0.5, 8.75, 0.75], "texture": "#0"} - } - }, - { - "from": [0, 29, 12.61625], - "to": [1, 31, 17.61625], - "rotation": {"angle": 22.5, "axis": "x", "origin": [0.5, 24, 15.8162]}, - "faces": { - "north": {"uv": [2.25, 9.75, 2.5, 10.25], "texture": "#0"}, - "east": {"uv": [7, 6.25, 8.25, 6.75], "texture": "#0"}, - "south": {"uv": [9.75, 2.25, 10, 2.75], "texture": "#0"}, - "west": {"uv": [7, 6.75, 8.25, 7.25], "texture": "#0"}, - "up": {"uv": [9, 4.75, 8.75, 3.5], "texture": "#0"}, - "down": {"uv": [9, 4.75, 8.75, 6], "texture": "#0"} - } - }, - { - "from": [0, 28.62503, 19.92861], - "to": [1, 29.62503, 20.92861], - "rotation": {"angle": 45, "axis": "x", "origin": [0.5, 29.5, 20]}, - "faces": { - "north": {"uv": [9.5, 2.75, 9.75, 3], "texture": "#0"}, - "east": {"uv": [3, 9.75, 3.25, 10], "texture": "#0"}, - "south": {"uv": [9.75, 3.25, 10, 3.5], "texture": "#0"}, - "west": {"uv": [9.75, 3.5, 10, 3.75], "texture": "#0"}, - "up": {"uv": [10, 4, 9.75, 3.75], "texture": "#0"}, - "down": {"uv": [10, 4, 9.75, 4.25], "texture": "#0"} - } - }, - { - "from": [0, 24, 4], - "to": [1, 25, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [0.5, 28, 8.5]}, - "faces": { - "north": {"uv": [4.25, 9.75, 4.5, 10], "texture": "#0"}, - "east": {"uv": [7, 8, 8.75, 8.25], "texture": "#0"}, - "south": {"uv": [9.75, 4.25, 10, 4.5], "texture": "#0"}, - "west": {"uv": [8.25, 0, 10, 0.25], "texture": "#0"}, - "up": {"uv": [1.75, 10, 1.5, 8.25], "texture": "#0"}, - "down": {"uv": [2, 8.25, 1.75, 10], "texture": "#0"} - } - }, - { - "from": [0, 25, 11], - "to": [1, 30, 20], - "rotation": {"angle": 0, "axis": "y", "origin": [0.5, 28, 8.5]}, - "faces": { - "north": {"uv": [8.75, 6, 9, 7.25], "texture": "#0"}, - "east": {"uv": [1, 3, 3.25, 4.25], "texture": "#0"}, - "south": {"uv": [8.75, 7.25, 9, 8.5], "texture": "#0"}, - "west": {"uv": [3.25, 3, 5.5, 4.25], "texture": "#0"}, - "up": {"uv": [2.5, 9.75, 2.25, 7.5], "texture": "#0"}, - "down": {"uv": [5.25, 7.75, 5, 10], "texture": "#0"} - } - }, - { - "from": [0, 26, 20], - "to": [1, 29, 21], - "rotation": {"angle": 0, "axis": "y", "origin": [0.5, 28, 8.5]}, - "faces": { - "north": {"uv": [6.5, 9.5, 6.75, 10.25], "texture": "#0"}, - "east": {"uv": [9.5, 6.5, 9.75, 7.25], "texture": "#0"}, - "south": {"uv": [7, 9.5, 7.25, 10.25], "texture": "#0"}, - "west": {"uv": [7.25, 9.5, 7.5, 10.25], "texture": "#0"}, - "up": {"uv": [4.75, 10, 4.5, 9.75], "texture": "#0"}, - "down": {"uv": [10, 4.5, 9.75, 4.75], "texture": "#0"} - } - }, - { - "from": [0, 24, -5], - "to": [1, 28, 6], - "rotation": {"angle": -22.5, "axis": "x", "origin": [1, 29, 1]}, - "faces": { - "north": {"uv": [9.25, 2, 9.5, 3], "texture": "#0"}, - "east": {"uv": [3.5, 0, 6.25, 1], "texture": "#0"}, - "south": {"uv": [9.25, 3.5, 9.5, 4.5], "texture": "#0"}, - "west": {"uv": [3.5, 1, 6.25, 2], "texture": "#0"}, - "up": {"uv": [5.5, 9.75, 5.25, 7], "texture": "#0"}, - "down": {"uv": [5.75, 7, 5.5, 9.75], "texture": "#0"} - } - }, - { - "from": [0, 23, -7], - "to": [1, 24, 5], - "rotation": {"angle": -22.5, "axis": "x", "origin": [1, 29, 1]}, - "faces": { - "north": {"uv": [4.75, 9.75, 5, 10], "texture": "#0"}, - "east": {"uv": [6.75, 3, 9.75, 3.25], "texture": "#0"}, - "south": {"uv": [9.75, 4.75, 10, 5], "texture": "#0"}, - "west": {"uv": [6.75, 3.25, 9.75, 3.5], "texture": "#0"}, - "up": {"uv": [7, 8, 6.75, 5], "texture": "#0"}, - "down": {"uv": [4.25, 7, 4, 10], "texture": "#0"} - } - }, - { - "from": [0, 21.20495, -6.05164], - "to": [1, 24.20495, -2.05164], - "rotation": {"angle": -45, "axis": "x", "origin": [1, 22.505, -5.05164]}, - "faces": { - "north": {"uv": [9.5, 7.25, 9.75, 8], "texture": "#0"}, - "east": {"uv": [4.25, 7, 5.25, 7.75], "texture": "#0"}, - "south": {"uv": [7.5, 9.5, 7.75, 10.25], "texture": "#0"}, - "west": {"uv": [7, 5, 8, 5.75], "texture": "#0"}, - "up": {"uv": [9.5, 5.5, 9.25, 4.5], "texture": "#0"}, - "down": {"uv": [9.5, 5.5, 9.25, 6.5], "texture": "#0"} - } - }, - { - "from": [0, 20.20495, -11.05164], - "to": [1, 21.20495, -3.05164], - "rotation": {"angle": -45, "axis": "x", "origin": [1, 22.505, -5.05164]}, - "faces": { - "north": {"uv": [9.75, 5, 10, 5.25], "texture": "#0"}, - "east": {"uv": [3.5, 2.75, 5.5, 3], "texture": "#0"}, - "south": {"uv": [5.25, 9.75, 5.5, 10], "texture": "#0"}, - "west": {"uv": [7.5, 0.75, 9.5, 1], "texture": "#0"}, - "up": {"uv": [1, 10, 0.75, 8], "texture": "#0"}, - "down": {"uv": [7, 8, 6.75, 10], "texture": "#0"} - } - }, - { - "from": [0, 21.20495, -9.05164], - "to": [1, 22.20495, -6.05164], - "rotation": {"angle": -45, "axis": "x", "origin": [1, 22.505, -5.05164]}, - "faces": { - "north": {"uv": [9.75, 5.25, 10, 5.5], "texture": "#0"}, - "east": {"uv": [7.25, 4.75, 8, 5], "texture": "#0"}, - "south": {"uv": [5.5, 9.75, 5.75, 10], "texture": "#0"}, - "west": {"uv": [8.25, 0.25, 9, 0.5], "texture": "#0"}, - "up": {"uv": [8, 10.25, 7.75, 9.5], "texture": "#0"}, - "down": {"uv": [8.25, 9.5, 8, 10.25], "texture": "#0"} - } - }, - { - "from": [0, 15.505, -6.7516], - "to": [1, 22.505, -4.7516], - "rotation": {"angle": 22.5, "axis": "x", "origin": [1, 23.305, -5.5516]}, - "faces": { - "north": {"uv": [2, 8.25, 2.25, 10], "texture": "#0"}, - "east": {"uv": [2.5, 6.5, 3, 8.25], "texture": "#0"}, - "south": {"uv": [2.5, 8.25, 2.75, 10], "texture": "#0"}, - "west": {"uv": [3, 6.5, 3.5, 8.25], "texture": "#0"}, - "up": {"uv": [3, 10.25, 2.75, 9.75], "texture": "#0"}, - "down": {"uv": [10, 2.75, 9.75, 3.25], "texture": "#0"} - } - }, - { - "from": [0, 13.005, -5.7516], - "to": [1, 16.005, -4.7516], - "rotation": {"angle": 22.5, "axis": "x", "origin": [1, 23.305, -5.5516]}, - "faces": { - "north": {"uv": [9.5, 8, 9.75, 8.75], "texture": "#0"}, - "east": {"uv": [8.25, 9.5, 8.5, 10.25], "texture": "#0"}, - "south": {"uv": [8.5, 9.5, 8.75, 10.25], "texture": "#0"}, - "west": {"uv": [8.75, 9.5, 9, 10.25], "texture": "#0"}, - "up": {"uv": [10, 5.75, 9.75, 5.5], "texture": "#0"}, - "down": {"uv": [10, 5.75, 9.75, 6], "texture": "#0"} - } - }, - { - "from": [0, 14, -9.6516], - "to": [1, 16.55, -8.6516], - "rotation": {"angle": 0, "axis": "x", "origin": [1, 14.305, -8.5516]}, - "faces": { - "north": {"uv": [9.5, 8.75, 9.75, 9.5], "texture": "#0"}, - "east": {"uv": [9, 9.5, 9.25, 10.25], "texture": "#0"}, - "south": {"uv": [9.25, 9.5, 9.5, 10.25], "texture": "#0"}, - "west": {"uv": [9.5, 9.5, 9.75, 10.25], "texture": "#0"}, - "up": {"uv": [10, 6.25, 9.75, 6], "texture": "#0"}, - "down": {"uv": [10, 6.25, 9.75, 6.5], "texture": "#0"} - } - }, - { - "from": [-1, 26, 9], - "to": [2, 29, 17], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 12]}, - "faces": { - "north": {"uv": [8, 4.25, 8.75, 5], "texture": "#0"}, - "east": {"uv": [3.5, 2, 5.5, 2.75], "texture": "#0"}, - "south": {"uv": [8, 5, 8.75, 5.75], "texture": "#0"}, - "west": {"uv": [4, 4.25, 6, 5], "texture": "#0"}, - "up": {"uv": [4.75, 7, 4, 5], "texture": "#0"}, - "down": {"uv": [5.5, 5, 4.75, 7], "texture": "#0"} - } - }, - { - "from": [-1, 27, 8], - "to": [0, 28, 18], - "rotation": {"angle": -45, "axis": "z", "origin": [1.5, 27.5, 13]}, - "faces": { - "north": {"uv": [9.75, 6.5, 10, 6.75], "texture": "#0"}, - "east": {"uv": [7.25, 1, 9.75, 1.25], "texture": "#0"}, - "south": {"uv": [9.75, 6.75, 10, 7], "texture": "#0"}, - "west": {"uv": [7.25, 1.25, 9.75, 1.5], "texture": "#0"}, - "up": {"uv": [6, 9.5, 5.75, 7], "texture": "#0"}, - "down": {"uv": [6.25, 7, 6, 9.5], "texture": "#0"} - } - }, - { - "from": [-1, 29, 8], - "to": [0, 30, 18], - "rotation": {"angle": -45, "axis": "z", "origin": [-0.5, 27.5, 13]}, - "faces": { - "north": {"uv": [9.75, 7, 10, 7.25], "texture": "#0"}, - "east": {"uv": [7.25, 1.5, 9.75, 1.75], "texture": "#0"}, - "south": {"uv": [9.75, 7.25, 10, 7.5], "texture": "#0"}, - "west": {"uv": [7.25, 1.75, 9.75, 2], "texture": "#0"}, - "up": {"uv": [6.5, 9.5, 6.25, 7], "texture": "#0"}, - "down": {"uv": [6.75, 7, 6.5, 9.5], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [15, 0, 0], - "translation": [7.75, 2.5, -3] - }, - "thirdperson_lefthand": { - "rotation": [15, 0, 0], - "translation": [-7.25, 2.5, -3] - }, - "firstperson_righthand": { - "rotation": [-15, 0, 0], - "translation": [3.75, 0, 0] - }, - "firstperson_lefthand": { - "rotation": [-15, 0, 0], - "translation": [-11.25, 0, 0] - }, - "ground": { - "translation": [9.5, 9.75, -4.5], - "scale": [0.5, 0.5, 0.5] - }, - "gui": { - "rotation": [90, 135, -90], - "translation": [0.25, -1.75, 0], - "scale": [0.35, 0.35, 0.35] - }, - "head": { - "rotation": [-72, 0, 0], - "translation": [8, 10.25, 16.25] - }, - "fixed": { - "rotation": [90, -135, 90], - "translation": [0, 0, 3], - "scale": [0.3, 0.3, 0.3] - } - }, - "groups": [ - { - "name": "handle", - "origin": [0, 0, 12], - "color": 0, - "children": [ - 0, - { - "name": "star", - "origin": [0, 0, 12], - "color": 0, - "children": [1] - } - ] - }, - { - "name": "mid", - "origin": [0, 0, 0], - "color": 0, - "children": [ - { - "name": "shape", - "origin": [0, 0, 0], - "color": 0, - "children": [ - { - "name": "negative", - "origin": [0, 24, 0], - "color": 0, - "children": [2, 3] - }, - { - "name": "positive", - "origin": [0, 24, 0], - "color": 0, - "children": [4, 5] - }, - { - "name": "fwd", - "origin": [0, 0, 0], - "color": 0, - "children": [6, 7] - }, - { - "name": "bwd", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9] - } - ] - }, - { - "name": "bone", - "origin": [0, 0, 0], - "color": 0, - "children": [ - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - { - "name": "blade", - "origin": [0.5, 28, -3.5], - "color": 0, - "children": [21, 22, 23, 24, 25, 26, 27, 28] - }, - { - "name": "group", - "origin": [0, 0, 12], - "color": 0, - "children": [29, 30, 31] - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/optifine/cit/elucidator.properties b/assets/minecraft/optifine/cit/elucidator.properties index 6a39ddf..d6a1e9e 100644 --- a/assets/minecraft/optifine/cit/elucidator.properties +++ b/assets/minecraft/optifine/cit/elucidator.properties @@ -1,4 +1,4 @@ type=item items=diamond_sword netherite_sword -model=assets/minecraft/models/item/elucidator.json +model=assets/raspberry/models/item/elucidator.json nbt.custom_name=Elucidator \ No newline at end of file diff --git a/assets/minecraft/optifine/cit/katana.properties b/assets/minecraft/optifine/cit/katana.properties index 860839d..bc1e420 100644 --- a/assets/minecraft/optifine/cit/katana.properties +++ b/assets/minecraft/optifine/cit/katana.properties @@ -1,4 +1,4 @@ type=item items=diamond_sword netherite_sword -model=assets/minecraft/models/item/katana.json +model=assets/raspberry/models/item/katana.json nbt.custom_name=ipattern:*katana* \ No newline at end of file diff --git a/assets/minecraft/optifine/cit/reaper_scythe.properties b/assets/minecraft/optifine/cit/reaper_scythe.properties index 1f8d6d9..a9e19ab 100644 --- a/assets/minecraft/optifine/cit/reaper_scythe.properties +++ b/assets/minecraft/optifine/cit/reaper_scythe.properties @@ -1,5 +1,5 @@ type=item items=diamond_sword netherite_sword -model=assets/minecraft/models/item/reaper_scythe.json +model=assets/raspberry/models/item/reaper_scythe.json nbt.custom_name=ipattern:*reaper*scythe enchantments=sharpness mending \ No newline at end of file diff --git a/assets/raspberry/items/elucidator.json b/assets/raspberry/items/elucidator.json new file mode 100644 index 0000000..99d1a45 --- /dev/null +++ b/assets/raspberry/items/elucidator.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "item_model_guide:item/elucidator" + } +} \ No newline at end of file diff --git a/assets/raspberry/items/katana.json b/assets/raspberry/items/katana.json new file mode 100644 index 0000000..f32a5d9 --- /dev/null +++ b/assets/raspberry/items/katana.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "item_model_guide:item/katana" + } +} \ No newline at end of file diff --git a/assets/raspberry/items/reaper_scythe.json b/assets/raspberry/items/reaper_scythe.json new file mode 100644 index 0000000..2e3651e --- /dev/null +++ b/assets/raspberry/items/reaper_scythe.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "item_model_guide:item/reaper_scythe" + } +} \ No newline at end of file