Started by
MrPigDev
on
Topic category: Help with Minecraft modding (Java Edition)
Hello! I have a little problem, I'm trying to make an achievement that should be issued after the player has drunk the potion, but I don't understand how. Please explain!
Easy! First, make a potion effect, not a potion item. Then, in the "triggers" tab, make a new procedure for "when effect started/applied."
Then, in the procedure you just made, add this code (replace "Test Advancement" with your advancement):
Lastly, add the potion effect into a potion item element.
I hope this helps!
Thank!