Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- x=208
- while x>0 do
- x=x-1
- turtle.dig()
- turtle.forward()
- print(x)
- end
- turtle.dig()
- turtle.place()
- redstone.setOutput("front",true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement