http://pastebin.com/aaQLQBiP
It first said something about Ender Box so I went into MCEdit and deleted that. That line went away, but there's still more issues.
So my internet is around 10kBps and loading up tekkit launcher/waiting for login to fail etc takes about 15 min total before I can be in-game.
Is there a shortcut to offline mode?
here's what i'm thinking of so far, i just have to execute it i guess
turtle.select(2)
function forward()
while turtle.detect() == false
turtle.Forward()
if turtle.Forward() == false and turtle.getFuelLevel() == 0
turtle.refuel
end
function leftTurn()
while turtle.detect() == true and turtle.detectDown() == true
turtle.turnLeft()
end
while turtle.detectDown() == false
turtle.placeDown()
end
Hello! I'm working on a filler robot to fill just the top layer of my old quarries, but I find the in-game system pretty irritating and slow to write in while shuffling the turtle API wiki.
Is there a way I can write my code in notepad and paste it into the game? I'm playing on a server.
I mainly use Industrialcraft and Railcraft with a little bit of Buildcraft and Redpower.
What can I do with this Nikolite, Ferrous Ore, Tungesten, Silver, Gold, and Lead? I have so much of these.
I found a problem with the Redstone Energy Cell. When I had a quarry operating with a full cell, I turned down the max output to 45 MJ/t. This caused the cell to lose all of its charge.
actually, i think lava cells can only be filled by source blocks. meaning a single source block flowing into a space of any size would fake lava source growth, which flows even after the source block has been removed, but the river or pooling cant be contained by a bucket or cell to my knowledge and experience.