diff options
author | Maciej Kasatkin <mk@realbadangel.pl> | 2012-10-23 04:37:45 +0200 |
---|---|---|
committer | Maciej Kasatkin <mk@realbadangel.pl> | 2012-10-23 04:37:45 +0200 |
commit | c362f4ad99cadf2952706c0811ffe0591f14e24c (patch) | |
tree | b23568de1f61a037d68a3cab7dc6c697a90d569a /init.lua | |
parent | d503d3d7578c430cafc9e4dbb999faf685063a38 (diff) |
Fixes to laser
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |