Skip to content

Commit

Permalink
v2.0.1 - Turn off default freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Jul 25, 2019
1 parent 2a36bae commit bfab650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx1G

mod_version=2.0.0
mod_version=2.0.1
maven_group=com.terraformersmc
archive_name=traverse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class TraverseGeneration extends TraverseBiomes {
private static BiomeConfig config;

public static void register() {
config = Traverse.BIOME_CONFIG_HANDLER.getBiomeConfig(true);
config = Traverse.BIOME_CONFIG_HANDLER.getBiomeConfig();

// Arid Highlands
addContinentalBiome(ARID_HIGHLANDS, OverworldClimate.DRY, 2);
Expand Down

0 comments on commit bfab650

Please sign in to comment.