Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- turtle.select(15)
- print "Waiting for tree to grow"
- while not turtle.compare() do
- sleep(1)
- end
- turtle.select(1)
- print "Let's eat it"
- shell.run("eatTree")
- turtle.select(1)
- turtle.refuel(16)
- print (tostring(turtle.getFuelLevel()))
- for i = 1,14 do
- turtle.select(i)
- turtle.dropDown()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment