richie3366

turtle répartition 1 en haut, 1 en bas

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