9 lines
230 B
Lua
9 lines
230 B
Lua
-- Startup wrapper for the local Andesite Alloy production controller.
|
|
|
|
if not fs.exists("create_andesite_display.lua") then
|
|
printError("create_andesite_display.lua fehlt")
|
|
return
|
|
end
|
|
|
|
shell.run("create_andesite_display.lua")
|