Started by
Crusader Gladiator
on
Topic category: Help with Minecraft modding (Java Edition)
I am trying to make a poison bomb item, and I want it to poison all entities in a 7 block radius if the impact site.
Topic category: Help with Minecraft modding (Java Edition)
I am trying to make a poison bomb item, and I want it to poison all entities in a 7 block radius if the impact site.
For each entity in block radius
If event/target entity is not the same entity as entity iterator
Give potion effect to entity iterator