Started by
Profsemio
on
Topic category: Help with Minecraft modding (Java Edition)
Hey ,
So i wanna make a mod that has a block and if u come near to it u get struck by lightning but i dont know how i schould do that can anyone help me
I would have done something like that:
Thank you
you could make a procedure that runs on the player tick, and check if your lightning block is within a certain radius of the player with the "check for block in cube" block, and if it is, then summon a lightning bolt at the position of the player