Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- display in the term all methods in a compatible minecraft block (mekanism, drawer storage, chest)
- -- it's difficult to find all the methods, but with this code you'll be able to do it - most of the time, the documentation simply doesn't exist.
- p = peripheral.wrap("right")
- for k, v in pairs(p) do
- print(k,v)
- read()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement