Advertisement
Justin72731

1.12.5: Lay Row of Tennis Balls

May 10th, 2017
4,740
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. function start(){
  2. while(frontIsClear()){
  3. putBall();
  4. move();
  5.  
  6. }
  7. putBall();
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement