Started by
MrCrayfisho
on
Topic category: Help with Minecraft modding (Java Edition)
Hi! I want to make a "blinking effect" procedure in MCreator but it doesn't work (I made this):
Wait 100 ticks the on server side:
Add potion darkness for 50 ticks
Wait 100 ticks the on server side:
Add potion darkness for 50 ticks
Wait 100 ticks the on server side:
Add potion darkness for 50 ticks
It "blinks" on time and the it doesn't "blink" anymore. I tried make a loop but it doesn't work too.
Can someone explain me why it doesn't work and how to fix it?
do this: https://imgur.com/dLdMrs2
I wanted to make like a "blinking" potion.
ok, put all that in an if that checks if you have the blinking potion active
https://imgur.com/a/uXa902l what do I use? (sorry i'm new)
you just need to add the if, heres: https://imgur.com/jPJPAN5
you don't have to set the procedure to any trigger
It works. Thank you.
You're welcome