summaryrefslogtreecommitdiff
path: root/technic/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/init.lua')
-rw-r--r--technic/init.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/technic/init.lua b/technic/init.lua
index 70ad848..4464082 100644
--- a/technic/init.lua
+++ b/technic/init.lua
@@ -35,6 +35,9 @@ dofile(modpath.."/crafts.lua")
-- Register functions
dofile(modpath.."/register.lua")
+-- Radiation
+dofile(modpath.."/radiation.lua")
+
-- Machines
dofile(modpath.."/machines/init.lua")