You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When holding a casting item in main hand and a useable item in off hand, right clicking will both cast a spell and use the off hand item. I believe this is because the casting item returns PASS instead of SUCCESS on client side, which allows the interaction to be handled by the off hand. Any item that does client-side handling on use, such as the staves from Iron's Spells n Spellbooks, will have at least partial activation. This is also likely related to other inconsistencies when right clicking a casting item on an interactable block or entity.
When holding a casting item in main hand and a useable item in off hand, right clicking will both cast a spell and use the off hand item. I believe this is because the casting item returns PASS instead of SUCCESS on client side, which allows the interaction to be handled by the off hand. Any item that does client-side handling on use, such as the staves from Iron's Spells n Spellbooks, will have at least partial activation. This is also likely related to other inconsistencies when right clicking a casting item on an interactable block or entity.
Related issues:
#992
#887
The text was updated successfully, but these errors were encountered: