mirror of
https://github.com/minetest/minetest_game.git
synced 2024-12-22 15:00:18 +01:00
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",
|
||||
walkable = false,
|
||||
buildable_to = true,
|
||||
stack_max = 99,
|
||||
groups = f_groups,
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
selection_box = {
|
||||
|
Loading…
Reference in New Issue
Block a user