Search results

  1. S

    1.10.2 Railcraft Factory Work-around

    CJ built in alternative recipes until the ovens are done. You get a bottle of creosote oil if you burn a piece of charcoal in a vanilla oven (two bottles per piece of coal). I don't know the the recipe for steel atm, but I'm sure a little digging in JEI or NEI will give you an answer.
  2. S

    Logistics Pipes Default Route and Machine Crafting

    You have to assign one side as output (main output red) so LP can pull out. On this side you don't want any pipe. The yellow output (byproduct) can be connected to a pipe so the machine can put out its byproduct to your network. The crafting pipe sits on the input of the machine. As an...
  3. S

    Logistics Pipes Default Route and Machine Crafting

    Note that the crafting pipe wants to take the crafted product out of the machine by itself. Items put out of the machine automatically do not count to the crafting process and are ignored by the crafting pipe/module. The easiest way to set up machine crafting is to attach the crafting...
  4. S

    Cyclic Assembler Help needed badly!

    With knowledge of lua you can use computercraft Extra Utils transfer nodes can do that, too, but are a bit fiddly If you like to go crazy you can use Buildcraft gates and filtered buffers Best option would be Logistic Pipes, because the supplier pipe can actively request missing items from your...
  5. S

    Logistic pipe+ Tesseract comunication problem

    Tesseracts do NOT transfer the LP-Energy. You'll need a power junction on both locations.
  6. S

    Logistic pipes over long distances using tesseracts still possible?

    1) Tesseracts don't transfer LP-Energy, just RF. You have to have a logistics power junction on the far end to power the far system 2) You use the wrong pipes. Basics work to sort out items pushed through the tesseract by other means. You need Logistics system connector pipes (I don't remember...
  7. S

    Split items with Logistic Pipes

    In general, you're right. There is a separation between active and passive request, but with one exception: If there are active requests in the system and the requested item isn't available, a new item entering the system will consider active requests and it will be sent directly to the actve...
  8. S

    Split items with Logistic Pipes

    There is no 'round robin' or item splitting in LP and there is no need for that. Items entering the system are routed based on priority: 1st: active requests (e.g. player request or supplier pipe) 2nd: passive requests (e.g. passive supplier module) 3rd: specified item sinks (item sink module...
  9. S

    What would YOU change about BuildCraft?

    Sure, it's nice to have mods that care for performance, but you can't demand from a mod to take care that no one kills performance. BC itself has no problems with loaded chunks and people will find other ways to load their chunks while they're off.
  10. S

    What would YOU change about BuildCraft?

    @Chris Becke: Then why don't you try and eliminate the 'poorly performing systems'? Stopping the pipes from junkloading doesn't fix the problem. You'd attend the symptoms, not the illness.
  11. S

    Logistics Pipes Help

    Might be a timing problem. When the system asks for a destination for dirt just in the momend as a cobble was sent to the trashcan, the terminus module can't react, because there is no room and the dirt goes to the default route. Try setting a trashcan for each type or use a disposal device...
  12. S

    Buildcraft builder : reactorcraft

    You don't get it: A TE is just a bunch of bytes from the outside (the builder's view). There is no way to decide, which of those are meant to hold inventories. There is no way to decide, which of those bytes are vital to the TE. So you either place the whole thing as exact copy or not at all...
  13. S

    Buildcraft builder : reactorcraft

    The 'inventory' setting is impossible to code as there is no way to tell, how an unknown TE handles their inventory. The compatibility mode is built into buildcraft compat. Afaik there is a builder API that mod authors can use to make their TEs compatible.
  14. S

    How to efficiently farm for biofuel

    Wow, torches, you say! Fences! I never thought of that! Thanks for enlightening me, kind sir, you are my personal hero of the day! All the years I was suffering not knowing how to protect my farms from peril! Now you come and just give me the solution, I bow for you! Perhaps I want my farms...
  15. S

    Buildcraft builder : reactorcraft

    Nope, same principle. The problem is: You'd have to place an exact copy of the unknown TE in the blueprint. This would open the gates to item duping. E.g. a TE with inventory would be placed including all items in the inventory, but those items wouldn't be demanded in the needed item list.
  16. S

    How to efficiently farm for biofuel

    Well, I'm just a noob playing MC only since 1.9beta and modded only since BC 3 came out and by far less experienced than you.:( Could you please post some links to tutorials how to secure a farm?
  17. S

    How to efficiently farm for biofuel

    Well technically this would be possible, but would need the comparator, a not gate and at least 4 pieces of redstone in a 2x3x3 contraption looking quite ugly and occupying two sides of the reactor in addition to the side you pump the fuel out of the reactor. With BC gates you need zero...
  18. S

    How to efficiently farm for biofuel

    Note that none of the mentioned methods to provide items to the reactor ( LP Supplier pipe, TD Retriever ExU's Hyper-Rationing pipes) guarantees that all source materials are in the reactor at all times. As soon as one is missing the reactor will work with less efficiency and burn through your...
  19. S

    How to efficiently farm for biofuel

    I assume you talk about MFR biofuel, not the forestry one? The MFR biofuel reactor makes the same amount of fuel from all things plantable by the MFR planter. To increase the output you have to feed the reactor with different kinds of 'seeds' at the same time. The amount of biofuel generated by...
  20. S

    Request Liquid Tin (and other metals) into ingots

    Well you could use the magma crucible to produce lava for your TiCo Smeltery.