Skip to content

Commit

Permalink
Default/mapgen: Denser rainforest, fewer logs
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Apr 8, 2016
1 parent 9a6cb2d commit aadac12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/default/mapgen.lua
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit aadac12

Please sign in to comment.