Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- turtle.select(1)
- if turtle.getItemCount(1) > 1 then
- turtle.placeUp()
- turtle.select(2)
- turtle.dropDown()
- end
- os.sleep(5)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement