Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. V

    Odd ComputerCraft/Lua Problem

    Maybe one of you lua gurus out there can help me out. I have the following code. local uniqueblocks={} local uCount = 0 for i = 1, #blocks do idx = tonumber(blocks[i][1]) -- ANY INDEXED VALUE if uniqueblocks[idx] == nil then uniqueblocks[idx] = 0 uCount = uCount + 1...
  2. V

    Resetting turtles fuel levels.

    I have a turtle that I WANT to remove all fuel from. The turtle has a label, but I want to test some refueling code and it will take forever to remove the current fuel levels from the turtle by moving it around. I tried clearing the label and replacing the turtle, but this didn't work. Any way...
  3. V

    Weird Server Lag Issue

    I have a professionally hosted server for me and a few friends. The server runs at about 14t/s or under most the time. Everything works fine while someone is logged in. However, if I leave the server online and no one is logged in (say overnight), the server slowly rises to 100% cpu usage...
  4. V

    So you want to fill that quarry hole? (tutorial DW20 pack)

    Like many of you I was looking for a good way to fill an ugly quarry hole. 64x64x64 is A LOT of cobble. Old cobble generators were either to slow, or lagged the server to much. Here is what I came up with. I have not seen this method in other places. So here we go. Cobble generation and...
  5. V

    Thuamcraft Aura in an old world gen?

    I've been using my world since FTBBeta. I've been upgrading servers as new servers become available. I'm on a DW20 5.01 server right now and I want some thuamcraft stuff by my original base. Of course there is no aura in the base area because it's an old world gen. I read somewhere in the...