Advertisement
rungholt

notmytype

Aug 16th, 2021 (edited)
1,609
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. local periList = peripheral.getNames()
  2.  
  3. for i = 1, #periList do
  4.     print("a "..peripheral.getType(periList[i]).." at \""..periList[i].."\".")
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement