From 1ebfb2546b53df2d731511d22e7f38dfa327ff84 Mon Sep 17 00:00:00 2001 From: Gael-de-Sailly Date: Fri, 21 Sep 2018 14:46:15 +0200 Subject: [PATCH] Prepare 2.3 --- README.md | 10 +++++++--- mapgen.lua | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aa324c1..4be7fa9 100644 --- a/README.md +++ b/README.md @@ -174,17 +174,21 @@ end, * Added support for darkage ores * Adapted sapling growth to new minetest_game API -### 2.2 ~> Latest +### 2.2 ~> 2.3 (Friday September 21, 2018) +Version of March 2016 initially considered as a developement version, and finally released after a 2 years long hiatus * Added plants API to allow external mods registering plants for VMG -* Added dry dirt +* Added dry dirt and dry grass * 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 -* Added simple caves for quicker mapgen (optional, disabled by default) +* Added simple caves for quicker mapgen (optional, disabled by default), or no caves option for even quicker mapgen * 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 +* Added C helper mapgen to generate VMG's supplementary features if the core Valleys mapgen is enabled +* Added `mod.conf` +* Added dry riverbeds in dry regions diff --git a/mapgen.lua b/mapgen.lua index a5940cf..6e3b054 100644 --- a/mapgen.lua +++ b/mapgen.lua @@ -1,5 +1,5 @@ --- Mapgen 2.3-dev --- Saturday September 26, 2015 +-- Mapgen 2.3 +-- Thursday March 3, 2016 -- Define perlin noises used in this mapgen by default vmg.noises = {