axolotl entity base missing?

Started by sam_gamer_d34d on

Topic category: Help with modding (Java Edition)

Last seen on 16:08, 22. Aug 2022
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
axolotl entity base missing?

i was trying to make this mob that acts like an axolotl but when i went to the entity base section in the AI and Goals there was no axolotl entity base and i know no other ways to make it into an axolotl

Last seen on 08:29, 9. Jul 2023
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well you could try doing it…
Mon, 08/01/2022 - 09:13

Well you could try doing it yourself. Under movement tasks, for example, there are "swim around randomly" and "wander around randomly". You can also make it avoid and attack specific entities in "Target tasks" and panic when attacked etc.

If you want the other stuff that axolotls do to happen, you might have to code it in manually using proceedures. It shouldn't be too hard to make them regenerate when taking damage. I have linked a tutorial on how to use proceedures here:

https://mcreator.net/wiki/procedure-system

Last seen on 16:08, 22. Aug 2022
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ok ill do that
Mon, 08/01/2022 - 18:38

ok ill do that

Last seen on 16:08, 22. Aug 2022
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i have a prob now when i set…
Mon, 08/01/2022 - 18:49

i have a prob now

when i set the entity to a water entity i cant spawn it anymore even w/commands