How do I make a progress advancement?

Started by Reedomu on

Topic category: Help with modding (Java Edition)

Last seen on 21:49, 28. Aug 2024
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 20:20, 26. Aug 2024
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 19:45, 14. Mar 2024
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 21:49, 28. Aug 2024
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.

Last seen on 19:45, 14. Mar 2024
Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hey Reedomu Here is a photo…
Sat, 12/16/2023 - 10:18

Hey Reedomu

Here is a photo for a little beginning:

https://ibb.co/0jCgNZQ

(The NBT tags are for makes sure that you dont need them all at once!)

You repeat this little script for the rest of the dyes.

----------------------------------------------------------------------------------------------------------------------

https://ibb.co/PDGDXVy

This detects if all NBT tags are true.

If they are all true then the advancement will be granted.

THERE ARE PROBABLY BETTER WAYS TO DO THIS!