Fixed inverted lighting issues

This commit is contained in:
Sollace 2018-10-31 20:47:50 +02:00
parent 9d2e4af715
commit 9f3042356b

View file

@ -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)