From 9f3042356b5085c5de16bd17a7b7007dfc3f9c34 Mon Sep 17 00:00:00 2001 From: Sollace Date: Wed, 31 Oct 2018 20:47:50 +0200 Subject: [PATCH] Fixed inverted lighting issues --- src/main/java/com/minelittlepony/model/AbstractPonyModel.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/minelittlepony/model/AbstractPonyModel.java b/src/main/java/com/minelittlepony/model/AbstractPonyModel.java index 48a3acea..2915df53 100644 --- a/src/main/java/com/minelittlepony/model/AbstractPonyModel.java +++ b/src/main/java/com/minelittlepony/model/AbstractPonyModel.java @@ -615,8 +615,8 @@ public abstract class AbstractPonyModel extends ModelPlayer implements IModel, P .tex(24, 0) .east( 4, -4, -4, 8, 8, stretch) .tex(4, 0) .east( 4, -4, 4, 8, 4, stretch) .tex(56, 0) .bottom(-4, 4, -4, 8, 8, stretch) - .tex(36, 16) .south(-4, -4, 8, 8, 4, stretch) - .south(-4, 0, 8, 8, 4, stretch) + .tex(36, 16) .north(-4, -4, 8, 8, 4, stretch) + .north(-4, 0, 8, 8, 4, stretch) .bottom(-4, 4, 4, 8, 4, stretch) .flipZ().tex(32, 20).top(-4, -4, -4, 8, 12, stretch) .tex(24, 0).west(-4, -4, -4, 8, 8, stretch)