From b15d200c502bdcd67d0ab0ca8191087fc4dfe119 Mon Sep 17 00:00:00 2001
From: Milan* <tchncs@vivaldi.net>
Date: Thu, 19 Jan 2017 21:33:56 +0100
Subject: [PATCH] experimental: adjust some biome parameters

---
 mapgen.lua | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mapgen.lua b/mapgen.lua
index ca636e1..7948baf 100644
--- a/mapgen.lua
+++ b/mapgen.lua
@@ -67,7 +67,7 @@ add_biome("clearing", nil, "ethereal:green_dirt", 1, "default:dirt", 3,
 	nil, nil, nil, nil, nil, 3, 71, 45, 65, 1) -- ADDED
 
 add_biome("bamboo", nil, "ethereal:bamboo_dirt", 1, "default:dirt", 3,
-	nil, nil, nil, nil, nil, 3, 71, 45, 75, ethereal.bamboo)
+	nil, nil, nil, nil, nil, 3, 71, 25, 50, ethereal.bamboo)
 
 add_biome("bamboo_ocean", nil, "default:sand", 1, "default:sand", 2,
 	nil, nil, nil, nil, nil, -192, 2, 45, 75, ethereal.bamboo)
@@ -136,7 +136,7 @@ add_biome("grove_ocean", nil, "default:sand", 1, "default:sand", 2,
 	nil, nil, nil, nil, nil, -192, 2, 45, 35, ethereal.grove)
 
 add_biome("mushroom", nil, "ethereal:mushroom_dirt", 1, "default:dirt", 3,
-	nil, nil, nil, nil, nil, 3, 50, 45, 55, ethereal.mushroom)
+	nil, nil, nil, nil, nil, 3, 14, 45, 55, ethereal.mushroom)
 
 add_biome("mushroom_ocean", nil, "default:sand", 1, "default:sand", 2,
 	nil, nil, nil, nil, nil, -192, 2, 45, 55, ethereal.mushroom)
@@ -163,7 +163,7 @@ add_biome("savannah_ocean", nil, "default:sand", 1, "default:sand", 2,
 	nil, nil, nil, nil, nil, -192, 1, 55, 25, ethereal.savannah)
 
 add_biome("fiery", nil, "ethereal:fiery_dirt", 1, "default:dirt", 3,
-	nil, nil, nil, nil, nil, 5, 20, 75, 10, ethereal.fiery)
+	nil, nil, nil, nil, nil, 5, 50, 75, 10, ethereal.fiery)
 
 add_biome("fiery_ocean", nil, "default:sand", 1, "default:sand", 2,
 	nil, nil, nil, nil, nil, -192, 4, 75, 10, ethereal.fiery)
-- 
GitLab