Updated item_drop (now as modpack component)

This commit is contained in:
RealBadAngel
2013-04-08 23:52:20 +02:00
parent 6cb1f56fb4
commit e139fff8fb
8 changed files with 309 additions and 169 deletions

View File

@ -50,9 +50,6 @@ dofile(modpath.."/deployer.lua")
dofile(modpath.."/constructor.lua")
dofile(modpath.."/frames.lua")
if enable_item_drop then dofile(modpath.."/item_drop.lua") end
if enable_item_pickup then dofile(modpath.."/item_pickup.lua") end
function has_locked_chest_privilege(meta, player)
if player:get_player_name() ~= meta:get_string("owner") then
return false