From 3d815c633277913ae4138ebe823597de0cd5310b Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Wed, 20 Mar 2019 18:40:07 -0400 Subject: [PATCH] a couple oops --- common/Turtles.lua | 2 +- {core => common}/etc/apps.db | 0 neural/.package | 2 +- neural/elytraFly.lua | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) rename {core => common}/etc/apps.db (100%) 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