No "When item is crafted" trigger for new modded advancements

Started by monstermayhem436 on

Topic category: Help with modding (Java Edition)

Last seen on 10:03, 8. Sep 2020
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
No "When item is crafted" trigger for new modded advancements

Im trying to make a new Advancement, where if the player crafts an ender pearl using a custom recipe (with a custom item), it'll give it to them. Ive tried looking up ways to do this, yet all of them just say "use the item is crafted" trigger.

But there is no "item is crafted" trigger. At least not for me. My "Item related triggers" tab only has 3 options. "Item __ Consumed", "Item __ is damage...", and "player has _ to _  of __ in inventory"

There is no "when item is crafted" trigger there.

Last seen on 21:24, 26. Dec 2022
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you could just use the If…
Wed, 07/15/2020 - 02:22

you could just use the If player has one in inventory..

Last seen on 05:29, 31. Jan 2022
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
its not in the advancement…
Wed, 07/15/2020 - 07:47

its not in the advancement element page. create a new procedure element, in the first big green code block "global trigger" there's a pulldown, find it in there.