Added Mining Drill

This commit is contained in:
Maciej Kasatkin
2012-09-11 18:47:09 +02:00
parent f42c9b68c3
commit 582f94952a
8 changed files with 83 additions and 1 deletions

View File

@ -37,6 +37,7 @@ dofile(minetest.get_modpath("technic").."/geothermal.lua")
dofile(minetest.get_modpath("technic").."/water_mill.lua")
dofile(minetest.get_modpath("technic").."/alloy_furnace.lua")
dofile(minetest.get_modpath("technic").."/items.lua")
dofile(minetest.get_modpath("technic").."/mining_drill.lua")
function has_locked_chest_privilege(meta, player)