Anyone know of a BR automation program without requiring monitors?

  • 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

Siigari

Well-Known Member
Aug 27, 2013
370
168
68
Portland, Oregon
ComputerCraft monitors seem to be crashing Minecraft when I use RFTools teleporters back and forth. I'd like to know if anybody knows of a program that automatically adjusts reactors without having a monitor attached.

Thanks o/
 
You looking for something that automatically adjusts it in Control Rod setting? Or just turns it on and off depending on demand?
If you can settle with the latter you could use this very simple script I wrote a while back(The Monitor is completely optional):
http://forum.feed-the-beast.com/thr...uide-collection-etc.42664/page-15#post-718973
Just make your reactor charge up an Energy cell or EnderIO capacitor bank. Then have the script monitor the storage of that and trigger the reactor to fill it up once it drops below 10%.
(You might have to edit the peripheral names of the Energy cells or capacitor banks. Think they have changed from 1.6 to 1.7)
 
if you purely want the reactor to control the control rod with power usage you can easily do that with Minefactory Reloaded rednet.
just have 2 rednet controllers, one on white to output a signal based on the internal power storage and another set to white to control the control rods.

this way if for example the internal power of the Big Reactor is 75% full the control rods will be set to 25%, and if your internal power completely fills up the control rods will be set to 0%
 
  • Like
Reactions: GamerwithnoGame
You can control big reactors with plain old redstone too... as long as you have power storage that can signal full and empty. Which a passively cooled big reactor can do itself.