Posted January 18, 201510 yr Hello! I'm very new to Minecraft Modding, but I want to change the existing Mob AI from the chicken to the Mob AI from the ZombiePigMans. (So that I have something like the Chicken AI from "The Legend of Zelda"). The Problem is, that I have absolute no idea how I can do this. Please help me! :C (And sorry for my bad English, but it is not my native language.) ~Gamer1010
January 19, 201510 yr what you are looking for are: - The different EntityAI classes. - the "tasks" and the "targetTasks" in EntityLiving You might have to end up adding your own custom AI by copying the herd AI from the pigman, adapt it for chickens and use an event to add it to them. If you want them to be able to attack you might have to change their Attributes as well to add attack damage, or you might have to make your own custom Entity and replace regular chickens with it. It's kinda complicated stuff for a begginer, and you'll have to learn to do a lot of things in the process.
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.