dannydjdk / Tiny-Redstone

Forge mod for Minecraft that adds many tiny redstone pieces that you can put together on redstone panels to form tiny redstone circuits.
https://www.curseforge.com/minecraft/mc-mods/tiny-redstone
GNU General Public License v3.0
27 stars 5 forks source link

Right click anywhere to rotate with wrench #101

Closed dannydjdk closed 1 year ago

dannydjdk commented 2 years ago

Currently, you must right click on the top of the panel to rotate. Clicking on the side or bottom does nothing. This is a legacy side effect from when the panels only allowed one level of components.

Being able to rotate circuits without panels would be useful as well. Since the only clickable space is on an actual component, we'd need to have a way to determine that the right click was not intended as a "use" action on the component.

dannydjdk commented 1 year ago

Deployed with 1.19-4.1.0. Will backport to 1.18.2 and 1.16.5

dannydjdk commented 1 year ago

Backport complete.