-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathprograms.lua
More file actions
34 lines (33 loc) · 1.51 KB
/
programs.lua
File metadata and controls
34 lines (33 loc) · 1.51 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
local programs = {
{
name = "Infusion Control",
description = "Program for automating crafts on runic matrix from thaumcraft",
url = "https://github.com/Navatusein/GTNH-OC-Infusion-Control/releases/latest/download/InfusionControl.tar"
},
{
name = "LSC Control",
description = "Program for managing a battery, generators connected to it and large energy consumers",
url = "https://github.com/Navatusein/GTNH-OC-LSC-Control/releases/latest/download/LSCControl.tar"
},
{
name = "Water Line Control",
description = "Program for the automation of Grate water production from t3 to t8",
url = "https://github.com/Navatusein/GTNH-OC-Water-Line-Control/releases/latest/download/WaterLineControl.tar"
},
{
name = "Teleposer Control",
description = "Program to automate the shifting of Teleposition Focus to Teleposer from Blood Magic",
url = "https://github.com/Navatusein/GTNH-OC-Teleposer-Control/releases/latest/download/TeleposerControl.tar"
},
{
name = "God Forge Control",
description = "Program for automating the production of Degenerate Quark Gluon Plasma and Molten Magmatter",
url = "https://github.com/Navatusein/GTNH-OC-God-Forge-Control/releases/latest/download/GodForgeControl.tar"
},
{
name = "Black Hole Control",
description = "Program for automating crafting in the Pseudostable Black Hole Containment Field",
url = "https://github.com/Navatusein/GTNH-OC-Black-Hole-Control/releases/latest/download/BlackHoleControl.tar"
},
}
return programs