mojira.dev
MC-99906

AreaEffectCloud Color tag doesn't work with particles other than mobSpell

The tag works fine for mobSpell, but not for any other colourable particles, e.g. mobSpellAmbient or reddust. In the last 2 cases, it just shows randomly coloured particles.

EDIT: On 1.11.2, it doesn't show randomly coloured particles, but instead shows particles of a default colour no matter what the Color tag is (e.g. red reddust particles, greyish mobSpellAmbient particles)

EDIT 2: In 17w13b, the randomly-coloured particles are back instead of the default colours

Linked issues

Comments 5

I am able to confirm this.

Is this still an issue in the most recent versions (currently that is 1.10.2, or 16w42a) of Minecraft? If so, please update the affected versions and help us keeping this ticket updated from time to time. If you are the owner/reporter of this ticket, you can modify the affected version(s) yourself.

EDIT: On 1.11.2, it doesn't show randomly coloured particles, but instead shows particles of a default colour no matter what the Colour tag is (e.g. red reddust particles, greyish mobSpellAmbient particles)

I cannot confirm that part. Make sure you're spelling the tag correctly (it's "Color" rather than "Colour"). Please be sure to provide any commands you're attempting to use so that we can easily replicate your issue.

Make sure you're spelling the tag correctly (it's "Color" rather than "Colour")

Sorry, I did in the game; my browser's autocorrect is set to Canadian English.

Some commands to test are:

/summon area_effect_cloud ~ ~1 ~ {Particle:reddust,Radius:30f,RadiusPerTick:0f,RadiusOnUse:0f,Duration:1000,DurationOnUse:0f,Age:-3000,Color:65356}

And

/summon area_effect_cloud ~ ~1 ~ {Particle:mobSpellAmbient,Radius:30f,RadiusPerTick:0f,RadiusOnUse:0f,Duration:1000,DurationOnUse:0f,Age:-3000,Color:65356}

The Color tag is for bright green, but the particles show up in default colours in both cases.
Also, once when I did it with reddust, there was a little poof of rainbow reddust particles in a circle when it spawned, but I haven't been able to reproduce that.

That would be because your Age value is negative, when it's supposed to be 0 or higher. Using a non-negative value works correctly in reproducing the first part of this report:

/summon area_effect_cloud ~ ~1 ~ {Particle:reddust,Radius:30f,RadiusPerTick:0f,RadiusOnUse:0f,Duration:4000,DurationOnUse:0f,Color:65356}

/summon area_effect_cloud ~ ~1 ~ {Particle:mobSpellAmbient,Radius:30f,RadiusPerTick:0f,RadiusOnUse:0f,Duration:4000,DurationOnUse:0f,Color:65356}

Schmike Schmolger

Erik Broes

Community Consensus

area_effect_cloud, color, mobSpell, particle

Minecraft 1.9, Minecraft 1.11.2

Retrieved