Added screwdriver

This commit is contained in:
Maciej Kasatkin
2012-09-12 00:48:51 +02:00
parent ed818fe0ac
commit 0e58a6f014
3 changed files with 39 additions and 0 deletions

View File

@ -39,6 +39,7 @@ 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")
dofile(minetest.get_modpath("technic").."/screwdriver.lua")
function has_locked_chest_privilege(meta, player)