decrease flower spawn rate, was too quick

master
TenPlus1 2015-11-29 15:55:00 +00:00
parent dbcd9e18e3
commit 7ee716e3b4
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
minetest.register_abm({
nodenames = {"group:flora"},
neighbors = {"group:soil"},
interval = 20,
chance = 5,
interval = 25,
chance = 10,
catch_up = false,
action = function(pos, node)