how to make particles destroy blocks

Started by Freddy101 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to make particles destroy blocks

i made a particle that does damage to mobs but i also want it to destroy blocks instead of go right thru them

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you use the particle…
Sun, 02/18/2024 - 07:13

If you use the particle directly to check if it's touching mobs, you could also check if the block below the particle is not air and turn it into air if it isn't after a set delay.