decrease flower spawn rate, was too quick

This commit is contained in:
TenPlus1 2015-11-29 15:55:00 +00:00
parent dbcd9e18e3
commit 7ee716e3b4

View File

@ -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)