Started by
BenEngland2004
on
Topic category: Help with Minecraft modding (Java Edition)
Hello there. I seem to be having a little issue with creating a potion.
I check some other posts to see if this was an issue elsewhere but I didn't find anything. I have made the potion itself fine and am using a vanilla effect but when I try to add it using a procedure when the 'food is eaten, it only last 2 seconds even though I set it to 45 and for some reason gives it as level 2 even though I set it to level 1.
If anyone has a solution for this it would be greatly appreciated. Thank you.
Ticks not seconds - 20 ticks = 1sec. You want 900 ticks or 45sec.
Of course! I completely forgot about ticks. My bad, thank you.