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

Turtles don't move

Started by Neo23x0, 24 March 2013 - 02:48 AM
Neo23x0 #1
Posted 24 March 2013 - 03:48 AM
I use ComputerCraft 1.51 with Minecraft 1.5 with MinecraftForge.
My problem is, that I cant move a turtle.
I start a new world, place a turtle on some dirt.
The "dig" and "turn" commands work fine, but the movements like "down()" and "forward()" won't work at all. They always return a "false".
Any ideas?

theoriginalbit #2
Posted 24 March 2013 - 03:49 AM
Have you put fuel in the turtle?


print( turtle.getFuelLevel() )

put things such as coal in the turtle and run the refuel program.
Neo23x0 #3
Posted 24 March 2013 - 03:56 AM
omg… :wacko:/>
Thanks!

To defend myself I may point out that this is not mentioned in the Turtle Tutorial
http://computercraft.info/wiki/Turtle_Tutorial
theoriginalbit #4
Posted 24 March 2013 - 03:59 AM
To defend myself I may point out that this is not mentioned in the Turtle Tutorial
http://computercraft...Turtle_Tutorial
Wow thats an old page. didn't even know that existed. but there is also a link on that page to here which does say its required………. also the wiki is updated by us, the users, so quite often it can be wrong or outdated…
SuicidalSTDz #5
Posted 24 March 2013 - 04:14 AM
Someone go update the turtle page!
theoriginalbit #6
Posted 24 March 2013 - 04:16 AM
Someone go update the turtle page!
I would. but atm I don't want to… maybe you should ;)/>
SuicidalSTDz #7
Posted 24 March 2013 - 04:18 AM
Someone go update the turtle page!
I would. but atm I don't want to… maybe you should ;)/>
I sadly haven't had the time to get Wiki Editor privileges… :(/> Probably should do that.. Oh wait, AfterLifeLochie isn't on, or any of the other staff.
theoriginalbit #8
Posted 24 March 2013 - 04:19 AM
I sadly haven't had the time to get Wiki Editor privileges… :(/> Probably should do that.. Oh wait, AfterLifeLochie isn't on, or any of the other staff.
Just post it in there and they will get to it when they get to it.
SuicidalSTDz #9
Posted 24 March 2013 - 04:20 AM
I sadly haven't had the time to get Wiki Editor privileges… :(/> Probably should do that.. Oh wait, AfterLifeLochie isn't on, or any of the other staff.
Just post it in there and they will get to it when they get to it.
Blah! *SuicidalSTDz goes to the Wiki part of the forums to announce his arrival for editing of the wiki!*
Engineer #10
Posted 24 March 2013 - 08:00 AM
omg… :wacko:/>
Thanks!

To defend myself I may point out that this is not mentioned in the Turtle Tutorial
http://computercraft...Turtle_Tutorial

At the top it says it will teach you the functions of a turtle. But I can see the misunderstanding.