From 82fef2e8fa45730519792080648fd5b437569042 Mon Sep 17 00:00:00 2001 From: Sollace Date: Thu, 8 Jul 2021 19:15:33 +0200 Subject: [PATCH] Fixed flipped textures on the west side of the hat layer --- .../minelittlepony/models/steve_pony.json | 21 ++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/main/resources/assets/minelittlepony/models/steve_pony.json b/src/main/resources/assets/minelittlepony/models/steve_pony.json index dad843b6..fba7e25b 100644 --- a/src/main/resources/assets/minelittlepony/models/steve_pony.json +++ b/src/main/resources/assets/minelittlepony/models/steve_pony.json @@ -152,7 +152,6 @@ "type": "mson:planar", "stretch": 0.26, "__comment": [ - "body sides a", "body sides b", "qt mark a", "qt mark b", "body sides a", "body sides b", "qt mark a", "qt mark b", "stomach a", "stomach b", "stomach c", "butt", "butt", @@ -164,12 +163,6 @@ [ 4, 4, 10, 4, 4, 0, 32 ], [ 4, 8, 10, 4, 4, 0, 48 ] ], - "west": [ - [ -4, 4, 2, 8, 4, 12, 32 ], - [ -4, 8, 2, 8, 4, 12, 48 ], - [ -4, 4, 10, 4, 4, 0, 32 ], - [ -4, 8, 10, 4, 4, 0, 48 ] - ], "down": [ [ -4, 12, 2, 8, 4, 28, 48 ], [ -4, 12, 6, 8, 4, 44, 48 ], @@ -182,6 +175,20 @@ "up": [ [ -4, 4, 2, 8, 12, 32, 36 ] ] + }, + { + "type": "mson:planar", + "stretch": 0.26, + "mirror": [ false, false, true ], + "__comment": [ + "body sides a", "body sides b", "qt mark a", "qt mark b" + ], + "west": [ + [ -4, 4, 2, 8, 4, 12, 32 ], + [ -4, 8, 2, 8, 4, 12, 48 ], + [ -4, 4, 10, 4, 4, 0, 32 ], + [ -4, 8, 10, 4, 4, 0, 48 ] + ] } ] },