Skip to content

Commit

Permalink
random crash hotfix
Browse files Browse the repository at this point in the history
not sure if it can happen in this version, but just in case
  • Loading branch information
connor135246 committed May 20, 2023
1 parent b5b9e3b commit 629ec64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = '0.2.4'
version = '0.2.5'
group = 'connor135246' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'simplyhotsprings'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ public static void serverAboutToStart(FMLServerAboutToStartEvent event)
biomeReasons.clear();
for (Biome biome : ForgeRegistries.BIOMES.getValuesCollection())
biomeReasons.put(biome.getRegistryName(), getGenerationReasonBiome(biome));
biomeReasons.trim();
//biomeReasons.trim();
}

/**
Expand Down

0 comments on commit 629ec64

Please sign in to comment.