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 bae9e93 commit 5d63bcb
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 @@ -16,7 +16,7 @@ apply plugin: 'maven-publish'
// MixinGradle:
apply plugin: 'org.spongepowered.mixin'

version = '1.16.5-0.2.5'
version = '1.16.5-0.2.6'
group = 'connor135246.simplyhotsprings' // 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 @@ -421,7 +421,7 @@ public static void finalizeSpringsGeneration(FMLServerAboutToStartEvent event)
}
});

biomeReasons.trim();
//biomeReasons.trim();
ConfigChancePlacement.updateChance(COMMON.chance.get());
}

Expand Down

0 comments on commit 5d63bcb

Please sign in to comment.