Advertisement
jBlume

Place Bone Meal to grow Tree

May 9th, 2013
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. print "Place a Sapling in slot 16 to begin."
  2. while true do
  3.   if turtle.getItemCount(r)<1 then
  4.   turtle.turnLeft()
  5.   turtle.suck()
  6.   turtle.turnRight()
  7.  end
  8.  if turtle.compare(16) then
  9.   turtle.place()
  10.  end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement