Skip to content

Commit

Permalink
Merge pull request #68750 from mqrause/forest_water_feathering
Browse files Browse the repository at this point in the history
Improve forest generation next to rivers and lakes
  • Loading branch information
Maleclypse authored Oct 20, 2023
2 parents 338bfc2 + a9d9504 commit 9918584
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion data/json/regional_map_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,29 @@
"natural_spring_east",
"natural_spring_west",
"cave",
"special_forest_thick"
"special_forest_thick",
"island_forest_north",
"island_forest_east",
"island_forest_south",
"island_forest_west",
"island_forest_thick_north",
"island_forest_thick_east",
"island_forest_thick_south",
"island_forest_thick_west",
"lake_shore",
"river_center",
"river_north",
"river_east",
"river_south",
"river_west",
"river_ne",
"river_se",
"river_sw",
"river_nw",
"river_c_not_ne",
"river_c_not_se",
"river_c_not_sw",
"river_c_not_nw"
],
"sparseness_adjacency_factor": 4,
"item_group": "forest",
Expand Down

0 comments on commit 9918584

Please sign in to comment.