Advertisement
Guest User

ccutils

a guest
Dec 11th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. ---------------------------------------------------------------------
  2. --API CREATED BY CASTFORM
  3. --2013
  4. ---------------------------------------------------------------------
  5.  
  6. function wrapPeripherals()
  7.     peripheral.wrap("left")
  8.     peripheral.wrap("right")
  9.     peripheral.wrap("front")
  10.     peripheral.wrap("back")
  11.     peripheral.wrap("top")
  12.     peripheral.wrap("bottom")
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement