Advertisement
4RAJ

Cobble Slave

Aug 5th, 2023 (edited)
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | Gaming | 0 0
  1. turtle.select(1)
  2. while true do
  3.   if turtle.getItemCount(1)<5 then
  4.     turtle.dig()
  5.     turtle.dropUp()
  6.   else
  7.     os.sleep(5);
  8.   end
  9. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement