Started by
General Kath
on
Topic category: Help with Minecraft modding (Java Edition)
This has been asked before, but I believe it needs to be asked again. How do you make it so an advancement is given on an item being crafted? I have looked in all the procedure blocks as well as the global start trigger list and can't find it anywhere. I do not want to do it with inventory, as I have my custom element tied to a previous advancement with inventory. Thanks!
There's a global trigger called "when item is crafted"
Then check if the item is your modded item then add the advancement
did you find out how to do this? I'm trying to do it myself