Started by
Rotmax
on
Topic category: Help with MCreator software
Hello!
I have a problem with my new mod.
I added an armour and than I created a armour-procedure which should give the player an item.
But the player gets thousands of this item.
What should I do that the player gets only 1 item?
Thank you for your help!
Item gets added each armor tick, this is why it gets thousands of them. You might need to use a global variable to flag once the item has been added for the first time.
Is there a tutorial on the website, how variables work?
There could be some on the forums, you might also want to check our tutorials collection on YouTube.
Can you exlplain me what I have to do?
It works now thank you
No problem :D