reset blossom delay back to normal

This commit is contained in:
Vanessa Ezekowitz 2015-02-08 23:37:48 -05:00
parent b18b0a8211
commit 581aee0570
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ if minetest.get_modpath("moretrees") then
end
nature.blossom_chance = 15
nature.blossom_delay = 10 --3600
nature.blossom_delay = 3600
nature.apple_chance = 10
nature.apple_spread = 2