What machine can I use in FTB mindcrack to eject items in a certain ratio? I need to output 1 royal jelly, 1 pollen, two beewax and three planks at the same time to a carpenter to make scented paneling. This way it will always have the right materials available. I thought i'd use redpower regulator. But anytime the items in the internal buffer match the ratio of items specified it outputs all of the buffer. Any sugestions?
Railcraft's item unloaders (both advanced and normal) can keep an adjacent inventory stocked with a specific number of items if configured correctly. For example, I have an array of nuclear reactors, and use a chest cart to supply them. If I know that a reactor takes for example two quad uranium cells and two dual uranium cells, then a Railcraft item unloader can keep exactly two of each of these items inside a machine that can in turn feed them into the reactor once there is room (a GregTech advanced regulator in this case, since I need the ability to target specific slots). And each time the reactor takes in new fuel cells, the chest cart is allowed to unload two duals and two quads at this specific item unloader. No more, no less.