Jump to content
You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.
There have been 1 items by Spongy141 (Search limited from 10-February 22)
Posted by Spongy141 on 20 May 2017 - 01:44 AM in Turtle Programs
turtle.refuel(64) while true do turtle.turnLeft() if turtle.detect() then turtle.turnRight() end if turtle.detect() then turtle.turnRight() if turtle.detect() then turtle.turnRight() end end turtle.forward() end