Project Red - Exploration

Project Red - Exploration

27M Downloads

Gate Request

Metathiax opened this issue ยท 1 comments

commented

Feature request for new gates.

Signal Range Emitter.

The gate has input on the back outputs from the front

When it receives redstone signal on the back it measure it's strength. It will need to have an interface with 2 entries, the first being a Minimum strength value and the second being a maximum strength value. Once the minimum value is reached it will emit a redstone signal from the front until either it drops out of the minimum range or exceeds the maximum range.

Signal Decay Emitter.
The gate has input on the back outputs from the front.

It will need to have an interface with 2 entries, the first being a Minimum strength value and the second being a maximum strength value

The gate will stat to emit it's signal until the maximum value is reached and will stop emitting when the signal drops below the minimum value.

These will be useful in controlling engines and energy cells that can be read with redstone comparators. It can currently be done with vanilla redstone, pistons and redstone blocks but it requires a large amount of space to implement. This could be implemented as a single gate I suppose but I thought of one as I finished the other so I'll leave that to you to decide.

commented

We are planning a few gates that should allow you to do this without having a dedicated gate with gui controls