Remove animation from magic slime
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user