Skip to content
Snippets Groups Projects
Commit 891f00e9 authored by acmgit's avatar acmgit Committed by sfan5
Browse files

Flowers: Remove stack max definition (#2324)

parent 196f206d
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,6 @@ local function add_simple_flower(name, desc, box, f_groups) ...@@ -46,7 +46,6 @@ local function add_simple_flower(name, desc, box, f_groups)
paramtype = "light", paramtype = "light",
walkable = false, walkable = false,
buildable_to = true, buildable_to = true,
stack_max = 99,
groups = f_groups, groups = f_groups,
sounds = default.node_sound_leaves_defaults(), sounds = default.node_sound_leaves_defaults(),
selection_box = { selection_box = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment