Skip to content
Snippets Groups Projects
Commit aadac122 authored by paramat's avatar paramat
Browse files

Default/mapgen: Denser rainforest, fewer logs

parent 9a6cb2d7
No related branches found
No related tags found
No related merge requests found
...@@ -1044,7 +1044,7 @@ function default.register_decorations() ...@@ -1044,7 +1044,7 @@ function default.register_decorations()
deco_type = "schematic", deco_type = "schematic",
place_on = {"default:dirt_with_grass", "default:dirt"}, place_on = {"default:dirt_with_grass", "default:dirt"},
sidelen = 80, sidelen = 80,
fill_ratio = 0.09, fill_ratio = 0.1,
biomes = {"rainforest", "rainforest_swamp"}, biomes = {"rainforest", "rainforest_swamp"},
y_min = 0, y_min = 0,
y_max = 31000, y_max = 31000,
...@@ -1057,7 +1057,7 @@ function default.register_decorations() ...@@ -1057,7 +1057,7 @@ function default.register_decorations()
deco_type = "schematic", deco_type = "schematic",
place_on = {"default:dirt_with_grass", "default:dirt"}, place_on = {"default:dirt_with_grass", "default:dirt"},
sidelen = 80, sidelen = 80,
fill_ratio = 0.01, fill_ratio = 0.005,
biomes = {"rainforest", "rainforest_swamp"}, biomes = {"rainforest", "rainforest_swamp"},
y_min = 1, y_min = 1,
y_max = 31000, y_max = 31000,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment