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)