Add programs.cfg

This commit is contained in:
2023-03-26 20:21:34 +00:00
commit f194879947
+11
View File
@@ -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/logistics-pipe-driver/test-programs/logistics-pipes"
}
}