How to award advancement for killing a certain amount of a mob

Started by Wooddent on

Topic category: Help with modding (Java Edition)

Last seen on 01:40, 11. Feb 2024
Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to award advancement for killing a certain amount of a mob

I want to make an advancement for killing 50 of my modded entity, but I can't figure out how.

Last seen on 13:30, 8. Jun 2023
Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Used variables
Tue, 05/09/2023 - 10:01

Used variables

Last seen on 15:18, 21. Oct 2023
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use player persistent…
Tue, 06/13/2023 - 20:24

Use player persistent variable for every time the mob is killed by a player. if the variabe is over 50, reward the advancement. if under 50, add 1 to the variable.