[SOLVED] [+ solution] Help for area_effect_cloud giving custom effect

Started by VioletPyre on

Topic category: Help with MCreator software

Last seen on 01:56, 16. Jan 2024
Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[SOLVED] [+ solution] Help for area_effect_cloud giving custom effect
Mon, 04/18/2022 - 22:35 (edited)

Simple enough as the title says it, but for some reason i seem to be the only one on this planet to try to do this because i've never ever ever ever found someone to help.
I'm still pretty frustrated because it "should" work but here is my command:

/summon area_effect_cloud ~ ~ ~ {Particle:"witch",Radius:2f,Duration:200,Color:262717,Effects:[{Id:"uecl:curse",Amplifier:1b,Duration:10}]}

it is supposed to give you the effect "Curse" ( id -> uecl:curse ). When doing /effect give @p uecl:curse 1 , it works fine, so it's not the effect that is done wrong. For some reason i think it's the game just being stupid and maybe it doesn't like custom effects. I hope it's not, and i will gladly accept any help at this point.
 

Sorry if this sounds aggressive a bit, i re-read myself and it sounds kind of agitated i feel like.

Edited by VioletPyre on Mon, 04/18/2022 - 22:35
Last seen on 01:56, 16. Jan 2024
Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh, by the way i'm using…
Mon, 04/18/2022 - 21:38

Oh, by the way i'm using 2021.3 with 1.17.1.

Last seen on 01:56, 16. Jan 2024
Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Alright. After a moment of…
Mon, 04/18/2022 - 22:37

Alright. After a moment of thinking logically, i tried the numeric IDs...

 

It worked. The last Minecraft Id is 32 with Hero of the Village (If i'm not mistaken). When i did "id:33" the Curse showed up. Thanks game for being kind to me :)

I posted this to not be the top of annoyance with the typical "I solved it" without posting the solution. This is massively triggering so there y'all go if you have this issue. Would be surprised.

Last seen on 11:39, 21. Apr 2022
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This does NOT work! When you…
Tue, 04/19/2022 - 06:45

This does NOT work! When you play with another mod that adds effects their effect might get the id 33 so your area effect cloud gives their effect.

Last seen on 01:56, 16. Jan 2024
Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
no worries, i play with only…
Tue, 04/19/2022 - 08:39

no worries, i play with only my mod for this kind of gameplay. Technically i should be fine. Besides this, i still don't know how to properly fix it, but yeah. I'm not supposed to play with any sort of mods that could potentially add effects.

Thanks for the warning though, didn't think about that.