Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- turtle.select(4)
- print("Slot 1 Minium Stone")
- while true do
- turtle.select(2)
- turtle.suckDown()
- oft=turtle.getItemCount(2)
- turtle.select(4)
- for a=1, oft do
- turtle.craft()
- turtle.dropUp()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment