Started by
FoguDev
on
Topic category: Help with Minecraft modding (Java Edition)
Hello,
so as said in the title, i've got a potion effect i want to turn into a lingering cloud once a certain projectile hits the floor, ive got the projectile part figured out but cannot find any way to spawn a cloud of the potion effect...
could any of you help me please?
Maybe this will work
The image don't work... could you please repost?
https://www.mediafire.com/view/szqxahl6qgnhn5r/unnamed.png/file
I'll try it, thanks!
It isn't working...
Are you making it happen when the projectile collides with a block?
Wait no, it spawns the particles they're just too little, im going to pump the particle number up and see if that makes its work
do you get the effect when you stand in the area?
i don't think the effect will linger but i can try to help with that if you wan't
I can see the particles and walk through them but the effect isn't applied at all...
Try making the projectile hit the same block that you are standing in
Let me know what happens
Same thing, they appear but no effect is applied
I'm not sure how to fix it
I know. You have to make something like :
x-0.1 < x pos of event/target entity < x+0.1
I'm making a gas grenade. If it works, I'll paste my code here to help.