Help with achievement

Started by BizarrePleb on

Topic category: Help with Minecraft modding (Java Edition)

Active 6 months ago
Joined Apr 2025
Points:
33

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
Help with achievement

Okay, so I have made a procedure that, when a flint tool is picked up (modded item), it will give an achievement. Everything looks to be in place but when I do craft a tool and have it in my inventory, the achievement doesn't appear.

 

How the procedure works:

global trigger: When item is crafted

if: and: all 5 tools

do Add achievement "achievement here" to event/target entity

 

any help will do, thanks :)