new release prep
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
required = {
|
||||
'opus-develop-1.8',
|
||||
'core',
|
||||
},
|
||||
title = 'Schematic Builder',
|
||||
repository = 'kepler155c/opus-apps/develop-1.8/builder',
|
||||
description = [[ ... ]],
|
||||
repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/builder',
|
||||
description = [[ Build structures from schematic files using a turtle or command computer. ]],
|
||||
licence = 'MIT',
|
||||
}
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
{
|
||||
required = {
|
||||
'opus-develop-1.8',
|
||||
},
|
||||
title = 'Core apps and apis',
|
||||
repository = 'kepler155c/opus-apps/develop-1.8/core',
|
||||
description = [[ ... ]],
|
||||
repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/core',
|
||||
description = [[Provides common files used by Opus applications. Also includes various useful applications.]],
|
||||
licence = 'MIT',
|
||||
}
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
{
|
||||
required = {
|
||||
'opus-develop-1.8',
|
||||
'core',
|
||||
},
|
||||
title = 'Programs for farming resources',
|
||||
repository = 'kepler155c/opus-apps/develop-1.8/farms',
|
||||
description = [[ ... ]],
|
||||
repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/farms',
|
||||
description = [[Includes:
|
||||
* Tree Farm
|
||||
* Cow/Sheep Rancher
|
||||
* Farmer
|
||||
]],
|
||||
licence = 'MIT',
|
||||
}
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
{
|
||||
required = {
|
||||
'opus-develop-1.8',
|
||||
},
|
||||
title = 'Forestry mod applications',
|
||||
repository = 'kepler155c/opus-apps/develop-1.8/forestry',
|
||||
description = [[ ... ]],
|
||||
repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/forestry',
|
||||
description = [[WIP]],
|
||||
licence = 'MIT',
|
||||
}
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
{
|
||||
required = {
|
||||
'opus-develop-1.8',
|
||||
},
|
||||
title = 'Plethora overlay glasses support',
|
||||
repository = 'kepler155c/opus-apps/develop-1.8/glasses',
|
||||
description = [[ ... ]],
|
||||
repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/glasses',
|
||||
description = [[WIP]],
|
||||
licence = 'MIT',
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
required = {
|
||||
'opus-develop-1.8',
|
||||
'core',
|
||||
},
|
||||
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.
|
||||
Includes Importing, exporting, autocrafting, replenish and limits, and much more.
|
||||
Includes over 200 standard Minecraft recipes.]],
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
{
|
||||
required = {
|
||||
'opus-develop-1.8',
|
||||
},
|
||||
title = 'Turtle mining programs',
|
||||
repository = 'kepler155c/opus-apps/develop-1.8/miners',
|
||||
description = [[ ... ]],
|
||||
repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/miners',
|
||||
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',
|
||||
}
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
{
|
||||
required = {
|
||||
'opus-develop-1.8',
|
||||
},
|
||||
title = 'Programs for the neural interface',
|
||||
repository = 'kepler155c/opus-apps/develop-1.8/neural',
|
||||
description = [[ ... ]],
|
||||
repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/neural',
|
||||
description = [[ WIP ]],
|
||||
licence = 'MIT',
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
required = {
|
||||
'opus-develop-1.8',
|
||||
'core',
|
||||
},
|
||||
title = 'Move resources around with turtles',
|
||||
repository = 'kepler155c/opus-apps/develop-1.8/pickup',
|
||||
description = [[ ... ]],
|
||||
repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/pickup',
|
||||
description = [[ WiP ]],
|
||||
licence = 'MIT',
|
||||
}
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
{
|
||||
required = {
|
||||
'opus-develop-1.8',
|
||||
},
|
||||
title = 'Recipe books for crafting programs',
|
||||
repository = 'kepler155c/opus-apps/develop-1.8/recipeBook',
|
||||
description = [[ ... ]],
|
||||
repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/recipeBook',
|
||||
description = [[ WIP ]],
|
||||
licence = 'MIT',
|
||||
}
|
||||
|
||||
9
storage/.package
Normal file
9
storage/.package
Normal 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',
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
required = {
|
||||
'opus-develop-1.8',
|
||||
},
|
||||
title = 'Manage inventory',
|
||||
repository = 'kepler155c/opus-apps/develop-1.8/storageManager',
|
||||
description = [[ ... ]],
|
||||
licence = 'MIT',
|
||||
}
|
||||
Reference in New Issue
Block a user