Added Chainsaw

This commit is contained in:
Maciej Kasatkin
2012-10-23 01:32:29 +02:00
parent 81943958a6
commit d503d3d757
5 changed files with 65 additions and 3 deletions

View File

@ -46,6 +46,7 @@ dofile(minetest.get_modpath("technic").."/constructor.lua")
dofile(minetest.get_modpath("technic").."/tree_tap.lua")
dofile(minetest.get_modpath("technic").."/flashlight.lua")
dofile(minetest.get_modpath("technic").."/cans.lua")
dofile(minetest.get_modpath("technic").."/chainsaw.lua")
function has_locked_chest_privilege(meta, player)