mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Fixed missing tail piece on seaponies
This commit is contained in:
parent
d57876ddba
commit
e3c0ebe694
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class SeaponyTail implements IPart {
|
|||
tailBase.rotate(TAIL_ROTX, 0, 0)
|
||||
.offset(0, -4, -2)
|
||||
.around(-2, 10, 8)
|
||||
.box( 0, 0, 0, 4, 6, 4, stretch)
|
||||
.box(0, 4, 2, 4, 6, 4, stretch)
|
||||
.flip();
|
||||
|
||||
tailTip.rotate(0, 0, 0).around(1, 5, 1)
|
||||
|
|
Loading…
Reference in a new issue