Started by
BizarrePleb
on
Topic category: Help with Minecraft modding (Java Edition)
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 :)