From: paramat Date: Tue, 5 Apr 2016 16:01:15 +0000 (+0100) Subject: Default/mapgen: Denser rainforest, fewer logs X-Git-Tag: 0.4.14~57 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=aadac1223d54305076bebff7cd9e2d8ec4c65b76;p=oweals%2Fminetest_game.git Default/mapgen: Denser rainforest, fewer logs --- diff --git a/mods/default/mapgen.lua b/mods/default/mapgen.lua index 4b61518e..016d58de 100644 --- a/mods/default/mapgen.lua +++ b/mods/default/mapgen.lua @@ -1044,7 +1044,7 @@ function default.register_decorations() deco_type = "schematic", place_on = {"default:dirt_with_grass", "default:dirt"}, sidelen = 80, - fill_ratio = 0.09, + fill_ratio = 0.1, biomes = {"rainforest", "rainforest_swamp"}, y_min = 0, y_max = 31000, @@ -1057,7 +1057,7 @@ function default.register_decorations() deco_type = "schematic", place_on = {"default:dirt_with_grass", "default:dirt"}, sidelen = 80, - fill_ratio = 0.01, + fill_ratio = 0.005, biomes = {"rainforest", "rainforest_swamp"}, y_min = 1, y_max = 31000,