refactor: remove fine-grained biome controls and adjust biome handling

Removed the deprecated `doFineGrainedBiomes` option from `TerraMinestomWorldBuilder` and associated classes. Updated biome management to use `IdentityHashMap` and added additional tracking for created biomes. Upgraded Minestom version to `1_21_6-a40d7115d4`.
This commit is contained in:
Christian Bergschneider
2025-06-30 00:33:42 +02:00
parent 923cb08b37
commit 89cbab071f
7 changed files with 82 additions and 47 deletions
+1 -1
View File
@@ -89,6 +89,6 @@ object Versions {
}
object Minestom {
const val minestom = "1_21_6-c3ccee696b"
const val minestom = "1_21_6-a40d7115d4"
}
}