Started by
Mxrky
on
Topic category: Troubleshooting, bugs, and solutions
So i made a Custom Living Entity named Bulldoge. As the Name says its a dog. But when i did the AI/Goals List it doesnt do what i say in there. Means i did "Hurt Entities that the Owner attacked" but it doesnt do it.
Does someone know how to solve this?
Edited by Mxrky on Tue, 04/12/2022 - 14:52
you need to make it tameable first (at the top of the AI section) or else it doesn't have an owner to attack for
I'm having the same problem. Since you have to make an entity animal type to make it tamable, the tamed entities don't attack anything because animal type prevents them from doing so. Is there a work around?
animal is a checkbox in the AI tab, i don't know if you're mixing it up with creature, which is in another tab, and makes it unable to attack
a workaround would be to give the mob an NBT tag which sets to true when you use the taming item on it, and then set the condition for the attack task to when the NBT tag is true, although i don't know how you would store which entity was hit by the player
oh Thank you! I mixed it up.