Collecting Advancement

Started by Lcs128X on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Collecting Advancement

I was trying to make a procedure that adds +1 to a variable every time a different item under a certain tag is collected it is supposed to only add +1 to the variable if the player has never had the item before. I have made a test procedure to test the value of the variable after picking up one of these items but for some reason this is always 0.0 I have tried tons of different things for hours but could not figure out what was wrong with the procedure, can anybody help?

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The Global and string…
Fri, 10/13/2023 - 17:31

The Global and string variable scopes are Global_Map btw

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So I managed to fix it I…
Fri, 10/13/2023 - 19:50

So I managed to fix it I just forgot the not-block before "does text..." but I still have an issue I dont want to only check it when picking up an item but also when obtaining an item via smithing table or brewing stand and I could not get that to work

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I figured it all out now!
Sat, 10/14/2023 - 14:15

I figured it all out now!