Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ae = peripheral.find("tileinterface")
- local d = peripheral.find("storagedrawers_container_controller")
- local a = peripheral.find("tt_aspectanlyzer")
- local c = peripheral.find("chest") or peripheral.find("iron")
- for i,v in pairs(d) do
- print(i)
- end
- local items = {}
- for i,v in pairs(items) do
- for z,t in pairs(v) do
- write(z)
- write(" : ")
- print(t)
- end
- print("---")
- for z,t in pairs(v["fingerprint"]) do
- write(z)
- write(" : ")
- print(t)
- end
- return
- -- print(v["fingerprint"]["id"])
- end
Advertisement
Add Comment
Please, Sign In to add comment