miloApps paths fix
This commit is contained in:
@@ -57,7 +57,7 @@ local inv = intro.getInventory()
|
|||||||
if not fs.exists(STARTUP_FILE) then
|
if not fs.exists(STARTUP_FILE) then
|
||||||
Util.writeFile(STARTUP_FILE,
|
Util.writeFile(STARTUP_FILE,
|
||||||
[[os.sleep(1)
|
[[os.sleep(1)
|
||||||
shell.openForegroundTab('packages/milo/apps/brewArray.lua')]])
|
shell.openForegroundTab('packages/miloApps/apps/brewArray.lua')]])
|
||||||
end
|
end
|
||||||
|
|
||||||
local brew
|
local brew
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ local STARTUP_FILE = 'usr/autorun/cobbleGen.lua'
|
|||||||
if not fs.exists(STARTUP_FILE) then
|
if not fs.exists(STARTUP_FILE) then
|
||||||
Util.writeFile(STARTUP_FILE,
|
Util.writeFile(STARTUP_FILE,
|
||||||
[[os.sleep(1)
|
[[os.sleep(1)
|
||||||
shell.openForegroundTab('packages/milo/apps/cobblegen')]])
|
shell.openForegroundTab('packages/miloApps/apps/cobblegen')]])
|
||||||
end
|
end
|
||||||
|
|
||||||
os.queueEvent('turtle_inventory')
|
os.queueEvent('turtle_inventory')
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ local enderChest = device.manipulator and
|
|||||||
if not fs.exists(STARTUP_FILE) then
|
if not fs.exists(STARTUP_FILE) then
|
||||||
Util.writeFile(STARTUP_FILE,
|
Util.writeFile(STARTUP_FILE,
|
||||||
[[os.sleep(1)
|
[[os.sleep(1)
|
||||||
shell.openForegroundTab('packages/milo/apps/enderchest')]])
|
shell.openForegroundTab('packages/miloApps/apps/enderchest')]])
|
||||||
end
|
end
|
||||||
|
|
||||||
local directions = Util.transpose {
|
local directions = Util.transpose {
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ local inv = intro.getInventory()
|
|||||||
if not fs.exists(STARTUP_FILE) then
|
if not fs.exists(STARTUP_FILE) then
|
||||||
Util.writeFile(STARTUP_FILE,
|
Util.writeFile(STARTUP_FILE,
|
||||||
[[os.sleep(1)
|
[[os.sleep(1)
|
||||||
shell.openForegroundTab('packages/milo/apps/furni')]])
|
shell.openForegroundTab('packages/miloApps/apps/furni')]])
|
||||||
end
|
end
|
||||||
|
|
||||||
local furnaces
|
local furnaces
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ local STARTUP_FILE = 'usr/autorun/miloWater.lua'
|
|||||||
if not fs.exists(STARTUP_FILE) then
|
if not fs.exists(STARTUP_FILE) then
|
||||||
Util.writeFile(STARTUP_FILE,
|
Util.writeFile(STARTUP_FILE,
|
||||||
[[os.sleep(2)
|
[[os.sleep(2)
|
||||||
shell.openForegroundTab('packages/milo/apps/water')]])
|
shell.openForegroundTab('packages/miloApps/apps/water')]])
|
||||||
end
|
end
|
||||||
|
|
||||||
local played = false
|
local played = false
|
||||||
|
|||||||
Reference in New Issue
Block a user