how do you deal damage in a certain radius

Started by bigburgerkittnt on

Topic category: Help with MCreator software

Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do you deal damage in a certain radius

imagine that this damage is an explosion. It deals damage to everything in an x block radius. I would do this, but the issue is that I cannot have high enough damage without increasing explosion size. The player within the explosion must be able to survive with ridiculously high amounts of resistance (999)

That's all, thanks!

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could use the procedure…
Mon, 12/20/2021 - 20:11

You could use the procedure block in world management tab namely "For Each Entity as [Entity Iterator] Do" then add a deal damage block. Make sure to change event/target entity to entity Iterator.