v1.3.0: fixed earthen guardian not being considered inorganic
This commit is contained in:
@@ -309,6 +309,9 @@ public class WandOfLivingEarth extends DamageWand {
|
|||||||
alignment = Alignment.ALLY;
|
alignment = Alignment.ALLY;
|
||||||
state = HUNTING;
|
state = HUNTING;
|
||||||
intelligentAlly = true;
|
intelligentAlly = true;
|
||||||
|
|
||||||
|
properties.add(Property.INORGANIC);
|
||||||
|
|
||||||
WANDERING = new Wandering();
|
WANDERING = new Wandering();
|
||||||
|
|
||||||
//before other mobs
|
//before other mobs
|
||||||
|
|||||||
Reference in New Issue
Block a user