WineCraftHD

Magic Crop Turtle

Dec 22nd, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. while true do
  2.   exists, data = turtle.inspect()
  3.   if exists then
  4.     if data.metadata == 7 then
  5.       turtle.dig()
  6.       turtle.suck()
  7.       turtle.place()
  8.     end
  9.   end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment