Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[ Cobble Generator Mining: [Mining Turtle] ]]
- while true do
- turtle.dig()
- turtle.select(1)
- turtle.dropUp()
- end
- --[[ * This requires a chest to be on top of the turtle for the cobble to be dropped into ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement