From 1f1562f630bf1f8cb0c40161a2a423a702c5a209 Mon Sep 17 00:00:00 2001 From: Maciej Kasatkin Date: Tue, 11 Sep 2012 12:56:38 +0200 Subject: Added Alloy Furnace --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') 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) -- cgit v1.2.3