Anyone know of a block in Blood Magic or one of its addons than can read the amount of LP in your soul network and output a redstone signal when it gets above (or below) some given value?
In my current modified Infinity testworld, I've got a Blood Altar fed by a Well of Suffering built inside a very large Cursed Earth mobfarm. Which I'd be perfectly OK running constantly... if it didn't constantly fill my chat window with "kurtmac fell out of the world... dan200 fell out of the world... TheCricket26 fell out of the world... ProfMobius fell out of the world..." because Headcrumbs. I know, I could just disable Headcrumbs, but turning the whole farm off when my network's full seems like a much more elegant solution.
I've already set up infrastructure to retract most of the cursed earth via Tinker's Mechworks drawbridges when it's not needed and turn on some lights (glowstone in a few more drawbridges) to disable the rest, but the problem is that those drawbridges are all linked to manual levers. I want it all to turn off automatically when I get to 20M LP (the max for a transcendent blood orb), which would be easy enough to do with a little redstone if I had some way to automatically detect when my soul network fills.
I don't mind installing addons or using ComputerCraft/OpenComputers/etc. for this, just as long as it gets done. Also note that I don't care about how much LP is in the altar feeding my blood orb- if that's the only way to detect when my network fills, fine, I'll use it; but I'd rather have something that reads my LP directly.
Edit: And it seems that WayOfTime is one step ahead of me. If you just place a vanilla comparator next to a Blood Altar with an orb bound to you in it, it'll output 0 if your soul network is empty, 15 if it's filled to the capacity of the orb in the altar, and 1-14 as appropriate for anything in between. It completely ignores any LP in the altar itself.
Problem solved.