Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i=1,11 do
- if (i != 8) or (i != 4) do
- turtle.select(i)
- while turtle.getItemCount(i) == 0 do
- turtle.suck()
- turtle.drop(turtle.getItemCount(i)-1)
- end
- end
- end
- turtle.select(1)
- turtle.craft(1)
- turtle.dropUp(1)
Advertisement
Add Comment
Please, Sign In to add comment