Response to Anarchysage (Using Buildcraft with IC)

    • Official Post


    To start off, Buildcraft meshes very well with Industrial-craft, and I'm glad to see another user adding it to their mod repertoire (I'm sorry you weren't able to make this post yourself as well).


    As for your Questions, I will highlight them, and answer each of them individually and thoroughly as I can:


    • What side of the blocks do they eject(or not eject)?
    • How can I automatically charge re-batteries in a MFE?



    • What side of the blocks do they eject(or not eject)?


    The blocks do not eject, per se, from any of the Industrialcraft machines (We'll touch on that more in Question 2). The way Buildcraft works, if that where the piping enters the machine matters (Entering the top inserts the object into the top slot, the bottom into the bottom, and the right side to the output slot (where applicable)). Using this knowledge, one must set up a piping system similar to the one shown below:



    Note: I have the continuous current set, so I can power the whole system by a torch, but have it wired up currently as if you were to connect a clock (Which would come from where the lever is located).


    Having your piping set up this way, works as Buildcraft is intended to work (The output side (right) is connected with a wooden pipe to withdraw the items to place them into a chest). One problem one may run into by using the continuous current setting on buildcraft (mainly to conserve space, and to minimize lag with the upteen-million block updates) would be "What? The items are inputting faster than they are smelting, and dropping out of my piping, causing me to lose items?!??! (rageguy.jpg)". This can be fixed easily with a "catch system" (also known as the overflow system):



    As shown in the image, I have an inverter set up (Yes, my redstone torches are green, its so I can see them easier. ;P) connecting to the side of the block, powering the torch on top (basic redstone circuitry). Directly above said redstone torch, I have an Obsidian Vacuum pipe, which will suck-up any items within the frontal 2 block area (Which again, will be touched on in your second question). The piping then wraps around back to the "loader pipe", where it passes through a "diode pipe" (Iron pipe), which will allow an item to enter from any side, but will only be able to exit through the single open path (Change via right clicking the iron pie). This set up will also work with smelting multiple items (Iron dust, gold dust, cobble, and sand all in the "input chest") due to the fact the furnace will reject any item that is not currently in the top slot (if filled) and the catch system will send the item around to try again.




    Now that I've answered your first question thoroughly enough ( ;P ), let's take some of the knowledge we've gained and apply it to your second question:


    • How can I automatically charge re-batteries in a MFE?



    Simply put, one cannot automate this process without a few changes to one's IndustrialcraftConfig.txt file ( Remove the "#" from in front of "#generatorDropAll=true" , thus activating it).


    Once the change is made, the set-up is fairly simple:



    As you can see, the input piping system enters the top of the MFE, where the batteries are charged. This is where we run into problems. Wooden pipes now have a diode, only allowing items to pass one direction through them. How does one extract the batteries from the MFE then? Simple, remember that change we did to the config file? Any generator (and MFE/MFSU for that matter), will now drop all charged batteries (and Charged Crystals and Charged Lapitron Crystals) into the world (Or a Nearby Chest) Setting up a vacuum pipe to catch these "runaway batteries" is how one would get them to enter the piping system once more (Or by using a Wooden pipe to extract them for the catch chest)*. ^^


    *NOTE: The diamond pipe you see on the right side, is only needed if you're using an MFE to charge your batteries, and are charging more than 16 at a time ( I would suggest using an MFSU, since it will hold more than enough energy to charge 36 Re-batteries (a double-chest worth)).



    As an aside, the usage of the "DropAll" feature is a bit risky, and one's batteries may get thrown out of range of the vaccum pipe. To lower this chance, surround the MFE with solid blocks, which will then force it to eject into the adjacent square (for the most part).



    Feel Free to PM me with any questions if you still cannot post here, and I will try to respond as quickly (and thorough) as I can.

    • Official Post


    How does one extract the batteries from the MFE then? Simple, remember that change we did to the config file? Any generator (and MFE/MFSU for that matter), will now drop all charged batteries (and Charged Crystals and Charged Lapitron Crystals) into the world. Setting up a vacuum pipe to catch these "runaway batteries" is how one would get them to enter the piping system once more*. ^^

    Uhm, how about placing a chest next to the MFE and use a woodpipe to extract the charged batterys (getting stored in the chest instead of kicked into the world) from there?