Started by
Lcs128X
on
Topic category: Help with Minecraft modding (Java Edition)
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?
The Global and string variable scopes are Global_Map btw
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
I figured it all out now!