Started by
LuckyGamer
on
Topic category: Help with MCreator software
I want to make an advancement that requires the collection of a full set of iron armor and an iron sword. I attempted to make a procedure, but it does not work. Project file is attached here. The name of the advancement is and procedure contain the word "militarization"
https://drive.google.com/file/d/1dH70tMfOl5RJvGQ4xF1Q2C5m394nvt92/view?usp=share_link
I know, the procedure looks like yandere code.
you could do “on custom procedure” in the advancements element.
Then make a new custom procedure, set it to on entity tick, and check if the players wearing full iron armor and has a sword in their inventory. Then give the advancement!