Started by
Oofeiro
on
Topic category: Help with Minecraft modding (Java Edition)
Is there a way to delete a Minecraft mob's AI completely so I can define custom behaviors for it? For example, I want to make custom attacks for the Wither Boss, but its code merges with mine and causes some messy attack patterns.
What can I do?
I am not very knowledgeable about this subject but maybe you can try a mixin that replaces the original ai by running your ai code, then, ends the ai function(s) before the original code. This is only an idea and I am unsure if it is the right way to do it.