How do I create achievements triggered by crafting a modded item?

Started by _SZDXN on

Topic category: Help with modding (Java Edition)

Last seen on 20:59, 27. Oct 2019
Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I create achievements triggered by crafting a modded item?

I am trying to make it so you get an achievement for crafting a modded item I made and I cannot figure it out. Could someone help me? Thank you in advance!

Last seen on 11:16, 14. Oct 2021
Joined Dec 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use the trigger on Item is…
Sat, 10/26/2019 - 19:46

Use the trigger on Item is crafted/smelted to execute a procedure, the procedure should contain the give achievement block with your achievement.

Hope this helps! :D

Last seen on 23:25, 3. Apr 2022
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Then wouldn't it give you…
Thu, 02/11/2021 - 22:05

Then wouldn't it give you the advancement whenever you craft anything?

Last seen on 11:18, 9. Mar 2024
Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm late by 2 years but edit…
Mon, 08/21/2023 - 15:36

I'm late by 2 years but edit the code of achievements so you can change the items ids with modded items ids