Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (โ‹ฎ) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

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.

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

6 minutes ago, We Random said:

how do i connect the arrow item to the arrow entity?

look how vanilla does this

  • Author

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.

Edited by We Random

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

ย 

  • Author
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?

Just now, We Random said:

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

the most important classes are:

  • AbstractArrowEntity
  • ArrowItem

a class that you could also look into would be the class of the bow

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions โ†’ Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.