Started by
daringss
on
Topic category: Help with Minecraft modding (Java Edition)
good afternoon, it is necessary that when holding an object in your hands, damage is done to all entities within a radius of 5 blocks, of course I know how to create a right-click and an object, I hope tell me how to cause damage to everyone in a certain radius (the explosion does not roll)
thanks in advance
try doing
"For each entity as entity iterator in square cube of 10" (10 means 5 blocks)
and inside "Not Entity Iterator = Event/Target Entity"
Then just add your damage procedure
And be sure to replace any other "Event/Target Entity" blocks with "Entity Iterator" blocks