Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- turtle.select(11)
- while true do
- if (turtle.getItemCount() > 1) then
- turtle.select(4)
- turtle.craft(turtle.getItemCount(11)-1)
- turtle.select(11)
- else
- os.sleep(1)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement