a couple oops
This commit is contained in:
@@ -29,7 +29,7 @@ local options = {
|
|||||||
desc = 'Displays the options' },
|
desc = 'Displays the options' },
|
||||||
}
|
}
|
||||||
|
|
||||||
local SCRIPTS_PATH = 'packages/core/etc/scripts'
|
local SCRIPTS_PATH = 'packages/common/etc/scripts'
|
||||||
|
|
||||||
local nullTerm = Terminal.getNullTerm(term.current())
|
local nullTerm = Terminal.getNullTerm(term.current())
|
||||||
local socket
|
local socket
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
title = 'Programs for the neural interface',
|
title = 'Programs for the neural interface',
|
||||||
repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/neural',
|
repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/neural',
|
||||||
description = [[ WIP ]],
|
description = [[ Applications using various plethora modules ]],
|
||||||
licence = 'MIT',
|
licence = 'MIT',
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ local parallel = _G.parallel
|
|||||||
if not modules.launch or not modules.getMetaOwner then
|
if not modules.launch or not modules.getMetaOwner then
|
||||||
error([[Required:
|
error([[Required:
|
||||||
* Kinetic augment
|
* Kinetic augment
|
||||||
|
* Entity sensor
|
||||||
* Introspection module]])
|
* Introspection module]])
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user