drop empty powerbank instead of nothing

This commit is contained in:
OgelGames 2020-04-04 21:03:20 +11:00
parent f05ee1ddfe
commit 870dc50ae7

@ -125,7 +125,7 @@ local function register_powerbank(data)
}, },
groups = {not_in_creative_inventory = 1}, groups = {not_in_creative_inventory = 1},
is_ground_content = false, is_ground_content = false,
drop = "", drop = "powerbanks:powerbank_mk"..data.mark,
diggable = false, diggable = false,
can_dig = function(pos, digger) can_dig = function(pos, digger)
return false return false