mirror of
https://github.com/OgelGames/powerbanks.git
synced 2024-11-19 22:03:51 +01:00
drop empty powerbank instead of nothing
This commit is contained in:
parent
f05ee1ddfe
commit
870dc50ae7
2
init.lua
2
init.lua
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user