From 3c09c5210207b8b2d8f086d1946c7ba3cc09f155 Mon Sep 17 00:00:00 2001 From: Maciej Kasatkin Date: Sun, 2 Sep 2012 13:11:01 +0200 Subject: New machine: geothermal generator --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index c7f9a6f..a286350 100644 --- a/init.lua +++ b/init.lua @@ -33,6 +33,7 @@ dofile(minetest.get_modpath("technic").."/mining_laser_mk1.lua") --dofile(minetest.get_modpath("technic").."/injector.lua") dofile(minetest.get_modpath("technic").."/generator.lua") dofile(minetest.get_modpath("technic").."/solar_panel.lua") +dofile(minetest.get_modpath("technic").."/geothermal.lua") function has_locked_chest_privilege(meta, player) -- cgit v1.2.3