Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function Drop() -- u can allways rename this :D/>/>
- for i = 1,16 do
- if turtle.getItemCount(i) < 0 do
- turtle.select(i)
- turtle.drop()
- end
- end
- end
- while true do
- while rs.getInput("back") true do
- Drop()
- end
- while not rs.getInput("back") true do
- sleep(3)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment