mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 22:07:59 +01:00
Fixed saddlebags not mirroring front and back faces
(that single flip() call looks dangerous, but it didn't break anything)
This commit is contained in:
parent
837315d008
commit
8d1804aaf7
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public class SaddleBags extends AbstractGear {
|
|||
x += 3;
|
||||
|
||||
rightBag.offset(-x, y, z).around(0, 4, 4)
|
||||
.tex(56, 25).south(0, 0, 0, 3, 6, stretch)
|
||||
.tex(56, 25).flip().south(0, 0, 0, 3, 6, stretch)
|
||||
.tex(59, 25).south(0, 0, 8, 3, 6, stretch)
|
||||
.tex(56, 19).west(3, 0, 0, 6, 8, stretch)
|
||||
.west(0, 0, 0, 6, 8, stretch)
|
||||
|
|
Loading…
Reference in a new issue