desht / ModularRouters

A Forge Mod for item routers with pluggable modules
16 stars 20 forks source link

[Feature Request] Add a module that can send redstone signals remotely #155

Closed changhe3 closed 2 years ago

changhe3 commented 2 years ago

Maybe Detector Mk2?

desht commented 2 years ago

This is a lot harder than it might appear, since there's no simple way of making an arbitrary block position emit redstone (Minecraft just doesn't work that way - redstone can only be emitted by blocks which are specifically coded to emit redstone).

changhe3 commented 2 years ago

@desht Maybe use something like the Redstone Proxy block in XNet?

desht commented 2 years ago

I've given this some thought and decided against adding this. It's just a little too out of scope for this mod, sorry.