mirror of
https://codeberg.org/tenplus1/bakedclay.git
synced 2024-11-07 08:50:17 +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",
|
paramtype = "light",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
buildable_to = true,
|
buildable_to = true,
|
||||||
stack_max = 99,
|
-- stack_max = 99,
|
||||||
groups = f_groups,
|
groups = f_groups,
|
||||||
sounds = default.node_sound_leaves_defaults(),
|
sounds = default.node_sound_leaves_defaults(),
|
||||||
selection_box = {type = "fixed", fixed = box}
|
selection_box = {type = "fixed", fixed = box}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user