area effect coulds

Started by Purple19842 on

Topic category: Advanced modding

Last seen on 05:14, 7. Jul 2023
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
area effect coulds

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

Last seen on 00:38, 28. Mar 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use: https://mcstacker.net…
Thu, 06/23/2022 - 21:19

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

Last seen on 05:14, 7. Jul 2023
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That wont work though, i…
Fri, 06/24/2022 - 01:12

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"}

Last seen on 00:38, 28. Mar 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You didn't specify the…
Fri, 06/24/2022 - 03:21

You didn't specify the radius:

Mcstacker.net

Last seen on 00:38, 28. Mar 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So this is your proper…
Fri, 06/24/2022 - 03:23

So this is your proper command: /summon area_effect_cloud ~ ~ ~ {Particle:"dragon_breath",Radius:4f,Duration:200,Potion:"minecraft:harming"}

Last seen on 05:14, 7. Jul 2023
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you that worked
Fri, 06/24/2022 - 16:31

Thank you that worked