Started by
Classic Max
on
Topic category: Help with Minecraft modding (Java Edition)
How would one go about making a flying mob with MCreator? Is there a lot of versatility AI-wise? Like, could I make birds or dragonflies? Maybe ghast-like flying jellyfish? Or would I have to code that stuff myself? I've tried to make flying mobs, but can't seem to get them to work. I assume that when I'm done they will work like ghasts, but they wind up either not moving at all, or just wandering around on the ground like any other mob.
The closest thing that would work would be to make the AI based off of a Ghast or Bat (depending on whether or not the mob would be hostile) with NO custom AI information and to select "flying" mob type. Unfortunately, with that it is impossible to select custom health, drops, etc. because basing AI off of another mob will overwrite pretty much everything.
The procedures are still available so if you want to make it drop something you can use a procedure.
and you can give it health boost on tick update
then you have the problem of it sitting still once it hits a ceiling