I’ve been trying to make heart effects above some armour stands but everytime I use the command, something generated from gamergeeks, they appear as blue and white swirls.
Example command
/summon area_effect_cloud ~ ~ ~ {Particle:{type:heart},Radius:5,Duration:200}
every “type” does not work,
Attachments
Comments 2
Area effect clouds don’t have a Particle
field, but they do have a custom_particle
field; see the AEC data on the Minecraft Wiki. If a summon
command generated by a third-party website isn’t working properly, check it against the entity’s data as listed on the wiki, since the wiki is almost always up to date.
should also say in the image i was going through different versions of the same command to see if it would change anything