Refined Storage

Refined Storage

77M Downloads

Configurable signal type for detector redstone output

linuxdaemon opened this issue ยท 0 comments

commented

Currently, the detector outputs a strong redstone signal when the condition is met, but in certain cases that is less than desirable.

Case

For instance, if I want to keep a stock of something in my storage, I would use a detector to trigger a crafter, which can be accomplished by placing the detector directly on the crafter allowing for a compact design. However, if I wish to have multiple of these crafter + detector setups directly adjacent, the detector will power the adjacent crafters as it emits a strong signal

Possible Fix

I believe either only outputting a weak signal from the detector or allowing which signal type will be emitted to be configurable in the detector GUI would be an ideal solution. Another possible solution would be having the crafter not conduct redstone signal, but this is less optimal.

Relevant Code

BlockDetector redstone methods