Jump to content

Custom Arrow For Vanilla Bow.


We Random

Recommended Posts

Hello,

I was wondering if anyone here could tell me how to make a custom arrow for the vanilla bow (in 1.16.5). All i know is that i have to make the item in the item class and another class for the arrow's entity that extends the arrow entity class. but i dont know how to make them work or anything.

Link to comment
Share on other sites

6 minutes ago, We Random said:

Hello,

I was wondering if anyone here could tell me how to make a custom arrow for the vanilla bow (in 1.16.5). All i know is that i have to make the item in the item class and another class for the arrow's entity that extends the arrow entity class. but i dont know how to make them work or anything.

your arrow entity class only needs to extends the AbstractArrowEntity class

Link to comment
Share on other sites

12 hours ago, We Random said:

im still confused on how to do it. I looked at it and i got nothing. I dont know how to modify the damage or anything. Nor make the item into an arrow item.

okay, first of do you know java basics?

 

if you know the basics then it shouldn't be a problem for you to expand the AbstractArrowEntity class, creat a arrow item.

 

only briefly about the function of the bow, if you use it,

an entity (Arrow) is created from the ArrowItem found in the inventory,

your ArrowItem requires such a method

see the ArrowItem class to recreate the method for your Arrowtem

 

Link to comment
Share on other sites

6 hours ago, Luis_ST said:

okay, first of do you know java basics?

 

if you know the basics then it shouldn't be a problem for you to expand the AbstractArrowEntity class, creat a arrow item.

 

only briefly about the function of the bow, if you use it,

an entity (Arrow) is created from the ArrowItem found in the inventory,

your ArrowItem requires such a method

see the ArrowItem class to recreate the method for your Arrowtem

 

Ill look into that. Is there any other class i should look into while im at it?

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.