How do I Create an Achievement with a "0/10 object collected" kind a thing.

Started by username_not_taken on

Topic category: Help with modding (Java Edition)

Last seen on 13:05, 27. Mar 2024
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I Create an Achievement with a "0/10 object collected" kind a thing.

I wanna make an achievement that you have to collect a certain amount of objects to get, like "a balanced diet" or "a complete catalogue." How would I do that?

Last seen on 09:33, 25. Apr 2024
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Create a variable logic for…
Sat, 04/30/2022 - 15:29

Create a variable logic for each items. When the player take an item, set the variable of this item to "true". Create a new variable. When all variables are true, this variable set "true". This variable set the achievement when it's true.