New machine: geothermal generator

This commit is contained in:
Maciej Kasatkin
2012-09-02 13:11:01 +02:00
parent ad8932ac99
commit 3c09c52102
6 changed files with 138 additions and 0 deletions

View File

@ -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)