Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- term.clear()
- term.setCursorPos(1,1)
- print("Turtle AutoDropper v.1.0")
- print("")
- print("Die Turtle droppt alle Items in ihrem Inventar nach unten")
- for j=1, 16 do
- turtle.select(j)
- turtle.dropDown()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment