mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-16 17:44:23 +01:00
As far as I understand, .tex() and .flip() can change places
This commit is contained in:
parent
bf8f3ef02a
commit
3777f4f7c9
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ public class SaddleBags extends AbstractGear {
|
|||
|
||||
x += 3;
|
||||
|
||||
rightBag.offset(-x, y, z).around(0, 4, 4)
|
||||
.tex(56, 25).flip().south(0, 0, 0, 3, 6, stretch)
|
||||
rightBag.offset(-x, y, z).around(0, 4, 4).flip()
|
||||
.tex(56, 25).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