forked from minetest/minetest_game
Flowers: Remove stack max definition (#2324)
This commit is contained in:
parent
196f206d3e
commit
891f00e9db
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user