Java has had the ability to put any item in your offhand for a while now, but Bedrock has never had this functionality. My idea of how to implement this completely client side is pretty simple in ...
Hooks Minecraft's KeyboardHandler via a mixin to intercept the swap-offhand key before Minecraft processes it. Cancels the key press whenever the player is not viewing an inventory screen, letting you ...