Skip to content

Instantly share code, notes, and snippets.

@auxiliary-character
Created June 15, 2013 05:18
Show Gist options
  • Save auxiliary-character/5787003 to your computer and use it in GitHub Desktop.
Save auxiliary-character/5787003 to your computer and use it in GitHub Desktop.
turtle.select(1)
while true do
if turtle.getItemCount(1) > 0 then
turtle.drop()
else
turtle.suckUp()
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment