#Launching a projectile from a sword.

9 messages · Page 1 of 1 (latest)

tender sparrow
#

Look how bow do it

cinder vessel
tender sparrow
#

Also you need entity render

cinder vessel
cinder vessel
cinder vessel
#

I haven't been able to figure out how to do what I want for a long time now. After looking at the bow source code, I didn't feel any better

cinder vessel
bold leaf
#

to launch a projectile, just spawn a new ProjectileEntity (like SnowballEntity or FireballEntity) with velocity of your choice (usually the direction the player is looking at)