forked from IpsumCapra/OpenComputersScripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
programs.cfg
62 lines (62 loc) · 2.06 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
["warp-os-r"] = {
files = {
["master/WarpOS/main.lua"] = "/",
["master/WarpOS/init.lua"] = "/",
["master/WarpOS/lib/core.lua"] = "/lib",
["master/WarpOS/lib/colors.lua"] = "/lib",
["master/WarpOS/lib/constants.lua"] = "/lib",
["master/WarpOS/lib/map.lua"] = "/lib",
["master/WarpOS/lib/terminal.lua"] = "/lib"
},
name = "WarpOS-R",
description = "Large, encompassing update of the WarpOS system, used for controlling WarpDrive ships effectively.",
authors = "IpsumCapra, Recoherent",
repo = "tree/master/WarpOS"
},
["a-coords"] = {
files = {
["master/depot-coords/abyss/coords.txt"] = "/"
},
name = "A-Coordinates",
description = "A set of planetary coordinates.",
authors = "Recoherent",
repo = "tree/master/depot-coords/abyss"
},
["d-coords"] = {
files = {
["master/depot-coords/dread/coords.txt"] = "/"
},
name = "D-Coordinates",
description = "A set of planetary coordinates.",
authors = "Recoherent",
repo = "tree/master/depot-coords/dread"
},
["o-coords"] = {
files = {
["master/depot-coords/omothol/coords.txt"] = "/"
},
name = "O-Coordinates",
description = "A set of planetary coordinates.",
authors = "Recoherent",
repo = "tree/master/depot-coords/omothol"
},
["g-coords"] = {
files = {
["master/depot-coords/glacidus/coords.txt"] = "/"
},
name = "G-Coordinates",
description = "A set of planetary coordinates.",
authors = "Recoherent",
repo = "tree/master/depot-coords/glacidus"
},
["s-coords"] = {
files = {
["master/depot-coords/solar/coords.txt"] = "/"
},
name = "Solar Coordinates",
description = "A set of coordinates for the solar system.",
authors = "Recoherent",
repo = "tree/master/depot-coords/solar"
}
}