spawner tweaks
This commit is contained in:
@@ -57,7 +57,7 @@ local sensor = device['plethora:sensor']
|
|||||||
if not fs.exists(STARTUP_FILE) then
|
if not fs.exists(STARTUP_FILE) then
|
||||||
Util.writeFile(STARTUP_FILE,
|
Util.writeFile(STARTUP_FILE,
|
||||||
string.format([[os.sleep(1)
|
string.format([[os.sleep(1)
|
||||||
shell.openForegroundTab('spawner.lua %s')]], table.concat(mobTypes, ' '))
|
shell.openForegroundTab('spawner.lua %s')]], table.concat(mobTypes, ' ')))
|
||||||
print('Autorun program created: ' .. STARTUP_FILE)
|
print('Autorun program created: ' .. STARTUP_FILE)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user