Botania Automation Help

  • 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

Roberito

New Member
Jul 29, 2019
2
0
0
Im Using a Slightly older version im using 1.7.10 im trying to figure out how to automate some thermalilys from botania i tried to use a timer to block a buildcraft floodgate with a block of cobble but that didnt work because i couldnt get the times right if anyone can help me i would appreciate it also im not very good with redstone or mods but i will try my best
 

rouge_bare

Well-Known Member
Oct 4, 2014
969
324
79
You don't want to feed a thermalily while it's on cooldown. The cooldown period is about 5-8 minutes depending on version off the top of my head.
 

rhn

Too Much Free Time
Nov 11, 2013
5,706
4,420
333
Im Using a Slightly older version im using 1.7.10 im trying to figure out how to automate some thermalilys from botania i tried to use a timer to block a buildcraft floodgate with a block of cobble but that didnt work because i couldnt get the times right if anyone can help me i would appreciate it also im not very good with redstone or mods but i will try my best
You cannot do it that way, since a Flood gate that cannot find a place to put a fluid will start "sleeping" for longer and longer and longer periods after each scan until it eventually finds a spot and resets again.
So once you remove the cobble block, the Flood Gate will be on a random, possible very long cooldown period.

If you apply a redstone signal directly to the floodgate, it will stop it from placing fluids AND reset the cooldown time back to zero. Release the signal then and it will start quickly filling in fluid.

So simple way is to use a NOT gate to invert the signal from a Timer. That way it it only places fluids at each of the Timers pulses.