1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-17 07:10:29 +02:00

Make apple regrowing frequency configurable independently of blossom

Conflicts:
	nature_classic/init.lua
This commit is contained in:
Rogier
2015-11-03 12:32:59 +01:00
parent 2ad8c73f66
commit acbc58d8ee
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ end
nature.leaves_blossom_chance = 15
nature.blossom_leaves_chance = 5
nature.blossom_delay = 3600
nature.apple_delay = 3600
nature.apple_chance = 10
nature.apple_spread = 2