-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprograms.cfg
33 lines (33 loc) · 992 Bytes
/
programs.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
["fluid-nuke"] = {
files = {
["master/fluid_nuke/config.lua"] = "/lib/fluid_nuke",
["master/fluid_nuke/reactorserver.lua"] = "/bin",
["master/fluid_nuke/reactorclient.lua"] = "/bin",
["master/fluid_nuke/reactorsingle.lua"] = "/bin",
},
name = "Fluid reactor manager",
description = "GTNH fluid nuke controller",
authors = "nesktf",
repo = "tree/master/nesktf_oc/fluid_nuke",
},
["mpc"] = {
files = {
["master/mpc/mpd.lua"] = "/lib",
["master/mpc/mpc.lua"] = "/bin",
},
name = "MPD client",
description = "Simple music player daemon client (WIP)",
authors = "nesktf",
repo = "tree/master/nesktf_oc/mpc",
},
["greg-chance"] = {
files = {
["master/greg_chance/gregchance.lua"] = "/bin",
},
name = "Greg chance calculator",
description = "Aproximates the chance of getting something from a machine",
authors = "nesktf",
repo = "tree/master/nesktf_oc/greg_chance",
}
}