v0.8.0: fixed newborn elementals despawning when an ankh reset occurs
This commit is contained in:
@@ -221,6 +221,11 @@ public abstract class Elemental extends Mob {
|
||||
properties.add(Property.MINIBOSS);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean reset() {
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public static class Frost extends Elemental {
|
||||
|
||||
Reference in New Issue
Block a user