Default/mapgen: Denser rainforest, fewer logs
authorparamat <mat.gregory@virginmedia.com>
Tue, 5 Apr 2016 16:01:15 +0000 (17:01 +0100)
committerparamat <mat.gregory@virginmedia.com>
Fri, 8 Apr 2016 00:12:56 +0000 (01:12 +0100)
mods/default/mapgen.lua

index 4b61518e3efeb9fc73b49d9b0336bdfd631334f1..016d58de59fe67a99944eefd5f932829750a1ebe 100644 (file)
@@ -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,