Refined Relocation

Refined Relocation

3M Downloads

Add redstone signal transmission to Wireless Block Extender

squeek502 opened this issue ยท 2 comments

commented

Need to figure out how to get the wirelessly linked block to check the Wireless Block Extender for redstone signals.

commented

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.

commented

This is impossible for now, I might PR something for Forge to make this possible, but Block Extenders will first need to be updated to 1.7. I'm marking this as wontfix.