Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print "Place a Sapling in slot 16 to begin."
- while true do
- if turtle.getItemCount(r)<1 then
- turtle.turnLeft()
- turtle.suck()
- turtle.turnRight()
- end
- if turtle.compare(16) then
- turtle.place()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement