Particles damage

Started by TheGoatRohit on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Particles damage

Is it possible to make particles do damage? If so, can you please reply?

Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
My god being able to do this…
Mon, 10/26/2020 - 20:51

My god being able to do this kind of interaction with particles would be incredible, I hope someone who knows how to answer that

Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
A possible solution would to…
Mon, 10/26/2020 - 21:43

A possible solution would to make a particle effect and a procedure trigger in the same place.

You could do the damage through a few ways:

effects (through commands)

collision with a custom mob (for the hitbox of the particle)

spawn a splash potion (also through commands)

custom code

 

There are probably other ways to do this as well.

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
particles don't have…
Tue, 10/27/2020 - 08:42

particles don't have hitboxes and can't do damage. just spawn the particle and use the "damage entity" code block right after

Joined Oct 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I know that this is two…
Thu, 12/03/2020 - 00:27

I know that this is two months old but I found a solution. So you could create a projectile that does damage but it spawns particles around it.