Griffork

Cobblestone Generator

Dec 9th, 2012
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2.     if turtle.getItemSpace() == 0 then
  3.         turtle.drop()
  4.     end
  5.     if turtle.detect() then
  6.         turtle.dig()
  7.     end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment