summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index fb7b8f6..6d60628 100644
--- a/init.lua
+++ b/init.lua
@@ -35,6 +35,7 @@ dofile(minetest.get_modpath("technic").."/generator.lua")
dofile(minetest.get_modpath("technic").."/solar_panel.lua")
dofile(minetest.get_modpath("technic").."/geothermal.lua")
dofile(minetest.get_modpath("technic").."/water_mill.lua")
+dofile(minetest.get_modpath("technic").."/alloy_furnace.lua")
function has_locked_chest_privilege(meta, player)