From 437d36117032ecfa82b847017c026538b5cf2c69 Mon Sep 17 00:00:00 2001 From: Sollace Date: Mon, 10 Apr 2023 17:30:07 +0200 Subject: [PATCH] Fix enderman legs --- .../assets/minelittlepony/models/entity/enderman.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/main/resources/assets/minelittlepony/models/entity/enderman.json b/src/main/resources/assets/minelittlepony/models/entity/enderman.json index 792ff603..b06a0104 100644 --- a/src/main/resources/assets/minelittlepony/models/entity/enderman.json +++ b/src/main/resources/assets/minelittlepony/models/entity/enderman.json @@ -1,9 +1,7 @@ { "parent": "minelittlepony:skeleton", "locals": { - "arm_length": 30, - "arm_rotation_x": 3, - "arm_rotation_y": 14 + "arm_length": 30 }, "data": { "head": { @@ -95,7 +93,7 @@ ] }, "right_leg": { - "pivot": ["#arm_rotation_x_neg", 0, 0], + "pivot": ["#arm_rotation_x_neg", "#arm_rotation_y", 11], "texture": { "u": 0, "v": 20 }, "cubes": [ { @@ -105,7 +103,7 @@ ] }, "left_leg": { - "pivot": ["#arm_rotation_x", 0, 0], + "pivot": ["#arm_rotation_x", "#arm_rotation_y", 11], "texture": { "u": 0, "v": 20 }, "cubes": [ {