Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local reactor = peripheral.wrap("BigReactor-Reactor_29")
  2. local bank = peripheral.wrap("tile_enderio_blockcapacitorbank_name_2")
  3.  
  4. --BigReactor-Reactor_29
  5. --tile_enderio_blockcapacitorbank_name_2
  6.  
  7. print("reactor")
  8. print( tostring(reactor) )
  9. print("bank")
  10. print( tostring(bank) )
  11.  
  12. [[---
  13. while(true)
  14.  
  15.  
  16. sleep(10)
  17. end
  18. ---]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement