ArrowLooseEvent
fired for BowItem
passed in the wrong ItemStack
#1326
Labels
triage
Needs triaging and confirmation
Introduced by #1189 when trying to re-implement the event for
BowItem
.The PR mistakenly passed in the local variable
itemstack
(the projectileItemStack
) instead of the method parameterp_40667_
(the bowItemStack
), whileArrowLooseEvent
needs the bow/crossbowItemStack
.As there's also discussions and confusions on the naming of the event in #1189, I suggest we look into rework the
ArrowNockEvent
andArrowLooseEvent
to provide a better support onProjectileWeaponItem
related events.The text was updated successfully, but these errors were encountered: