From 6019a61687bcc46006144d58b9c4c0667143cd2b Mon Sep 17 00:00:00 2001 From: Rogier Date: Sun, 21 Jun 2015 10:39:41 +0200 Subject: [PATCH] Make reedmace grow faster (was extremely slow...) At the previous rate, it would take almost 2 days and 15 hours of playing time for half of the reedmace to grow. (and therefore 5 days and 6 hours for 75% to grow, etc.) The new rate should require 2.25 hours of playing time for half of the reedmace to grow. --- dryplants/settings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dryplants/settings.txt b/dryplants/settings.txt index a9c6369..179da6b 100644 --- a/dryplants/settings.txt +++ b/dryplants/settings.txt @@ -18,7 +18,7 @@ REEDMACE_FOR_OASES_PER_MAPBLOCK = 35 -- plants per 80x80x80 nodes (absolute ma REEDMACE_FOR_OASES_RARITY = 90 -- percent -- growing of reedmace sapling -REEDMACE_GROWING_TIME = 16800 -- seconds +REEDMACE_GROWING_TIME = 600 -- seconds REEDMACE_GROWING_CHANCE = 5 -- percent