diff --git a/nodes.lua b/nodes.lua index 66a0e75..ac6d705 100644 --- a/nodes.lua +++ b/nodes.lua @@ -73,7 +73,6 @@ minetest.register_node("nssb:marine_meselamp", { tiles = {"marine_meselamp.png"}, is_ground_content = false, groups = {cracky=3}, - drop = "", light_source = 15, sounds = default.node_sound_glass_defaults(), }) @@ -83,7 +82,6 @@ minetest.register_node("nssb:morlamp", { tiles = {"morlamp.png"}, is_ground_content = false, groups = {cracky=3}, - drop = "", light_source = 15, sounds = default.node_sound_glass_defaults(), })