Fixes to laser

This commit is contained in:
Maciej Kasatkin
2012-10-23 04:37:45 +02:00
parent d503d3d757
commit c362f4ad99
7 changed files with 126 additions and 24 deletions

View File

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