Maengorn

Cobble gen turt

Dec 27th, 2020 (edited)
132
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.     if (redstone.getInput("back")) then
  3.         turtle.dig()
  4.         sleep(.5)
  5.         turtle.select(1)
  6.         turtle.dropUp()
  7.     else
  8.         sleep(1)
  9.     end
  10. end
Add Comment
Please, Sign In to add comment