Advertisement
Guest User

CobbleFarm

a guest
Apr 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. print("This Programm dig the block under the Turtle")
  2. print("To stop this Programm press Strg+T")
  3. while true do
  4.   turtle.digDown()
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement