lucky blocks never drop as item

This commit is contained in:
TenPlus1 2018-07-27 18:26:28 +01:00
parent 1385954025
commit 3ca6406879

@ -637,6 +637,7 @@ minetest.register_node('lucky_block:lucky_block', {
paramtype = "light",
light_source = 3,
groups = {oddly_breakable_by_hand = 3},
drop = {},
sounds = default.node_sound_wood_defaults(),
on_dig = function(pos, node, digger)
@ -674,6 +675,7 @@ minetest.register_node('lucky_block:super_lucky_block', {
is_ground_content = false,
paramtype = "light",
groups = {cracky = 1, level = 2},
drop = {},
sounds = default.node_sound_stone_defaults(),
on_construct = function(pos)