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
26 stars 5 forks source link

Improve interaction between placed panels in different orientations #114

Open dannydjdk opened 1 year ago

dannydjdk commented 1 year ago

Currently, components on panels can not directly interact with components on panels oriented differently (horizontally vs vertically). Instead, they read the output of that side of the panel block rather than the individual component. A calculation needs to be made to transform the rotated location.