package manager
This commit is contained in:
@@ -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',
|
||||
}
|
||||
|
||||
@@ -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')
|
||||
|
||||
@@ -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',
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
}
|
||||
|
||||
@@ -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')
|
||||
|
||||
@@ -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',
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user