Advertisement
aidenmagrath

Pass West

Aug 13th, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. sorter = peripheral.wrap("bottom")
  2.  
  3. while true do
  4. event, param1, param2, param3 = os.pullEvent()
  5. if event == "isort_item" then
  6. sorter.sort(4)
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement