Started by
Grimlock
on
Topic category: Help with Minecraft modding (Java Edition)
So I'm creating a sonic blast like the warden, and I ran into a bit of a problem. I'm able to create the particles in a straight line with ease, but the problem comes when I try to damage an entity with it.
Here is my code. I'm not sure exactly why it doesn't damage any entities, but I'm not sure if its actually doing anything.
Nevermind, I was being stupid. I was dealing damage to the event/target entity, and not the entity iterator.