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', 'opus-develop-1.8',
}, },
title = 'Schematic Builder', title = 'Schematic Builder',
repository = 'kepler155c/opus-apps/develop1.8/builder', repository = 'kepler155c/opus-apps/develop-1.8/builder',
description = [[ ... ]], description = [[ ... ]],
licence = 'MIT', licence = 'MIT',
} }

View File

@@ -10,7 +10,7 @@ local JSON = require('json')
local blockDB = TableDB() local blockDB = TableDB()
function blockDB:load() 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 if not blocks then
error('Unable to read blocks.json') error('Unable to read blocks.json')

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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