Advertisement
Guest User

startup.lua

a guest
Apr 24th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. while true do
  2.     repeat
  3.         _, blockmeta = turtle.inspectDown()
  4.         sleep(2)
  5.     until blockmeta.state.age == 7
  6.     turtle.digDown()
  7.     turtle.placeDown()
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement