Advertisement
Sanwi

Seed sorter

Aug 27th, 2015
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. $${
  2. wait(200ms);
  3. key(use);
  4. wait(500ms);
  5. UNSAFE(0);
  6. for(#i,0,26);
  7. getslotitem(%#i%,&item);
  8. if(&item == "wheat_seeds");
  9. wait(100ms);
  10. slotclick(%#i%,1);
  11. wait(100ms);
  12. slotclick(-999,1);
  13. elseif(&item == "wheat");
  14. wait(100ms);
  15. slotclick(%#i%,1,true);
  16. endif;
  17. next;
  18. ENDUNSAFE;
  19. gui();
  20.  
  21. stop();
  22. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement