Alexthe666 Posted June 22, 2016 Share Posted June 22, 2016 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 Quote Link to comment Share on other sites More sharing options...
Alexthe666 Posted June 22, 2016 Author Share Posted June 22, 2016 I'll see if it works... Quote Link to comment Share on other sites More sharing options...
Alexthe666 Posted June 22, 2016 Author Share Posted June 22, 2016 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. Quote Link to comment Share on other sites More sharing options...
Alexthe666 Posted June 23, 2016 Author Share Posted June 23, 2016 Does anyone know why this isn't working? I have a similar mob in another mod for the same MC version that works fine. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.