summaryrefslogtreecommitdiff
path: root/technic/machines/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/machines/init.lua')
-rw-r--r--technic/machines/init.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/technic/machines/init.lua b/technic/machines/init.lua
index f2e31c9..b8d36c1 100644
--- a/technic/machines/init.lua
+++ b/technic/machines/init.lua
@@ -13,3 +13,8 @@ dofile(path.."/supply_converter.lua")
dofile(path.."/other/init.lua")
+if technic.config:get_bool("enable_creative_mode") then
+ --The switching station does not handle running machines
+ --in this mode, so alternative means are used to do so.
+ dofile(path.."/creative.lua")
+end