HELP how do i coppy the bee code

Started by Dammo447420 on

Topic category: Help with modding (Java Edition)

Last seen on 12:10, 28. Apr 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
HELP how do i coppy the bee code
Mon, 04/01/2024 - 14:55 (edited)

How do I copy bee behavior?

 

version 1.19.4


Hello, I would make a mod where a mob becomes an aggressive mob as soon as it is attacked, but there is nothing I can't find that behavior anywhere

 

pls help meeee

Edited by Dammo447420 on Mon, 04/01/2024 - 14:55
Last seen on 20:37, 26. Jul 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you want to copy bee…
Sun, 04/07/2024 - 19:03

If you want to copy bee behavior, you could try locking the mod element and examining the code for the Bee- MCreator comes with a built in repository of the source code for various parts of the game.

However, if you just want an entity to become aggressive when attacked, there's simpler methods. You could try just adding a 'fight attacker mobs back and call for help' function to the AI. If that doesn't work, you can make a procedure that triggers when the entity is attacked, and sets its attack target to the entity that attacked it.