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

[bug] Redstone signal between sides? #115

Closed Pentasis closed 1 year ago

Pentasis commented 1 year ago

MC 1.19.2 Forge 43.2.0 Tiny rs 4.1.0 Tiny gates 3.0.0

Not sure if this is a bug or which mod (gates/redstone) does this. Please look at screenshots for explanation. First screenshot shows the wireless transmitter from Create is OFF, but as soon as I add the tine-redstone dust to the lower-left of the panel it turns ON, while it it on a different side? Is this a bug or am I doing something stupud? ss1 ss2

dannydjdk commented 1 year ago

This definitely looks like a bug. Thanks for the report!

dannydjdk commented 1 year ago

This is almost certainly a bug with Create's Redstone Link. The specific issue is that when a block outputs redstone to the bottom, the Redstone Link picks up the signal no matter which side of the block it is on.

I can't reproduce this with any other components from vanilla or any other mods, and I can clearly see that the Redstone Panel is definitely not outputting to the side that Redstone Link is on.

I'd recommend opening an issue on the Create issue tracker and linking back to this issue. I'll keep this open for now for additional research. A workaround would be to have something in between the panel and the Restone Link: perhaps another panel.

The screenshots below demonstrate the problem concisely. Here, the panel is outputting redstone out the bottom. You can see that the Redstone Pen dust to the left is not picking up a signal. However both of the Redstone Links are picking it up. A Redstone Link in place of the Redstone Pen dust also picks up this signal. 2022-12-14_17 11 51

When the panel is outputting in any other direction but down (to the right in this case), the Redstone Links correctly pick up the signal only on the side being output. 2022-12-14_17 12 07

dannydjdk commented 1 year ago

Closing this issue is it does not appear to be a Tiny Redstone bug, and therefore, there is nothing I can do about it. I'd recommend opening an issue at the Create Github and linking back to this issue.