mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-16 23:40:31 +01:00
Update flowers mod
stack 99, before 64...
This commit is contained in:
parent
fe6fd59b71
commit
b2303c64c5
|
@ -26,7 +26,7 @@ local function add_simple_flower(name, desc, image, color)
|
|||
sunlight_propagates = true,
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
stack_max = 64,
|
||||
stack_max = 99,
|
||||
groups = {snappy=3,flammable=2,flower=1,flora=1,attached_node=1,dig_by_water=1,color=1},
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
selection_box = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user