Flying mobs

Started by Classic Max on

Topic category: Help with modding (Java Edition)

Last seen on 18:34, 14. Jun 2016
Joined May 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Flying mobs

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.

Last seen on 20:21, 13. Jan 2024
Joined Nov 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The closest thing that would
Wed, 06/22/2016 - 20:17

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.

Last seen on 10:28, 10. May 2021
Joined Mar 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The procedures are still…
Mon, 08/13/2018 - 10:08

The procedures are still available so if you want to make it drop something you can use a procedure. 

Last seen on 17:59, 5. Jan 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
and you can give it health…
Sun, 12/23/2018 - 16:19

and you can give it health boost on tick update

Last seen on 00:46, 1. Aug 2023
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
then you have the problem of…
Tue, 03/26/2019 - 23:47

then you have the problem of it sitting still once it hits a ceiling