From 88bf84222262201601be3042c0d908fbd8bb76d4 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Fri, 24 Mar 2017 01:10:17 -0600 Subject: [PATCH] need the flower group to make dye --- plants/dimple_cup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,