remove stack_max limit of 99 for [game] to handle instead.

This commit is contained in:
tenplus1 2023-04-13 17:30:35 +01:00
parent 2e3e82cd92
commit 720adef1d0
1 changed files with 1 additions and 1 deletions

View File

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