Sayomie550

Untitled

Jan 24th, 2013
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. --[[
  2.   Wheat Turtle V1.0
  3.   Slot 1 = Seeds
  4.   Slot 2 = Bonemeal
  5.   Slot 3+  = Wheat
  6. --]]
  7. while true do
  8.   sleep(0.1)
  9.   turtle.dig()
  10.   turtle.select(1)
  11.   sleep(0.1)
  12.   turtle.place()
  13.   turtle.select(2)
  14.   sleep(0.1)
  15.   turtle.place()
  16. end
Advertisement
Add Comment
Please, Sign In to add comment