Advertisement
BasketMC

ComputerCraft: Terminal API

Dec 7th, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. -- apis/Terminal
  2.  
  3. os.loadAPI("apis/BasketNet")
  4.  
  5. function init()
  6.     if not rednet.isOpen("left") then
  7.                 rednet.open("left")
  8.         end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement