Added Alloy Furnace

This commit is contained in:
Maciej Kasatkin
2012-09-11 12:56:38 +02:00
parent f845d9e4e7
commit 1f1562f630
24 changed files with 280 additions and 0 deletions

View File

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