mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 13:57:59 +01:00
imaderp
This commit is contained in:
parent
a50d318065
commit
23d055aaa9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ public class ZomponyModel<Zombie extends HostileEntity> extends AlicornModel<Zom
|
|||
@Override
|
||||
public void animateModel(Zombie entity, float move, float swing, float ticks) {
|
||||
super.animateModel(entity, move, swing, ticks);
|
||||
isPegasus = true;//entity.getUuid().getLeastSignificantBits() % 30 == 0;
|
||||
isPegasus = entity.getUuid().getLeastSignificantBits() % 30 == 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue