Currently, in new beta, leaf blocks automatically generate falling particles. However, this behavior can be problematic for leaves placed by players, such as those used for decorative purposes on the ground. In these cases, the falling particles can feel unnecessary or distracting. A solution is needed to allow better control over particle generation for leaf blocks.
There are few approch I am considering.
Add a New BlockState
- Leaves generated naturally in the world will have
particleset totrue(particles enabled). - Leaves placed manually by players will have
particleset tofalse(particles disabled).
Particle Toggle Tool (something simillar)
- Right clicking a leaf block with specific tool toggles its
particlestate between true and false. - Or be easy just like Noteblock, player can interact with any held item or empty hand to toggle the state.
Please sign in to leave a comment.
1 Comments