Persist and resume Create production state

This commit is contained in:
2026-07-16 21:46:33 +02:00
parent b347855349
commit 28b3dc0494
3 changed files with 48 additions and 5 deletions
+10
View File
@@ -0,0 +1,10 @@
-- Install this file as startup.lua on the Create control computer.
-- It resumes the persisted production state through create_boiler_display.lua.
if not fs.exists("create_boiler_display.lua") then
printError("create_boiler_display.lua fehlt")
return
end
sleep(1)
shell.run("create_boiler_display.lua")