Crossroads-Development / Essentials

Essentials is a mod for Minecraft. It adds a few simple utility-style blocks and items, mostly meant to enhance vanilla-style automation.
MIT License
11 stars 10 forks source link

Wireless redstone not working as expected #42

Closed tomte55 closed 4 years ago

tomte55 commented 4 years ago

When linking 2 transmitters to 1 receiver, only one of the transmitters will transmit the redstone signal to the receiver. While it clearly shows both transmitters are linked.

Da-Technomancer commented 4 years ago

That's a purely visual issue. Only one transmitter is supposed to be able to transmit to a receiver- 1 transmitter can have multiple receivers, but one receiver can only have one transmitter.

The bug is that both transmitters looks linked to the receivers, when the other should visually unlink.

tomte55 commented 4 years ago

Ok thank you. I later looked at the code and drew that conclusion aswell but i was not completely sure