Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- turtle.select(1)
- cCnt = turtle.getItemCount()
- if cCnt == 0 then
- turtle.suck(2)
- end
- if cCnt == 1 then
- turtle.suck(1)
- end
- if cCnt == 2 then
- print("2 Carrots")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement