From ab2e940e55d863873ca3ad327d8b8062adc65487 Mon Sep 17 00:00:00 2001 From: Shazuli Date: Tue, 14 Jun 2022 10:01:55 +0200 Subject: [PATCH] Fixed Wrench rotation in 3rd person. --- .../create/models/item/wrench/item.json | 70 +++---------------- 1 file changed, 10 insertions(+), 60 deletions(-) diff --git a/src/main/resources/assets/create/models/item/wrench/item.json b/src/main/resources/assets/create/models/item/wrench/item.json index 55cbe7e35..9c89b0ff6 100644 --- a/src/main/resources/assets/create/models/item/wrench/item.json +++ b/src/main/resources/assets/create/models/item/wrench/item.json @@ -81,65 +81,13 @@ "to": [10.4, 9, 9], "rotation": {"angle": 0, "axis": "y", "origin": [9, 11, 8]}, "faces": { - "north": { - "uv": [ - 4, - 10, - 12, - 12 - ], - "texture": "#5" - }, - "east": { - "uv": [ - 4, - 10, - 6, - 14 - ], - "rotation": 90, - "texture": "#5" - }, - "south": { - "uv": [ - 12, - 10, - 4, - 12 - ], - "texture": "#5" - }, - "west": { - "uv": [ - 4, - 10, - 6, - 14 - ], - "rotation": 90, - "texture": "#5" - }, - "up": { - "uv": [ - 4, - 10, - 12, - 14 - ], - "rotation": 180, - "texture": "#5" - }, - "down": { - "uv": [ - 4, - 10, - 12, - 13 - ], - "rotation": 180, - "texture": "#5" - } - } + "north": {"uv": [4, 10, 12, 12], "texture": "#5"}, + "east": {"uv": [4, 10, 6, 14], "rotation": 90, "texture": "#5"}, + "south": {"uv": [12, 10, 4, 12], "texture": "#5"}, + "west": {"uv": [4, 10, 6, 14], "rotation": 90, "texture": "#5"}, + "up": {"uv": [4, 10, 12, 14], "rotation": 180, "texture": "#5"}, + "down": {"uv": [4, 10, 12, 13], "rotation": 180, "texture": "#5"} + } }, { "name": "gear case", @@ -162,6 +110,7 @@ "translation": [0, 3.25, 0] }, "thirdperson_lefthand": { + "rotation": [0, -90, 0], "translation": [0, 3.75, 0] }, "firstperson_righthand": { @@ -191,7 +140,8 @@ { "name": "item", "origin": [8, 8, 8], + "color": 0, "children": [0, 1, 2, 3, 4, 5, 6] } ] -} +} \ No newline at end of file