Can some one teach me how to area damage or entity things

Started by V0Kerem on

Topic category: Help with Minecraft modding (Java Edition)

Active 7 months ago
Joined Oct 2021
Points:
474

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Can some one teach me how to area damage or entity things

İ'want to make growing area damage from floor someone can help ?

Active 1 month ago
Joined May 2022
Points:
1160

User statistics:

  • Modifications: 14
  • Forum topics: 23
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1141
Use an 'entity iterator'…
Sun, 10/01/2023 - 14:10

Use an 'entity iterator' bracket, which you can find in the world management tab. (It should also take a radius.) Entity iterators run a procedure, but apply it to every entity within a cube. (If you really want it to be a radial circle effect, there's some annoying math you can do to get that working.) 

Just keep in mind that any 'event/target entity' blocks that you put inside the entity iterator need to be replaced with 'entity iterator.' (This way it targets each entity in the radius, not the entity that triggered the procedure.)