Make new advancement trigger to check when a mob is killed

Started by ItsZYXwastaken on

Topic category: Feature requests and ideas for MCreator

Last seen on 22:49, 29. Jun 2024
Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make new advancement trigger to check when a mob is killed

Another one that would be good is if the player is killed a certain way which would make it easier to use advancements. There's probably a way to do this with normal procedures but it would make things a lot easier.

Last seen on 17:05, 29. Jun 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can quite simply codeā€¦
Fri, 06/28/2024 - 02:59

You can quite simply code this. Find the procedure slot for "when entity dies" and have it award the advancement to the source entity. It's that easy!