Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i=1, 16, 1 do
- next = true
- turtle.select(i)
- while(next) do
- if(not turtle.placeDown()) then
- if(not turtle.forward()) then return end
- end
- if(turtle.getItemCount(i) == 0) then
- next = false
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment