diff --git a/flowers.lua b/flowers.lua index 3ac074f..0bdeea7 100644 --- a/flowers.lua +++ b/flowers.lua @@ -35,7 +35,7 @@ local function add_simple_flower(name, desc, box, f_groups) paramtype = "light", walkable = false, buildable_to = true, - stack_max = 99, +-- stack_max = 99, groups = f_groups, sounds = default.node_sound_leaves_defaults(), selection_box = {type = "fixed", fixed = box}