Started by
davidS
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a magic wand or enchantment that will strike lightning on right click
which falls on the enemy but every time I try the beam it just falls on me and I try to make it fall 3 blocks away from the player but it only works on the spawn it helps.
What I can think of:
Use that one procedure block that gets every entity in a radius as entity iterator
For each:
If (entity iterator) is type (monster entity) - Strike lightning at position (position of entity iterator)
If this isn't clear enough I can make a screenshot and put that up.
yes A screenshot would be very helpful.