Advertisement
fishermedders

gui

Nov 11th, 2016
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. os.loadAPI("/bin/util/fishutils")
  2. p = peripheral.getNames()
  3. m = peripheral.wrap("top")
  4. c = term.current()
  5. term.redirect(m)
  6. term.setBackgroundColor(colors.white)
  7. term.clear()
  8. fishutils.label("FISHER", colors.red, colors.black)
  9. for i = 1,#p do
  10. w = peripheral.wrap(p[i])
  11. print(w.getMethods())
  12. end
  13. term.redirect(c)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement