From 00800acd6acf0339f78c48c36c95c5038139139f Mon Sep 17 00:00:00 2001 From: EpsilonZunsat <121496151+EpsilonZunsat@users.noreply.github.com> Date: Thu, 12 Oct 2023 00:15:33 +0800 Subject: [PATCH] Fixed incorrect bedrock version of skin mirroring geometry (#4207) * fix geometry.humanoid.wearingCustomSkull.json's LeftLeg * fix geometry.humanoid.wearingCustomSkullSlim.json'LeftLeg --- .../bedrock/skin/geometry.humanoid.wearingCustomSkull.json | 7 +++---- .../skin/geometry.humanoid.wearingCustomSkullSlim.json | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/core/src/main/resources/bedrock/skin/geometry.humanoid.wearingCustomSkull.json b/core/src/main/resources/bedrock/skin/geometry.humanoid.wearingCustomSkull.json index b18d1205b..b3c5533da 100644 --- a/core/src/main/resources/bedrock/skin/geometry.humanoid.wearingCustomSkull.json +++ b/core/src/main/resources/bedrock/skin/geometry.humanoid.wearingCustomSkull.json @@ -145,10 +145,9 @@ { "origin": [ -0.1, 0.0, -2.0 ], "size": [ 4, 12, 4 ], - "uv": [ 0, 16 ] + "uv": [ 16, 48 ] } - ], - "mirror": true + ] }, { @@ -219,4 +218,4 @@ } } ] -} \ No newline at end of file +} diff --git a/core/src/main/resources/bedrock/skin/geometry.humanoid.wearingCustomSkullSlim.json b/core/src/main/resources/bedrock/skin/geometry.humanoid.wearingCustomSkullSlim.json index 3855c92ec..94559e3f7 100644 --- a/core/src/main/resources/bedrock/skin/geometry.humanoid.wearingCustomSkullSlim.json +++ b/core/src/main/resources/bedrock/skin/geometry.humanoid.wearingCustomSkullSlim.json @@ -145,10 +145,9 @@ { "origin": [ -0.1, 0.0, -2.0 ], "size": [ 4, 12, 4 ], - "uv": [ 0, 16 ] + "uv": [ 16, 48 ] } - ], - "mirror": true + ] }, { @@ -219,4 +218,4 @@ } } ] -} \ No newline at end of file +}