change flower spread chance
This commit is contained in:
parent
79f16565f4
commit
a3e577a3ec
@ -3,7 +3,7 @@ minetest.register_abm({
|
||||
nodenames = {"group:flora"},
|
||||
neighbors = {"group:soil"},
|
||||
interval = 50,
|
||||
chance = 25,
|
||||
chance = 20,
|
||||
catch_up = false,
|
||||
action = function(pos, node)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user