How do you make particles fall from the bottom of blocks?

Started by Skullfoxx on

Topic category: Help with modding (Java Edition)

Last seen on 16:48, 17. May 2021
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do you make particles fall from the bottom of blocks?

I am making a custom tree for a mod and I want a leaf particle to fall from the bottom of the leaves, yet none of the settings do what I want. Please help me.

Last seen on 23:31, 4. Aug 2022
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So, if you are using custom…
Fri, 06/24/2022 - 03:56

So, if you are using custom leaves then you can make a particle, then go into the block settings for the leaf and there should be a setting called "Admit particles" under advanced settings. It may be called something else, but from there you link your leaf particles up, and then set the direction, spread, ext. Idk if this will work 100% but I got particles coming from my custom leaves when I was messing around with it. However I scrapped it before finishing the falling animation for the particles. So 50/50 chance it will work. 

I hope this helps and isnt too confusing.

Last seen on 00:46, 5. Jun 2023
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you only want the leaves…
Fri, 06/24/2022 - 12:09

If you only want the leaves to fall from the bottom of the block, set the "Does particle collide" property to off with speed factor 0 and relatively high gravity (you can play with this) - and then set the particles to emit from the block dx=0.5, dy=0.5, dz=0.5.