decrease flower spawn rate, was too quick
This commit is contained in:
parent
dbcd9e18e3
commit
7ee716e3b4
@ -2,8 +2,8 @@
|
|||||||
minetest.register_abm({
|
minetest.register_abm({
|
||||||
nodenames = {"group:flora"},
|
nodenames = {"group:flora"},
|
||||||
neighbors = {"group:soil"},
|
neighbors = {"group:soil"},
|
||||||
interval = 20,
|
interval = 25,
|
||||||
chance = 5,
|
chance = 10,
|
||||||
catch_up = false,
|
catch_up = false,
|
||||||
action = function(pos, node)
|
action = function(pos, node)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user