Jump to content

[1.19.2] How to add damage my custom bow?


Pherment

Recommended Posts

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

Link to comment
Share on other sites

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.

  • Like 1
Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.