mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Fixed inverted lighting issues
This commit is contained in:
parent
9d2e4af715
commit
9f3042356b
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue