diff --git a/common/Turtles.lua b/common/Turtles.lua index 90fe16b..0940f45 100644 --- a/common/Turtles.lua +++ b/common/Turtles.lua @@ -29,7 +29,7 @@ local 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 socket diff --git a/core/etc/apps.db b/common/etc/apps.db similarity index 100% rename from core/etc/apps.db rename to common/etc/apps.db diff --git a/neural/.package b/neural/.package index da1f204..6e03865 100644 --- a/neural/.package +++ b/neural/.package @@ -1,6 +1,6 @@ { title = 'Programs for the neural interface', repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/neural', - description = [[ WIP ]], + description = [[ Applications using various plethora modules ]], licence = 'MIT', } diff --git a/neural/elytraFly.lua b/neural/elytraFly.lua index d51af95..0510acf 100644 --- a/neural/elytraFly.lua +++ b/neural/elytraFly.lua @@ -10,6 +10,7 @@ local parallel = _G.parallel if not modules.launch or not modules.getMetaOwner then error([[Required: * Kinetic augment +* Entity sensor * Introspection module]]) end