Remove animation from magic slime

This commit is contained in:
Electroblob77
2020-06-13 14:14:46 +01:00
parent 7319651ac4
commit d60238a400
@@ -145,6 +145,11 @@ public class EntityMagicSlime extends EntitySlime implements ISummonedCreature {
return false;
}
@Override
public boolean hasAnimation(){
return false;
}
@Override
protected boolean processInteract(EntityPlayer player, EnumHand hand){
// In this case, the delegate method determines whether super is called.