area effect coulds

Started by Purple19842 on

Topic category: Advanced modding

Active 1 year ago
Joined Feb 2022
Points:
537

User statistics:

  • Modifications: 0
  • Forum topics: 24
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 23
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

Active 1 week ago
Joined Oct 2020
Points:
697

User statistics:

  • Modifications: 1
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 136
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

Active 1 year ago
Joined Feb 2022
Points:
537

User statistics:

  • Modifications: 0
  • Forum topics: 24
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 23
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"}

Active 1 week ago
Joined Oct 2020
Points:
697

User statistics:

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

You didn't specify the radius:

Mcstacker.net

Active 1 week ago
Joined Oct 2020
Points:
697

User statistics:

  • Modifications: 1
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 136
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"}

Active 1 year ago
Joined Feb 2022
Points:
537

User statistics:

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

Thank you that worked