richie3366

turtle répartition 6 devant, 3 en haut

Jan 14th, 2013
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. while true do
  2.   if turtle.getItemCount(1) >= 9 then
  3.     turtle.select(1)
  4.     turtle.drop(6)
  5.     turtle.dropUp(3)
  6.   else
  7.     sleep(1)
  8.   end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment