Started by
Lorenzo-0
on
Topic category: Help with MCreator software
Hey , I wish that when I put a helmet on me, all the players around me had the effect of glowing : )
Topic category: Help with MCreator software
Hey , I wish that when I put a helmet on me, all the players around me had the effect of glowing : )
this might possible, search Lightning Wand MCreator, download the procedure and on the Helmet Update tick, import it, then just modify it a little so it gives the effect to entity iterator
hey ,thanks for your help, but i'm not sure i found the right link, can you send me a link that will take me directly to Lightning Wand MCreator
it is a youtube video from NorthWestTreeGaming, try searching it like Lightning Wand MCreator NorthWestTreeGaming
yeah, just change lightning to effect, duh
AAAAAAh yes, thank you very much. I test its and I tell you if it works!
alright :)!
Ok, I have the code in front of me, what should I change?
let me see the procedure,
it should look kinda like this:
For every Entity Iterator on 30 block radius
do Set potion effect for 200 ticks type: GLOWING
Deal 1 damage to Provided Itemstack
remember to put it on Helmet Tick Update
okay so remove the strike lightning block and everything it is connected to, then put your Potion Effect block and damage the helmet
but DO NOT remove the Entity Iterator = Event/Target Entity block, or it won't work