projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
196f206
)
Flowers: Remove stack max definition (#2324)
author
acmgit
<undertakers_help@yahoo.com>
Tue, 5 Mar 2019 10:59:23 +0000
(11:59 +0100)
committer
sfan5
<sfan5@live.de>
Tue, 5 Mar 2019 10:59:23 +0000
(11:59 +0100)
mods/flowers/init.lua
patch
|
blob
|
history
diff --git
a/mods/flowers/init.lua
b/mods/flowers/init.lua
index 3ad4bf6c7159c5c32fe6aac9272c7acb8b449f32..5219a45575bab458f927405472e46a31061cc5b6 100644
(file)
--- a/
mods/flowers/init.lua
+++ b/
mods/flowers/init.lua
@@
-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 = {