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

View File

@@ -44,7 +44,6 @@ public class TerraMinestomExample {
public void attachTerra() {
world = platform.worldBuilder(instance)
.defaultPack()
.doFineGrainedBiomes(false)
.attach();
}