Some particles have no separate parameter, after name, for coloring
The bug
The reddust (now minecraft:dust) particle got the r g b moved to new parameters after the particle name (along with size), but the following particles have no separate parameters:
| Particle id | Appearance depends on |
|---|---|
| ambient_entity_effect | dx, dy and dz |
| entity_effect | dx, dy and dz |
| effect | dx, dy and dz |
| note | dx value |
Linked Issues
is duplicated by2
relates to4
Created Issue:
Note particles have no separate parameter, after name, for coloring
See title, reddist(now dust) particle got the r g b moved to new parameters after the particle name (along with size), but the note particle’s color still depends on the dx value.
See title, redd
ist(now dust) particle got the r g b moved to new parameters after the particle name (along with size), but the note particle’s color still depends on the dx value.See title, reddust(now dust) particle got the r g b moved to new parameters after the particle name (along with size), but the note particle’s color still depends on the dx value.
Note particles have no separate parameter, after name, for coloringSome particles have no separate parameter, after name, for coloring
See title,reddust(now dust) particle got the r g b moved to new parameters after the particle name (along with size), but the note particle’s color still depends on the dx value.The reddust(now dust) particle got the r g b moved to new parameters after the particle name (along with size), but the note particle’s color still depends on the dx value and the entity_effect and entity_effect_ambient particles depend on dx dy and dz.
The reddust(now dust) particle got the r g b moved to new parameters after the particle name (along with size), but the note particle’s color still depends on the dx value and the entity_effect and entity_effect
_ambientparticles depend on dx dy and dz.The reddust(now dust) particle got the r g b moved to new parameters after the particle name (along with size), but the note particle’s color still depends on the dx value and the entity_effect and ambient_entity_effect particles depend on dx dy and dz.
The reddust(now dust) particle got the r g b moved to new parameters after the particle name (along with size), but the note particle’s color still depends on the dx value and the entity_effect and ambient_entity_effect particles depend on dx dy and dz.
The bug
The reddust (now minecraft:dust ) particle got the r g b moved to new parameters after the particle name (along with size), but the following particles have no separate parameters:
Particle id Appearance depends on ambient_entity_effect dx, dy and dz entity_effect dx, dy and dz note dx value
The bug
The reddust (now minecraft:dust) particle got the r g b moved to new parameters after the particle name (along with size), but the following particles have no separate parameters:
Particle id Appearance depends on ambient_entity_effect dx, dy and dz entity_effect dx, dy and dz effect dx, dy and dz note dx value
is duplicated by
is duplicated by
relates to
relates to
relates to
relates to
Actually this is very closely related to a bug report that you made a few years ago, MC-123539
For the particles ambient_entity_effect and entity_effect, the color depends on the dx, dy, and dz parameters (see MC-123539), if particle count is 0.
However these parameters not only influence the color but also how the particles move.
For instance if the dimensions are is 255 0 255 (magenta), the particles will move outwards, but if the dimensions are 0 255 0 (lime green), the particles will move upwards.
Therefore, it is impossible to for instance have lime green particles moving outwards or magenta particles moving upwards.
Some example commands:
- /particle entity_effect ~ ~1 ~ 0 255 0 255 0
- /particle entity_effect ~ ~1 ~ 0 0 255 0 0
- /particle entity_effect ~ ~1 ~ 255 255 255 255 0
- /particle entity_effect ~ ~1 ~ 255 0 0 255 0
- /particle entity_effect ~ ~1 ~ 255 255 0 255 0
- /particle entity_effect ~ ~1 ~ 255 127 0 255 0
Video: Minecraft 1.18.2 - Singleplayer 2022-03-22 14-49-24.mp4![]()
Confirm for 18w16a
You have forgotten minecraft:effect color params
Confirm for 18w21a
Confirm for 18w21b
Does this affect 18w22c?
Confirm for 1.13-pre1
Confirm for 1.13-pre2
Affects 1.13-pre6. Please keep the issue updated accordingly!
Confirmed for 1.13-pre7
Affects 18w32a and 1.13.
still in 1.14 snapshots
Still in 18w50a.
This is a feature request.
Very well.
Made https://feedback.minecraft.net/hc/en-us/community/posts/4411712364173-Separate-color-for-remaining-particles-into-a-different-parameter for this then, so if people want this to change, they should vote for it.