Is there a way to mimic comparators?

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Chunes

New Member
Jul 29, 2019
2
0
0
Long story short: I have a Red Power 2 timer sending redstone pulses to a transposer in order to draw charcoal from a barrel through pneumatic tubes into a furnace to keep it stocked with fuel.

As expected, the transposer won't pull charcoal out if the furnace is full. However, it would be nice to turn off the timer (automatically) when it is not needed. This would be easy with a comparator, but I don't have access to it yet. Is there a way to do this without one?
 
Look into BC Gates they have options to dectect stuff like Has Work or Invtory Full and send a redstone singel.
 
Put an item detector next to the boiler, connect your tube to the input of the item detector, and set it to the mode where it emits a redstone signal if it's jammed. Use that redstone signal to turn off the timer.
 
I believe computers from computercraft can detect signal strength. If they can, I am sure someone has already put a comparator program online.
 
I believe computers from computercraft can detect signal strength. If they can, I am sure someone has already put a comparator program online.

They can, but only in minecraft versions that already support signal strength and therefore also have the comparator.