Procedure doesn't give advancement

Started by ItsZYXwastaken on

Topic category: Help with Minecraft modding (Java Edition)

Active 9 months ago
Joined Jul 2021
Points:
553

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 43
Procedure doesn't give advancement

I can't figure out why this doesn't work. for context its supposed to store info if you collected a mob head, seems to do that which I figured out from the messages but still not sure, I have no idea how to activate the 2nd procedure so I decided to just use the other one to do it which isn't a good solution but I couldn't think of anything, so I need help.procedure to store dataProcedure to give achievement

Active 6 months ago
Joined Jun 2022
Points:
482

User statistics:

  • Modifications: 0
  • Forum topics: 19
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 96
you need to put your…
Thu, 06/27/2024 - 00:24

you need to put your workspace name in front of the advancement like here (change oddlands to your workspace and make sure the advancement registry is correct )
https://i.imgur.com/7q68aKN.png

Active 6 months ago
Joined Jun 2022
Points:
482

User statistics:

  • Modifications: 0
  • Forum topics: 19
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 96
wait ignore that i just woke…
Thu, 06/27/2024 - 00:35

wait ignore that i just woke up and had a small brain moment lmao
Have you tried using "entity picks up item" for the second procedure? and then any time you pick up an item it will do the check?