Minor Changes

This commit is contained in:
Frank 2022-06-12 03:12:09 +02:00
parent e850173d9e
commit c6d7050651
2 changed files with 3 additions and 2 deletions

View file

@ -254,7 +254,7 @@ public class InternalBiomeAPI {
.register((rawId, id, biome) -> {
BCLBiome b = BiomeAPI.getBiome(id);
if (!"minecraft".equals(id.getNamespace()) && (b == null || b == BiomeAPI.EMPTY_BIOME)) {
BCLib.LOGGER.info(" #### " + rawId + ", " + biome + ", " + id);
//BCLib.LOGGER.info(" #### " + rawId + ", " + biome + ", " + id);
BIOMES_TO_SORT.add(id);
}
});

View file

@ -72,6 +72,7 @@ public abstract class WorldOpenFlowsMixin {
WorldData worldData,
CallbackInfo ci
) {
//LifeCycleAPI.startWorld(levelStorageAccess, worldData.worldGenSettings());
//called from the CreateWorldScreenMixin now
//LifeCycleAPI.newWorldSetup(levelStorageAccess, worldData.worldGenSettings());
}
}