mirror of
https://notabug.org/TenPlus1/bakedclay.git
synced 2024-12-05 03:23:43 +01:00
remove stack_max limit of 99 for [game] to handle instead.
This commit is contained in:
parent
2e3e82cd92
commit
720adef1d0
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user