Biome modification fix

This commit is contained in:
paulevsGitch 2021-12-30 11:44:15 +03:00
parent 9622fd393c
commit 63946e049d
3 changed files with 6 additions and 67 deletions

View file

@ -37,7 +37,6 @@ public abstract class ServerLevelMixin extends Level {
ServerLevel level = ServerLevel.class.cast(this);
LifeCycleAPI._runLevelLoad(level, server, executor, levelStorageAccess, serverLevelData, resourceKey, dimensionType, chunkProgressListener, chunkGenerator, bl, l, list, bl2);
//BiomeAPI.initRegistry(server);
BiomeAPI.applyModifications(ServerLevel.class.cast(this));
if (level.dimension() == Level.NETHER) {