how to make particles destroy blocks

Started by Freddy101 on

Topic category: Help with modding (Java Edition)

Last seen on 03:35, 20. Jul 2024
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

Last seen on 22:49, 25. Jul 2024
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.