Skip to content

Commit

Permalink
drop empty powerbank instead of nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
OgelGames committed Apr 4, 2020
1 parent f05ee1d commit 870dc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ local function register_powerbank(data)
},
groups = {not_in_creative_inventory = 1},
is_ground_content = false,
drop = "",
drop = "powerbanks:powerbank_mk"..data.mark,
diggable = false,
can_dig = function(pos, digger)
return false
Expand Down

0 comments on commit 870dc50

Please sign in to comment.