counter added
This commit is contained in:
@@ -1901,5 +1901,7 @@ public class Mob extends AbstractIntelligenceAgent implements Delayed {
|
||||
return toIntExact(this.respawnTime - ((Mob) o).respawnTime);
|
||||
}
|
||||
|
||||
public void setDestination(Vector3fImmutable destination) {MovementUtilities.pathfind(this,destination);}
|
||||
public void setDestination(Vector3fImmutable destination) {
|
||||
MovementUtilities.pathfind(this,destination);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user