Started by
masterkostas
on
Topic category: Help with Minecraft modding (Java Edition)
I want to know how to summon an item I created let’s say “ball” and throw it at the target like the shoot arrow procedure. Also I need to know how can I add potion effects to the area in a radius of 1 block when the projectiles hit an entity or block and spawn particles at that area
Edited by masterkostas on Fri, 01/14/2022 - 05:24
Quick question.. Just so you dont get mad at me but have you tried making it before posting? if yes how did it go if no then ill help either way
I found a way. I just treated the projectile as an entity and executed /effect @e[r=5] <insert potion effect> in the when it hits block procedure anything else damages the player as well