need the flower group to make dye

This commit is contained in:
FaceDeer 2017-03-24 01:10:17 -06:00
parent 7f9f8b96b4
commit 88bf842222
1 changed files with 1 additions and 1 deletions

View File

@ -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,