Skip to content

Commit

Permalink
Add woodlands to dry climates
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Jul 25, 2019
1 parent d7c5479 commit 2a36bae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public static void register() {
OverworldBiomes.addHillsBiome(PLAINS_PLATEAU, WOODED_PLATEAU, 1.0);

// Woodlands
addContinentalBiome(WOODLANDS, OverworldClimate.DRY, 1);
addContinentalBiome(WOODLANDS, OverworldClimate.COOL, 1);
addContinentalBiome(WOODLANDS, OverworldClimate.TEMPERATE, 1);

Expand Down

0 comments on commit 2a36bae

Please sign in to comment.