Posted April 30, 20169 yr Hey so I want to simply change the default minecraft bows damage to be double whenever my mods chestplate it equipt. I cant find ANY way to do this(After a little over a hour of searching) Any help is appreciated, thank you!
April 30, 20169 yr You will need to use events for that. Either LivingHurtsEvent to calculate the dmg new or some kind of arrow event
April 30, 20169 yr Author yea I found a "onPlayerShootArrow" event and put it in my main class and put "@SubscribeEvent" Above it but the function never gets called
April 30, 20169 yr Author Thank you that helped greatly, but now I have another problem: Its called the arrow event twice even though I only have the code in there once.
April 30, 20169 yr Depends on the functionality tbh. If you change your chest plate and the arrow is still flying you still want more dmg?
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.