From dc799f344f15ade2f8fb66cd6745dafb317c8515 Mon Sep 17 00:00:00 2001 From: HybridDog Date: Sun, 25 Nov 2018 18:19:21 +0100 Subject: [PATCH] Note about broken mapgen rarity setting --- settingtypes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settingtypes.txt b/settingtypes.txt index a5697d8..bd16a40 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -28,7 +28,8 @@ snow_min_height (Minumum Height for Snow Biomes) int 3 #Disable this to stop snow from being smoothed. snow_smooth_snow (Multiple Snow Levels) bool true -#mapgen rarity in %. +#mapgen rarity in %. Note that this and mapgen_size do not work right because +#sinus instead of Gauss curve is used as estimation. snow_mapgen_rarity (Snow Biome Rarity %) float 18 #size of the generated… (has an effect to the rarity, too)