diff --git a/src/main/resources/assets/hiddenrealm/models/item/beheading_katana.json b/src/main/resources/assets/hiddenrealm/models/item/beheading_katana.json index c319b56..84bbada 100644 --- a/src/main/resources/assets/hiddenrealm/models/item/beheading_katana.json +++ b/src/main/resources/assets/hiddenrealm/models/item/beheading_katana.json @@ -1,3 +1,98 @@ { - "parent": "item/diamond_sword" -} + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "0": "hiddenrealm:item/beheading_katana", + "particle": "hiddenrealm:item/beheading_katana" + }, + "elements": [ + { + "from": [7.5, 0, 6], + "to": [8.5, 5, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [6.5, 0, 7]}, + "faces": { + "north": {"uv": [7, 1.5, 7.5, 4], "texture": "#0"}, + "east": {"uv": [6, 2.5, 5, 5], "texture": "#0"}, + "south": {"uv": [7, 4, 7.5, 6.5], "texture": "#0"}, + "west": {"uv": [5, 2.5, 6, 5], "texture": "#0"}, + "up": {"uv": [8, 5, 7.5, 4], "texture": "#0"}, + "down": {"uv": [8, 5, 7.5, 6], "texture": "#0"} + } + }, + { + "from": [7, 5, 5], + "to": [9, 6, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 5, 6]}, + "faces": { + "north": {"uv": [7.5, 5, 8.5, 5.5], "texture": "#0"}, + "east": {"uv": [9, 7, 7, 7.5], "texture": "#0"}, + "south": {"uv": [7.5, 6, 8.5, 6.5], "texture": "#0"}, + "west": {"uv": [7, 6.5, 9, 7], "texture": "#0"}, + "up": {"uv": [6, 7, 5, 5], "texture": "#0"}, + "down": {"uv": [7, 0, 6, 2], "texture": "#0"} + } + }, + { + "from": [7, 7, 5], + "to": [9, 8, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 7, 6]}, + "faces": { + "north": {"uv": [7.5, 5.5, 8.5, 6], "texture": "#0"}, + "east": {"uv": [9.5, 2, 7.5, 2.5], "texture": "#0"}, + "south": {"uv": [7.5, 6, 8.5, 6.5], "texture": "#0"}, + "west": {"uv": [7.5, 1.5, 9.5, 2], "texture": "#0"}, + "up": {"uv": [6, 5, 5, 7], "texture": "#0"}, + "down": {"uv": [7, 0, 6, 2], "texture": "#0"} + } + }, + { + "from": [8, 6, 4], + "to": [8, 26, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 7, 8]}, + "faces": { + "north": {"uv": [0, 0, 0, 10], "texture": "#0"}, + "east": {"uv": [5, 0, 2.5, 10], "texture": "#0"}, + "south": {"uv": [0, 0, 0, 10], "texture": "#0"}, + "west": {"uv": [2.5, 0, 5, 10], "texture": "#0"}, + "up": {"uv": [0, 2.5, 0, 0], "texture": "#0"}, + "down": {"uv": [0, 0, 0, 2.5], "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [0, -180, 0], + "translation": [0, 3, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [0, -180, 0], + "translation": [0, 3, 0.5] + }, + "firstperson_righthand": { + "rotation": [-5, 180, 0], + "translation": [4.75, 0, -2.25], + "scale": [0.8, 0.8, 0.8] + }, + "firstperson_lefthand": { + "rotation": [-5, 180, 0], + "translation": [4.75, 0, -2.25], + "scale": [0.8, 0.8, 0.8] + }, + "ground": { + "rotation": [0, 0, 90], + "translation": [0, -3, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [-90, -47, -90], + "translation": [-2.75, -2.25, 0], + "scale": [0.7, 0.7, 0.7] + }, + "fixed": { + "rotation": [0, 90, 0], + "translation": [0, -3, 0], + "scale": [0.7, 0.7, 0.7] + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/hiddenrealm/textures/item/beheading_katana.png b/src/main/resources/assets/hiddenrealm/textures/item/beheading_katana.png new file mode 100644 index 0000000..ef0db52 Binary files /dev/null and b/src/main/resources/assets/hiddenrealm/textures/item/beheading_katana.png differ