Add Andesite Alloy factory controller

This commit is contained in:
2026-07-17 01:19:19 +02:00
parent a0302d764d
commit 8ea978196e
5 changed files with 399 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
-- 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")