From 47dac3201c59fcfa7cc066b116a5380c50ddefe2 Mon Sep 17 00:00:00 2001 From: Gael-de-Sailly Date: Mon, 21 Dec 2015 23:20:41 +0100 Subject: [PATCH] Updated changelog --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b4cac82..aa324c1 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,8 @@ end, ### 2.2 ~> Latest * Added plants API to allow external mods registering plants for VMG +* Added dry dirt +* Transform dirt into dirt with grass, dry grass or snow according to the climate * Added willow tree * Added optional 5 leaves colors for default tree * Slimmer trunks for banana, cherry and birch tree @@ -183,5 +185,6 @@ end, * Made ores optional * Included dirt thickness in humidity calculation * Changed `vmg.conf.example` to `settingtypes.txt` to be compatible with settings API (for recent builds) +* Fixed function `vmg.get_noise`. Humidity calculation is now correct after mapgen. * Added mapgen time statistics in logs