Posted January 2, 20232 yr I would like not only to add damage, but also to manipulate other properties. For example, how can I change the charging speed of the bow. Or add two more arrows to the side, like a crossbow. Or even make an arrow that flies after the mob itself, as if it were an aim
January 2, 20232 yr 12 hours ago, Pherment said: For example, how can I change the charging speed of the bow. Item#getUseDuration 12 hours ago, Pherment said: Or add two more arrows to the side, like a crossbow. See how the multishot enchantment works. 12 hours ago, Pherment said: Or even make an arrow that flies after the mob itself, as if it were an aim Have the arrow have a mob target and update the position and rotation to fly directly at the mob. Will need a custom Arrow class for this since the projectile just takes the path it was aiming. You'll also need to do a sweep for entities up to a certain distance in the direction you want your arrow to fly.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.