Started by
SuperMatCat24
on
Topic category: Help with Minecraft modding (Java Edition)
how would i get a projectile to shoot upwards, like how it normally goes towards the floor, but the sky. is there any way to do this without custom code? or if i need code, how would i use it? thanks!
for some reason immediate source entity doesnt work on projectile tick... annoying
try doing a tick update procedure that attempts to override the motion vector to x 0, y 0.5, and z 0