Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- turtle.select(16)
- if turtle.compare() == true then
- turtle.select(1)
- turtle.dig()
- turtle.dropDown()
- turtle.suckDown()
- turtle.place()
- sleep(0.1)
- else
- turtle.select(1)
- turtle.place()
- turtle.dig()
- sleep(0.1)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment