Posted August 18, 201411 yr i have a question can i like make a specific thing that will allow my mob take a certain type of meat and eat it to heal +5health. how to can i do it? Proud mod developer of: Mob Armor mod Block monster mod Clay Living Dolls mod Much More Spiders mod Elemental cows reborn Mr gorilla mod
August 18, 201411 yr Author its no so right, i need when specific food is dropped on the ground he will run to it and eat it Proud mod developer of: Mob Armor mod Block monster mod Clay Living Dolls mod Much More Spiders mod Elemental cows reborn Mr gorilla mod
August 18, 201411 yr You need custom AI for that. Extend EntityAIBase and override it methods. EntityAIFollowOwner and EntityAIMate have somewhat close functionality to what you want, look at them. All what you have to do next is adding your custom AI in you entity's tasks in the constructor and return true in your entity's isAIEnabled overridden method (see vanilla mobs to know how exactly).
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.