Posted March 14, 20178 yr Looking through task ais, its quite complicated, i wonder if anyone can set me in the right direction
March 14, 20178 yr Author Tried this, https://github.com/Clowcadia/MinecraftForge/blob/master/1.11/NPCTesting/src/main/java/com/clowcadia/test/entities/Test.java https://github.com/Clowcadia/MinecraftForge/blob/master/1.11/NPCTesting/src/main/java/com/clowcadia/test/ai/TaskAIGoTo.java
March 15, 20178 yr Author updated link https://github.com/Clowcadia/MinecraftForge/blob/master/1.11/NPCTesting/src/main/java/com/clowcadia/test/entities/living/ai/AIGoto.java
March 15, 20178 yr Any errors in the console? Apparently I'm addicted to these forums and can't help but read all the posts. So if I somehow help you, please click the "Like This" button, it helps.
March 15, 20178 yr Look at EntityWolf.class and see how minecraft does it. Im pretty sure you need vectors and stuff... Apparently I'm addicted to these forums and can't help but read all the posts. So if I somehow help you, please click the "Like This" button, it helps.
March 15, 20178 yr Author no errors, just not executing \ entityWolf is the class i have been following along with entityAIFolowOwner
March 15, 20178 yr Use the entity's getNavigator().tryMoveToXYZ() method. Also previously known as eAndPi. "Pi, is there a station coming up where we can board your train of thought?" -Kronnn Published Mods: Underworld Handy links: Vic_'s Forge events Own WIP Tutorials.
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.