Started by
Shad0wMiner333
on
Topic category: Help with Minecraft modding (Java Edition)
Hi there, I've been having trouble creating a procedure that applies a potion effect based on whether the player is wearing the full set of armour and whether its daytime.
This is what I've done:
Edit: But it doesn't work at all.
Can someone please tell me what I'm doing wrong?
Thanx in advance.
Edited by Shad0wMiner333 on Thu, 06/04/2020 - 15:03
You did not describe what the problem is, just pasted a screenshot.
But the initial idea would be to reduce the duration to 1 tick if you are giving potion on each armor tick.
Sorry I forgot to say 😅 it doesn't work at all, no effect is given when all the armour is on, redardless of what time of day it is.
you're doing 2 things at once. basic troubleshooting: remove one thing to test the other first. try removing the daytime trigger and see if the full armor set trigger works first. if it does, then try using the daytime trigger in other procedures to see if it actually works at all.
Okay, I'll try that.
I managed to fix it, thanx.
how did you fix it, im having the same problem