diff --git a/programs.cfg b/programs.cfg new file mode 100644 index 0000000..8d0bcfd --- /dev/null +++ b/programs.cfg @@ -0,0 +1,11 @@ +{ + ["logistics-test"] = { + files = { + ["master/test-programs/logistics-pipes/request_all.lua"] = "/bin" + }, + name = "Logistics Pipes Test", + description = "A program to test requesting items from a Logistics Pipes system", + authors = "cody_code", + repo = "tree/master/test-programs/logistics-pipes" + } +}