Topic category: Help with MCreator software
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.
Oh, by the way i'm using 2021.3 with 1.17.1.
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.
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.
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.