Search results

  1. D

    Quick question about proxies.

    Most likely the works firewall stopping traffic on the outgoing port (default port is 25565 IIRC ). The authentication traffic is using a different protocol and therefore I would guess one of the usual web ports (80 or 443) which is going through the proxy.
  2. D

    Infinity ore distribution

    One of the nice parts of Infinity is that NEI will tell you the ore distribution levels, just look up the ore, and scroll through. There is an entry showing the ore's spawn levels, as well as the optimum level to mine
  3. D

    Bug Very frustrated with FTB: Resurrection

    You can nest the filters, so filters of items within filters, to increase the filtering.
  4. D

    [Q] Universal Electricity: Crusher, saplings and energy.

    Have you tried the other items available to make biomass, IIRC wheat produces 4 biomass from one wheat. This would give you a net gain.
  5. D

    Mekanism: Feature Request Thread

    I could, if I had Thaumcraft actually installed...
  6. D

    Mekanism: Feature Request Thread

    Please let it support just " * " as a filter ;) Also, is the radius actually going to be circular, or will it count a diagonal as a single block? I'm just envisioning using it to punch bore holes into the ground (a choice between round and circular holes would be fantastic).
  7. D

    Mekanism: Feature Request Thread

    While loving the idea of a Mek Miner, thinking in a 'non BC world' mindset, the quarry has its uses for the early game as a mass resource generator for not just the valuable ores. Going the IC2 miner style has its perks for those not wanting to destroy the landscape, but there are times, I want...
  8. D

    Looking for FTB Partner

    You all seem to have the same thoughts as myself, wanting to play a proper SMP where people actually work together on builds :) I prefer TS to Skype, but don't mind either (playing a home brew 1.6.4 pack atm)
  9. D

    MFR Harvesters losing seeds?

    The other concern, if the screenshot is an exact replica, is light levels. If in sufficient light levels, the seeds will be planted, then pop off, and another will be planted, only to pop off etc... Check the light levels are sufficient for all blocks on the planting platform.
  10. D

    [Solved] Buildcraft: Flatten broken in Unleashed?

    Try 6 glass over 3 bricks.
  11. D

    Ridiculous amount of wisps

    I have also witnessed nodes merging with those from silverleaf trees in new chunks as they are generated, this could be the cause of the flux.
  12. D

    Make the Filler not despawn the item drops instantly?

    try changing the first option to true B:dropBrokenBlocks=true might make a difference
  13. D

    Melee turtles not working?

    put a sleep command in the program within the loop, minimum of sleep(0.1) a longer sleep will make the turtle attack less frequently, but cause less lag.
  14. D

    Mystcraft Help Please

    Previously, in order to get dungeons, you needed to also add caves as dungeons need to spawn off caves.
  15. D

    My quarry is OP, where do I shove all my stone?

    No room next to my sorting system unfortunately, as originally I was using diamond pipes on my quarry, but since upgrading to more quarries, setting up more diamond pipes became a PITA :)
  16. D

    [Fun][Help]Ways to Use plenty of MJs? Not EU! :P

    Better still is the Charging Station from Misc Peripherals, have those spare MJ's putting a huge amount of fuel into a turtle for later use :)
  17. D

    Adding new programs to computer craft folder

    If the turtles are labelled, then any programs they have are stored in the turtle, so breaking it and moving it will take the program with it (without admin assistance).
  18. D

    My quarry is OP, where do I shove all my stone?

    Tesseracts are your best friends here... Quarry ---> Tesseract 1(send) Tesseract 1(receive) ---> Diamond Pipe with void pipe for cobble etc ---> Tesseract 2(send) Tesseract 2(receive) --> Sorting system Happily clears the quarry/dirt/gravel/flint from my 4 quarrys running at max speed...
  19. D

    How am I supposed to get 192 berylium cells (for fusion coils)?

    Old school enderman farm in the end.... can still get you a lot of pearls
  20. D

    forestry tree farm+ wrath lamp = bug

    The problem as i remember it is almost purely in the sapling code, its hardcoded in vanilla MC to check for block id 0 above it to grow, rather than using the isair() function.