Started by
Squigg_Dog8
on
Topic category: Help with Minecraft modding (Java Edition)
Is there any way possible to make a projectile that just goes straight, kinda like a wither when he shoots a skull? An answer would be very helpful. Thank you!
You'll need to edit the code to do it. But, open (RangedItemName).java, on the right, click "tick()" under "ArrowCustomEntity", and under where it says "Entity entity = this..." add "setNoGravity(true)" (Without the "'s of course)
Wow thank you so much! Sorry I'm so late to look at this. I cannot thank you enough!