Started by
Purple19842
on
Topic category: Advanced modding
I am trying to make a Procedure to make a area effect cloud with a vanilla effect, but i don't know how to add the effect data to the already summoned effect cloud, so it would appear but not have any effect attached.
Any help would be greatly appreciated
Use: https://mcstacker.net select /summon and make the entity area_effect_cloud, it will have all of the settings for you to play around with
That wont work though, i tried but it just wont work
with the execute command block
/execute summon area_effect_cloud ~ ~ ~ {Particle:"dragon_breath",Duration:200,Potion:"minecraft:harming"}
You didn't specify the radius:
So this is your proper command: /summon area_effect_cloud ~ ~ ~ {Particle:"dragon_breath",Radius:4f,Duration:200,Potion:"minecraft:harming"}
Thank you that worked