Started by
undertale_lover12314
on
Topic category: Help with Minecraft modding (Java Edition)
I have made a bird mob in my mod, and I want it to keep moving forward like the phantom does. When I make it able to fly, it just wanders and stops in the sky like a land mob would. It looks weird and unnatural because of this. Is there a way to code it to keep flying forward? I have Mcreator 2020.3 and Minecraft 1.15
when i want a custom mob with the same type of a existent vanilla mob i usually extend its entity on:
in this case i made a octoput that moves like a squid, i guess you can do the same for any entity, in theory
This fixed the problem. Thank you.