gigaherz / ToolBelt

A simple mod that adds a belt for carrying tools
https://www.curseforge.com/minecraft/mc-mods/tool-belt
Other
31 stars 31 forks source link

[1.14] Switching tools while walking or sprinting stops the player moving. #49

Open strikerrocker opened 4 years ago

strikerrocker commented 4 years ago

Essentially when you are running and open the tool belt GUI it stops you from sprinting or walking. I often do it for productivity. I am not sure if this is feasible.

gigaherz commented 4 years ago

As it is right now, the radial menu is an actual Screen (Gui). Allowing the menu to work while moving, would require reimplementing the menu as an overlay renderer, but that would mean messing with the mouse input stuffs to be able to "ungrab" the mouse temporarily, and I don't know what side-effects would that cause. It is an interesting idea though so I'll keep it in mind.

jasperandrew commented 4 years ago

I'd just like to +1 this idea, if it's possible it would be a nice feature.

MarioSMB commented 7 months ago

I would also like to see this happen, as I had been wondering why the tool belt feels clunky in comparison to other radial menus (e.g. spells in Iron's Spells and Spellbooks) and this is the reason.
Being able to swap tools on the fly while moving around would greatly improve the experience with this mod, hope you can revisit this issue sometime!

gigaherz commented 7 months ago

This has been implemented in the 1.20.4 version. I have been busy but I want to backport the change to 1.20.1, and possibly 1.19.2.

MarioSMB commented 7 months ago

Oh that's amazing news, thank you! I look forward to trying the 1.20.1 version when you get around to it.