miloApps paths fix

This commit is contained in:
Anavrins
2019-11-03 01:11:56 -04:00
parent 06c340c064
commit 61755fb024
5 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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')

View File

@@ -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 {

View File

@@ -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

View File

@@ -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