Started by
Chasebear777
on
Topic category: Help with Minecraft modding (Java Edition)
I'm making a lightsaber from star wars and i want to be able to throw it but i want it to return to you and i don't really want it to just be put or stay in your inventory after you throw it i want it to be like the loyalty enchantment on tridents where when you throw it then it comes back to you with a animation, also i am using 1.16.5
unless theres an easier way what i would do is,
make a ranged weapon that has the light saber spin as the projectile then shoot it when you right click with the lightsaber
then get the xyz of the original player and after a second or two from throwing it and override its velocity to the opposite of the way it was going
@mdpotato how would you do that??