This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
dont42Panic's profile picture

[lua]Turtle wont move...

Started by dont42Panic, 07 December 2012 - 12:30 PM
dont42Panic #1
Posted 07 December 2012 - 01:30 PM
I'm just starting out with the turtle, messing around in a survival world using Feed the Beast.
I made a simple program. By simple I mean literally this:

turtle.forward()

My turtle doesn't do anything when I run it. It has fuel, and I tried multiple directions(up, down).
It will dig if there is a block in front or below if I tell it to.. but that's it. Am I doing something wrong? Or is it the FTB messing something up?
Thanks guys!
Cranium #2
Posted 07 December 2012 - 01:32 PM
The only reason it would not move is because it does no thave fuel. If you just put the fuel in one of the slots, that does not refuel it. Put fuel in slot 1, type "lua", then type "turtle.refuel()". That should refuel your turtle.
ChaddJackson12 #3
Posted 07 December 2012 - 02:43 PM
Haha, I had the same problem once, and then I edited the config to not need fuel.
Dlcruz129 #4
Posted 07 December 2012 - 06:33 PM
The only reason it would not move is because it does no thave fuel. If you just put the fuel in one of the slots, that does not refuel it. Put fuel in slot 1, type "lua", then type "turtle.refuel()". That should refuel your turtle.

Even easier, the refuel program.
harlekintiger #5
Posted 10 December 2012 - 04:26 AM
[quote name='Dlcruz129]

Even easier, the refuel program.
[/quote]

What? How to activate it and why do I not need it for things like the standart "tunnel" programm?
Cranium #6
Posted 10 December 2012 - 07:11 AM
You need to type "refuel" in the interface. And the "tunnel" program does not refuel itself.
snoble2022 #7
Posted 10 December 2012 - 09:51 AM
Lol, this is the funniest thing i've ever seen on this form. However, I built a nuclear reactor that used a wireless turtle to turn it on/off and I did the same thing you did. I hit the off button, walk away, come back, CRATER. =o