Started by
ianames
on
Topic category: Help with Minecraft modding (Java Edition)
Hi, I am making a sea urchin mob that is a WaterCreature and a WaterMob that has behaviors where it wanders, attacks when colliding, flees when attacked, and attacks the player. Whenever I try to export the mob, it says that EntityUrchin is incompatible with EntityCreature. Am i doing this right? please help.
I think your error is caused by one (or both) of two things:
1- To be both a watercreature and watermob eliminates all possibility of being hostile. I have tried this before, and am still experimenting, but it will work if you make one of them be monster and the other water creature (howver, they will spawn in large numbers)
2- act aggressively against AI task is not compatible with flee from entity. Panic when attacked shouold not have any problem though.
How some reason that is not working for me I have tried it as all types with water creature but it doesn't work in 1.8.2
Sorry typo
Nvm mind you have to change the first mob class to whatever the select water creature at the last editor tab