zurbo

cc_turtledistribution WIP

Mar 8th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2.   if turtle.getItemCount(1) >= nbUp + nbDown + nbFront then
  3.     turtle.select(1)
  4.     turtle.drop(nbFront)
  5.     turtle.dropUp(nbUp)
  6.     turtle.dropDown(nbDown)
  7.   else
  8.     sleep(1)
  9.   end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment