How to add particles to an entity

Started by MrAnimA on

Topic category: Help with modding (Java Edition)

Last seen on 15:42, 1. Jul 2024
Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to add particles to an entity

I want to make it so an entity constantly has particles like a blaze or endermite, how do I do it? 

Last seen on 12:25, 1. Jul 2024
Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Create a new procedure for…
Mon, 07/01/2024 - 09:59

Create a new procedure for this trigger:

 

Then you put this inside the procedure, and if you want to select a particle, you have to click where it puts ''No entry selected''and change it with the particle that you want

Last seen on 15:42, 1. Jul 2024
Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thanks
Mon, 07/01/2024 - 15:43

thanks