Advertisement
Guest User

eliBomb

a guest
Dec 8th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. turtle.select(1)
  2. while not turtle.place() do
  3. turtle.dig()
  4. end
  5.  
  6. while not turtle.up() do
  7. turtle.digUp()
  8. end
  9.  
  10. turtle.select(2)
  11. while not turtle.place() do
  12. turtle.dig()
  13. end
  14.  
  15. turtle.place()
  16. os.shutdown()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement