-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.13-pre7
-
None
-
Windows 10
Java 1.8.0_51 64bit
-
Unconfirmed
When using the entity_effect particle you dont get the color options like you would when using dust. This is an inconsistency which prevents using entity_effect or ambient_entity_effect more efficent like you can use dust particles.
particle minecraft:entity_effect ~ ~ ~ 0 0 0 0 10 normal @a
should be changed to
particle minecraft:entity_effect 0 0 0 1 ~ ~ ~ 0 0 0 0 10 normal @a
to be consistent with the new coloring system.
- duplicates
-
MC-123539 Some particles have no separate parameter, after name, for coloring
- Resolved