Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Press CTRL+T to stop")
- while true do --Always loop
- local block_present = turtle.inspect(Front)
- if block_present then
- turtle.dig()
- --elseif block_present == false then
- --turtle.place(0)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment