Posted June 22, 20169 yr Hello. I have a simple entity: https://github.com/Alex-the-666/Ice_and_Fire/blob/master/src/main/java/com/github/alexthe666/iceandfire/entity/EntityFireDragon.java That uses EntityAIWander. However, I've found that when the wander tries moving with this.entity.getNavigator().tryMoveToXYZ(this.xPosition, this.yPosition, this.zPosition, this.speed); it immediately returns this.entity.getNavigator().noPath() . Here is the entity's superclass if you need to see it: https://github.com/Alex-the-666/Ice_and_Fire/blob/master/src/main/java/com/github/alexthe666/iceandfire/entity/EntityDragonBase.java
June 22, 20169 yr Author although that works, it doesn't animate the animal at all(because move helper doesn't change the motion, only position), and is over very buggy.
June 23, 20169 yr Author Does anyone know why this isn't working? I have a similar mob in another mod for the same MC version that works fine.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.