Tiny-Redstone icon indicating copy to clipboard operation
Tiny-Redstone copied to clipboard

[1.16.5] [bug] Problem when trying to connect redstone panel with one being vertical the other one is horizontal.

Open matt1999rd opened this issue 1 year ago • 1 comments

When I try to connect two panels with one that is vertical and the other one being horizontal, I am forced to use one other tiny redstone containing block which will register the connection state. 2023-03-08_15 22 18 -> first it seems to work 2023-03-08_15 22 23 -> but then I remove tiny redstone torch on below circuit and I keep the redstone signal in the middle block.

matt1999rd avatar Mar 08 '23 14:03 matt1999rd

This is related to #114 in that panels of different orientations do not directly interact with each other. However, the new issue here is that the signal persists when the source is removed.

A temporary workaround for this until #114 is implemented is to add "tinyredstone:redstone_panel" to the "restone_wires" list in the server config. So, line 19 in the tinyredstone-server.toml file (found in the serverconfig folder inside the world folder) would be as follows: redstone_wires = ["redstonepen:track", "cb_multipart:multipart", "cyclic:clock", "tinyredstone:redstone_panel"]

Thanks for reporting this!

dannydjdk avatar Mar 08 '23 16:03 dannydjdk