Advertisement
Justiik

Untitled

Sep 27th, 2021
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. while true do
  2. monitor = peripheral.wrap("left")
  3. m = monitor
  4. modem = peripheral.wrap("right")
  5. text = print
  6. line = term.setCursorPos
  7.  
  8. for i = 0,100,1
  9. do
  10. modem.open(i)
  11. end
  12.  
  13. event, modemSide, senderChannel, replyChannel, message, senderDistance = aaps.pullEvent("modem_message")
  14. term.clear()
  15. line(2,1)
  16. text("Progress")
  17. line(20,1)
  18. text("Fuel")
  19. line(40,1)
  20. text("Quarry name")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement