summaryrefslogtreecommitdiff
path: root/technic/machines/init.lua
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-08-19 20:28:44 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-08-19 20:28:44 -0400
commit3c47f229fcbdb7cad28bacbc579516bf3ecf6c03 (patch)
tree375b0d50956914c61132a0d34489f627dfa2f814 /technic/machines/init.lua
parent16373a6c19c04ee82757831c5bbefe416abf900b (diff)
downloaddreambuilder_modpack-3c47f229fcbdb7cad28bacbc579516bf3ecf6c03.tar
dreambuilder_modpack-3c47f229fcbdb7cad28bacbc579516bf3ecf6c03.tar.gz
dreambuilder_modpack-3c47f229fcbdb7cad28bacbc579516bf3ecf6c03.tar.bz2
dreambuilder_modpack-3c47f229fcbdb7cad28bacbc579516bf3ecf6c03.tar.xz
dreambuilder_modpack-3c47f229fcbdb7cad28bacbc579516bf3ecf6c03.zip
drop usesdirt, update gloopblocks, led_marquee and technic
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