Recipe Crafted needs Recipe Id
{ "criteria": { "requirement": { "trigger": "minecraft:recipe_crafted", "conditions": {} } }, "rewards": { "function": "ulg:adv/crafted_item" } }
Hi guys I'm trying to make a function that triggers when I craft / melt / etc. an item. I want it to happen for every recipe, but seems like the recipe_crafted advancement trigger NEEDS the recipe Id. My only option is to generate an advancement for every recipe id but there must be another way.