Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Using: CC: Tweaked, Plethora
- pastebin run tsSESA1U
- ]]--
- if pcall(os.loadAPI, "jLib/jFuncs") then
- else
- shell.run("pastebin get kqBFGcfV jLib/jFuncs")
- os.loadAPI("jLib/jFuncs")
- end
- local chest = peripheral.wrap("left")
- local ret = {}
- ret["name"] = {}
- for i, item in pairs(chest.list()) do
- ret["name"][i] = item
- end
- file = fs.open("tempUpload", "w")
- file.write(textutils.serialize(ret))
- file.close()
- shell.run("pastebin put tempUpload")
Advertisement
Add Comment
Please, Sign In to add comment