Biome modification fix
This commit is contained in:
parent
9622fd393c
commit
63946e049d
3 changed files with 6 additions and 67 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue