new release prep

This commit is contained in:
kepler155c
2018-11-21 12:10:53 -05:00
parent d076326273
commit a5d62c3271
17 changed files with 38 additions and 50 deletions

View File

@@ -1,9 +1,9 @@
{ {
required = { required = {
'opus-develop-1.8', 'core',
}, },
title = 'Schematic Builder', title = 'Schematic Builder',
repository = 'kepler155c/opus-apps/develop-1.8/builder', repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/builder',
description = [[ ... ]], description = [[ Build structures from schematic files using a turtle or command computer. ]],
licence = 'MIT', licence = 'MIT',
} }

View File

@@ -1,9 +1,6 @@
{ {
required = {
'opus-develop-1.8',
},
title = 'Core apps and apis', title = 'Core apps and apis',
repository = 'kepler155c/opus-apps/develop-1.8/core', repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/core',
description = [[ ... ]], description = [[Provides common files used by Opus applications. Also includes various useful applications.]],
licence = 'MIT', licence = 'MIT',
} }

View File

@@ -1,9 +1,13 @@
{ {
required = { required = {
'opus-develop-1.8', 'core',
}, },
title = 'Programs for farming resources', title = 'Programs for farming resources',
repository = 'kepler155c/opus-apps/develop-1.8/farms', repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/farms',
description = [[ ... ]], description = [[Includes:
* Tree Farm
* Cow/Sheep Rancher
* Farmer
]],
licence = 'MIT', licence = 'MIT',
} }

View File

@@ -1,9 +1,6 @@
{ {
required = {
'opus-develop-1.8',
},
title = 'Forestry mod applications', title = 'Forestry mod applications',
repository = 'kepler155c/opus-apps/develop-1.8/forestry', repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/forestry',
description = [[ ... ]], description = [[WIP]],
licence = 'MIT', licence = 'MIT',
} }

View File

@@ -1,9 +1,6 @@
{ {
required = {
'opus-develop-1.8',
},
title = 'Plethora overlay glasses support', title = 'Plethora overlay glasses support',
repository = 'kepler155c/opus-apps/develop-1.8/glasses', repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/glasses',
description = [[ ... ]], description = [[WIP]],
licence = 'MIT', licence = 'MIT',
} }

View File

@@ -1,9 +1,9 @@
{ {
required = { required = {
'opus-develop-1.8', 'core',
}, },
title = 'Milo: Advanced inventory management', title = 'Milo: Advanced inventory management',
repository = 'kepler155c/opus-apps/develop-1.8/milo', repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/milo',
description = [[Provides AE style crafting in computercraft. description = [[Provides AE style crafting in computercraft.
Includes Importing, exporting, autocrafting, replenish and limits, and much more. Includes Importing, exporting, autocrafting, replenish and limits, and much more.
Includes over 200 standard Minecraft recipes.]], Includes over 200 standard Minecraft recipes.]],

View File

@@ -1,9 +1,8 @@
{ {
required = {
'opus-develop-1.8',
},
title = 'Turtle mining programs', title = 'Turtle mining programs',
repository = 'kepler155c/opus-apps/develop-1.8/miners', repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/miners',
description = [[ ... ]], description = [[Provides two types of automated mining:
* Scanning Miner: Uses a block scanner to very efficiently mine areas
* Simple Miner: A single or multi-turtle miner]],
licence = 'MIT', licence = 'MIT',
} }

View File

@@ -1,9 +1,6 @@
{ {
required = {
'opus-develop-1.8',
},
title = 'Programs for the neural interface', title = 'Programs for the neural interface',
repository = 'kepler155c/opus-apps/develop-1.8/neural', repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/neural',
description = [[ ... ]], description = [[ WIP ]],
licence = 'MIT', licence = 'MIT',
} }

View File

@@ -1,9 +1,9 @@
{ {
required = { required = {
'opus-develop-1.8', 'core',
}, },
title = 'Move resources around with turtles', title = 'Move resources around with turtles',
repository = 'kepler155c/opus-apps/develop-1.8/pickup', repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/pickup',
description = [[ ... ]], description = [[ WiP ]],
licence = 'MIT', licence = 'MIT',
} }

View File

@@ -1,9 +1,6 @@
{ {
required = {
'opus-develop-1.8',
},
title = 'Recipe books for crafting programs', title = 'Recipe books for crafting programs',
repository = 'kepler155c/opus-apps/develop-1.8/recipeBook', repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/recipeBook',
description = [[ ... ]], description = [[ WIP ]],
licence = 'MIT', licence = 'MIT',
} }

9
storage/.package Normal file
View File

@@ -0,0 +1,9 @@
{
required = {
'core',
},
title = 'Manage inventory',
repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/storage',
description = [[Storage manager for Minecraft 1.7 (Use Milo for new versions)]],
licence = 'MIT',
}

View File

@@ -1,9 +0,0 @@
{
required = {
'opus-develop-1.8',
},
title = 'Manage inventory',
repository = 'kepler155c/opus-apps/develop-1.8/storageManager',
description = [[ ... ]],
licence = 'MIT',
}