Advertisement
BasketMC

ComputerCraft: Storage Cell Daemon

Dec 4th, 2015
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. os.loadAPI("apis/StorageCell")
  2.  
  3. StorageCell.init()
  4.  
  5. while true do
  6.     StorageCell.processRequest()
  7. end
  8.  
  9. --while true do
  10.     --StorageCell.processRequest()
  11. --end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement