MercuriusXeno / Goo

A Minecraft mod about Goo, and making stuff with it.
MIT License
7 stars 3 forks source link

Redesign gauntlet and basin to allow for right click interactions natively #80

Closed MercuriusXeno closed 4 years ago

MercuriusXeno commented 4 years ago

Switch from a system of strict packet interception and manual input handling to a system that uses onItemUse contexts so that gauntlet and basin have more intuitive "native" right click behaviors.

This is harder than it sounds.

MercuriusXeno commented 4 years ago

This is done.