diff --git a/plants/dimple_cup.lua b/plants/dimple_cup.lua index 7d9cc8f..f3aa582 100644 --- a/plants/dimple_cup.lua +++ b/plants/dimple_cup.lua @@ -13,7 +13,7 @@ local register_dimple_cup = function(number) paramtype = "light", walkable = false, buildable_to = true, - groups = {snappy = 3, flammable = 2, plant = 1, not_in_creative_inventory = 1, attached_node = 1, color_blue = 1, light_sensitive_fungus = 11}, + groups = {snappy = 3, flammable = 2, plant = 1, not_in_creative_inventory = 1, attached_node = 1, color_blue = 1, light_sensitive_fungus = 11, flower = 1}, sounds = default.node_sound_leaves_defaults(), drop = { max_items = 1,