-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprograms.cfg
More file actions
35 lines (35 loc) · 1.04 KB
/
Copy pathprograms.cfg
File metadata and controls
35 lines (35 loc) · 1.04 KB
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
{
["printc"] = {
files = {
["master/PrintComponents/printc.lua"] = "/bin",
},
name="Print Components",
description="Prints out connected components.",
authors="Halo",
note="",
repo="tree/master/PrintComponents",
},
["doorcontrol"] = {
files = {
["master/DoorControl/doorcontrol.lua"] = "/bin",
},
name="Door Control",
description="Controls a door",
authors="Halo",
note="",
repo="tree/master/DoorControl",
},
["fissioncontroller"] = {
files = {
["master/FissionController/nReactorFunctions.lua"] = "/home",
["master/FissionController/nReactorBegin.lua"] = "/home",
["master/FissionController/nReactorGUI.lua"] = "/home",
["master/FissionController/nReactorGUIStart.lua"] = "/home",
},
name="Fission Controller",
description="Controls a NuclearCraft fission reactor.",
authors="CastilloAnthony",
note="Credit to CastilloAnthony",
repo="tree/master/FissionController",
},
}