Question: How many ticks does a Seared Faucet take to pour out a certain amount of liquid?
spokrr opened this issue ยท 4 comments
Title
I was just wondering if anybody knew the exact amount (or close) of ticks it takes for the seared faucet to pour say 1000mB of fluid. I'm trying to automate glass, but a simple clock setup that works for ingots does not work for blocks due to the redstone cancelling pour mechanic.
I don't know if this has changed version to version, but here they are anyway:
Versions
- Minecraft: 1.12.2
- Forge: 14.23.5.2846
- Mantle: 1.3.3.55
- Tinkers Construct: 2.12.0.157
if you have integrated dynamics you can set a Redstone signal to go off whenever the tank is empty, using a fluid reader and a Redstone writer. I had the same sort of problem. see below:
Unfortunately I don't have integrated dynamics in FTB Revelation, but I bet computercraft could do the same kind of thing. I'll test it out, but the amount of ticks would still be nice if the mod devs or anyone else knows.