Added Sonic Screwdriver

This commit is contained in:
Maciej Kasatkin
2012-09-12 02:22:18 +02:00
parent d041c13ad8
commit 1590ddce2d
5 changed files with 51 additions and 4 deletions

View File

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