How do I make a progress advancement?

Started by Reedomu on

Topic category: Help with modding (Java Edition)

Last seen on 00:18, 4. Dec 2023
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make a progress advancement?

I would like a detailed tutorial on how I could make a progress advancement. For example: when you kill every hostile mob. I want to make an advancement that you earn by collecting every colored dye. How do I do this?

Last seen on 15:21, 4. Dec 2023
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You would use the Custom…
Sun, 09/17/2023 - 03:04

You would use the Custom Trigger in "Utility Triggers" and then make a procedure that gives the achievement once the player has fulfilled its requirements.

Last seen on 14:16, 29. Sep 2023
Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i think hes telling like for…
Sun, 09/17/2023 - 19:25

i think hes telling like for example "you need to collect 200 stone in total". just like the advancement Two By Two

Last seen on 00:18, 4. Dec 2023
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm asking for a detailed…
Sun, 09/17/2023 - 23:13

I'm asking for a detailed tutorial. I already know that I can use procedures to make custom conditions for the advancement, but I'm not sure what blocks I need to do it.