Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local FULLY_GROWN_CRYSTAL = "ae2:quartz_cluster"
- while true do
- local success, data = turtle.inspect()
- if success and data.name == FULLY_GROWN_CRYSTAL then
- turtle.dig()
- end
- sleep(5)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement