Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Num's hopper turtle
- while true do
- foundItem = false
- slot = 0
- while (not foundItem) do
- slot = slot + 1
- if(turtle.getItemCount(slot) > 0 or slot == 16)
- then foundItem = true end
- end
- turtle.select(slot)
- turtle.dropDown()
- turtle.select(1)
- sleep(10)
- end
Advertisement
Add Comment
Please, Sign In to add comment