From 61755fb0246b4129ee0c2e43c4e9aca8cf09fcee Mon Sep 17 00:00:00 2001 From: Anavrins Date: Sun, 3 Nov 2019 01:11:56 -0400 Subject: [PATCH] miloApps paths fix --- miloApps/apps/brewArray.lua | 2 +- miloApps/apps/cobblegen.lua | 2 +- miloApps/apps/enderchest.lua | 2 +- miloApps/apps/furni.lua | 2 +- miloApps/apps/water.lua | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/miloApps/apps/brewArray.lua b/miloApps/apps/brewArray.lua index d56187a..34e6cd9 100644 --- a/miloApps/apps/brewArray.lua +++ b/miloApps/apps/brewArray.lua @@ -57,7 +57,7 @@ local inv = intro.getInventory() if not fs.exists(STARTUP_FILE) then Util.writeFile(STARTUP_FILE, [[os.sleep(1) -shell.openForegroundTab('packages/milo/apps/brewArray.lua')]]) +shell.openForegroundTab('packages/miloApps/apps/brewArray.lua')]]) end local brew diff --git a/miloApps/apps/cobblegen.lua b/miloApps/apps/cobblegen.lua index 01bc612..ff23097 100644 --- a/miloApps/apps/cobblegen.lua +++ b/miloApps/apps/cobblegen.lua @@ -9,7 +9,7 @@ local STARTUP_FILE = 'usr/autorun/cobbleGen.lua' if not fs.exists(STARTUP_FILE) then Util.writeFile(STARTUP_FILE, [[os.sleep(1) -shell.openForegroundTab('packages/milo/apps/cobblegen')]]) +shell.openForegroundTab('packages/miloApps/apps/cobblegen')]]) end os.queueEvent('turtle_inventory') diff --git a/miloApps/apps/enderchest.lua b/miloApps/apps/enderchest.lua index 0efd3d5..9c70256 100644 --- a/miloApps/apps/enderchest.lua +++ b/miloApps/apps/enderchest.lua @@ -19,7 +19,7 @@ local enderChest = device.manipulator and if not fs.exists(STARTUP_FILE) then Util.writeFile(STARTUP_FILE, [[os.sleep(1) -shell.openForegroundTab('packages/milo/apps/enderchest')]]) +shell.openForegroundTab('packages/miloApps/apps/enderchest')]]) end local directions = Util.transpose { diff --git a/miloApps/apps/furni.lua b/miloApps/apps/furni.lua index e96c608..78362a1 100644 --- a/miloApps/apps/furni.lua +++ b/miloApps/apps/furni.lua @@ -57,7 +57,7 @@ local inv = intro.getInventory() if not fs.exists(STARTUP_FILE) then Util.writeFile(STARTUP_FILE, [[os.sleep(1) -shell.openForegroundTab('packages/milo/apps/furni')]]) +shell.openForegroundTab('packages/miloApps/apps/furni')]]) end local furnaces diff --git a/miloApps/apps/water.lua b/miloApps/apps/water.lua index 33a3ee5..335cff1 100644 --- a/miloApps/apps/water.lua +++ b/miloApps/apps/water.lua @@ -9,7 +9,7 @@ local STARTUP_FILE = 'usr/autorun/miloWater.lua' if not fs.exists(STARTUP_FILE) then Util.writeFile(STARTUP_FILE, [[os.sleep(2) -shell.openForegroundTab('packages/milo/apps/water')]]) +shell.openForegroundTab('packages/miloApps/apps/water')]]) end local played = false