package manager

This commit is contained in:
kepler155c
2018-11-04 13:01:10 -05:00
parent 4d65ebe24c
commit ed6f95ef94
13 changed files with 12 additions and 13 deletions

View File

@@ -3,7 +3,7 @@
'opus-develop-1.8',
},
title = 'Schematic Builder',
repository = 'kepler155c/opus-apps/develop1.8/builder',
repository = 'kepler155c/opus-apps/develop-1.8/builder',
description = [[ ... ]],
licence = 'MIT',
}

View File

@@ -10,7 +10,7 @@ local JSON = require('json')
local blockDB = TableDB()
function blockDB:load()
local blocks = JSON.decodeFromFile('usr/etc/names/minecraft.json')
local blocks = JSON.decodeFromFile('packages/core/etc/names/minecraft.json')
if not blocks then
error('Unable to read blocks.json')

View File

@@ -3,7 +3,7 @@
'opus-develop-1.8',
},
title = 'Core apps and apis',
repository = 'kepler155c/opus-apps/develop1.8/core',
repository = 'kepler155c/opus-apps/develop-1.8/core',
description = [[ ... ]],
licence = 'MIT',
}

View File

@@ -3,7 +3,7 @@
'opus-develop-1.8',
},
title = 'Programs for farming resources',
repository = 'kepler155c/opus-apps/develop1.8/farms',
repository = 'kepler155c/opus-apps/develop-1.8/farms',
description = [[ ... ]],
licence = 'MIT',
}

View File

@@ -3,7 +3,7 @@
'opus-develop-1.8',
},
title = 'Forestry mod applications',
repository = 'kepler155c/opus-apps/develop1.8/forestry',
repository = 'kepler155c/opus-apps/develop-1.8/forestry',
description = [[ ... ]],
licence = 'MIT',
}

View File

@@ -3,7 +3,7 @@
'opus-develop-1.8',
},
title = 'Plethora overlay glasses support',
repository = 'kepler155c/opus-apps/develop1.8/glasses',
repository = 'kepler155c/opus-apps/develop-1.8/glasses',
description = [[ ... ]],
licence = 'MIT',
}

View File

@@ -3,7 +3,7 @@
'opus-develop-1.8',
},
title = 'Inventory manager for Opus OS',
repository = 'kepler155c/opus-apps/develop1.8/milo',
repository = 'kepler155c/opus-apps/develop-1.8/milo',
description = [[ ... ]],
licence = 'MIT',
}

View File

@@ -21,7 +21,6 @@ _G.requireInjector(_ENV)
local Config = require('config')
local Event = require('event')
local itemDB = require('itemDB')
local Milo = require('milo')
local Peripheral = require('peripheral')
local Storage = require('storage')

View File

@@ -3,7 +3,7 @@
'opus-develop-1.8',
},
title = 'Turtle mining programs',
repository = 'kepler155c/opus-apps/develop1.8/miners',
repository = 'kepler155c/opus-apps/develop-1.8/miners',
description = [[ ... ]],
licence = 'MIT',
}

View File

@@ -3,7 +3,7 @@
'opus-develop-1.8',
},
title = 'Programs for the neural interface',
repository = 'kepler155c/opus-apps/develop1.8/neural',
repository = 'kepler155c/opus-apps/develop-1.8/neural',
description = [[ ... ]],
licence = 'MIT',
}

View File

@@ -3,7 +3,7 @@
'opus-develop-1.8',
},
title = 'Move resources around with turtles',
repository = 'kepler155c/opus-apps/develop1.8/pickup',
repository = 'kepler155c/opus-apps/develop-1.8/pickup',
description = [[ ... ]],
licence = 'MIT',
}

View File

@@ -3,7 +3,7 @@
'opus-develop-1.8',
},
title = 'Recipe books for crafting programs',
repository = 'kepler155c/opus-apps/develop1.8/recipeBook',
repository = 'kepler155c/opus-apps/develop-1.8/recipeBook',
description = [[ ... ]],
licence = 'MIT',
}

View File

@@ -3,7 +3,7 @@
'opus-develop-1.8',
},
title = 'Manage inventory',
repository = 'kepler155c/opus-apps/develop1.8/storageManager',
repository = 'kepler155c/opus-apps/develop-1.8/storageManager',
description = [[ ... ]],
licence = 'MIT',
}