Recent content by Arathoren

  1. A

    What does YOUR Power Room look like?

    What are you using to generate smoke at the top of your smoke stacks?
  2. A

    Pneumatic Tubes and Barrels?

    Zafum, I played with that for a bit. The router appears to go in a specific order so it was placing items in the chest even though the barrel wasn't full. Even with the thoroughness upgrade. I was able to fix my problem with the tubes by adding a loop before the overflow would reach my third...
  3. A

    Pneumatic Tubes and Barrels?

    Okay, so I rebuilt a small section of my sorting with a router. They are pretty awesome with one drawback. I have not yet found a way to handle overflow. What happens when the cobble barrel is full? In my above example I want overflow cobble to become smooth stone. When the smooth stone barrel...
  4. A

    Melee Turtle Mob Farm Question

    I use a simple loop in my code for that while true do turtle.attack() turtle.drop() turtle.select(2) turtle.drop() turtle.select(1) sleep(1) end
  5. A

    Pneumatic Tubes and Barrels?

    Lambert I would post pictures but I'd have to take my walls apart to show the pipes. Peppe, no they are not the same distance. In order for an item to reach the chest it has to go through the pipe that leads across all the barrels. There is no other route in the system that leads to that...
  6. A

    Pneumatic Tubes and Barrels?

    I've run into an interesting situation that I cannot seem work my way around. The basic logic of my build is thus: 1. I use an ender chest to dump everything I mine/harvest 2. Sorting Machines 1 and 2 extract from that ender chest. - SM 1 and 2 only sort ores to Pulverizers and dusts to...
  7. A

    Chunk Loader Changes?

    I guess I can try to update my version of the DW20 server. Maybe I'm a rev behind.
  8. A

    Chunk Loader Changes?

    I posted this in the wrong place before so I thought I'd re-post here. Has anyone noticed a change with chunk loaders? After a rather nasty server crash I decided to start over on a clean world. Using the DW20 mod pack I collected a level 5 soul shard and built myself a drop trap for the...
  9. A

    Aqueous Accumulator just stopped producing water

    I would have to agree with Dackstrus and since AA's are easy to make there's no harm in making your water pit a little bigger than the footprint of your engines/boilers.
  10. A

    Aqueous Accumulator just stopped producing water

    AA's cannot output from the front, can they use a water source block from the face side? Maybe you turned your AA by mistake?
  11. A

    Anyone else with terribly slow world rendering ? (dw20)

    I'm having a similar issue for the first time. It only started after moving to the 5.1.1 DW20 pack. I run my server on the same machine I play on. Haven't found the cause yet. I'm running 8 cores with 16 gigs of memory and SLI video. I never see the server or client taking more than a single core.