From ba575cbea752b27895c9c5e5d49b6f0027467f5d Mon Sep 17 00:00:00 2001 From: Sollace Date: Fri, 13 Dec 2019 12:04:31 +0200 Subject: [PATCH] Fixed slipped texture on the stomach --- .../assets/minelittlepony/models/steve_pony.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/main/resources/assets/minelittlepony/models/steve_pony.json b/src/main/resources/assets/minelittlepony/models/steve_pony.json index ca486e5d..1f5a9601 100644 --- a/src/main/resources/assets/minelittlepony/models/steve_pony.json +++ b/src/main/resources/assets/minelittlepony/models/steve_pony.json @@ -81,9 +81,16 @@ "type": "mson:plane", "__comment": "stomach", "texture": { "u": 56, "v": 0 }, "face": "down", + "mirror": [false, true], "position": [ -4, 12, 2 ], "size": [ 8, 8 ] }, + { + "type": "mson:plane", "__comment": "butt", + "texture": { "u": 36, "v": 16 }, + "face": "down", + "position": [ -4, 12, 10 ], "size": [ 8, 4 ] + }, { "type": "mson:plane", "__comment": "butt", "texture": { "u": 36, "v": 16 }, @@ -97,12 +104,6 @@ "position": [ -4, 8, 14 ], "size": [ 8, 4 ] }, - { - "type": "mson:plane", "__comment": "butt", - "texture": { "u": 36, "v": 16 }, - "face": "down", - "position": [ -4, 12, 10 ], "size": [ 8, 4 ] - }, { "type": "mson:plane", "__comment": "back", "texture": { "u": 32, "v": 20 },