
Add redstone signal transmission to Wireless Block Extender
squeek502 opened this issue ยท 2 comments
Need to figure out how to get the wirelessly linked block to check the Wireless Block Extender for redstone signals.
I'm not sure how to wirelessly transmit redstone to non-block extender blocks since by default blocks will only check neighbors for redstone signals and I'm not sure there's a way to get around that. For wireless redstone, it seems like you'd need custom blocks for both the transmission and the receiving (which is what all wireless redstone mods do, don't they?).
It should be possible to transmit redstone signal from a wireless block extender if it is linked to a block extender, though. So we could either do that or just disable the wireless block extender from transmitting redstone signal entirely.