mariumbacchus / Soulslike-Weaponry

A minecraft mod that adds new bosses and legendary weapons
Creative Commons Zero v1.0 Universal
25 stars 11 forks source link

Incompatibilities with shielding #160

Closed DoubL753 closed 3 months ago

DoubL753 commented 3 months ago

Because most weapons of this mod use abilities with right click, you can't use a shield along with them. Is there a way to change that ? For example, a key to enable/disable weapons abilities ?

mariumbacchus commented 3 months ago

Sadly, this is a feature integrated into minecraft where it prioritizes the main hand item over the shield, like with a bow or trident, trying to use the shield will result in charging the bow or trident. There is a config line to disable the usage of the weapon. However, this also disables all other passive abilities too, like the life steal passive on Darkin Blade being disabled with the right click ability.

mariumbacchus commented 3 months ago

I have made a config line "prioritize_off_hand_shield_over_weapon" that is set to false by default, this change will be up in the next patch.