Posted October 26, 20169 yr I have a custom arrow that I would like to be able to shoot with a vanilla bow. Is this possible in MC versions before 1.9? (bow in 1.8.9 checks for Items.arrow, 1.9+ checks instanceof ItemArrow) I've searched online for a while for an answer, but haven't found one. Please forgive me if there is an answer out there somewhere, seeing as this seems like a simple question that has probably been answered before. https://i.gyazo.com/9d22a3d74363977ac76d662e7c22effb.png[/img]
October 26, 20169 yr I have a custom arrow that I would like to be able to shoot with a vanilla bow. Is this possible in MC versions before 1.9? (bow in 1.8.9 checks for Items.arrow, 1.9+ checks instanceof ItemArrow) I've searched online for a while for an answer, but haven't found one. Please forgive me if there is an answer out there somewhere, seeing as this seems like a simple question that has probably been answered before. Have your ItemArrow extend ItemArrow and override createArrow(...) in here you create a EntityArrow aka your arrow will need to extend EntityArrow. Note: This is for 1.10.2. *Edit This is not possible in 1.8.9 and below aas far as I am aware of. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
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.