Minor Changes
This commit is contained in:
parent
e850173d9e
commit
c6d7050651
2 changed files with 3 additions and 2 deletions
|
@ -254,7 +254,7 @@ public class InternalBiomeAPI {
|
||||||
.register((rawId, id, biome) -> {
|
.register((rawId, id, biome) -> {
|
||||||
BCLBiome b = BiomeAPI.getBiome(id);
|
BCLBiome b = BiomeAPI.getBiome(id);
|
||||||
if (!"minecraft".equals(id.getNamespace()) && (b == null || b == BiomeAPI.EMPTY_BIOME)) {
|
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);
|
BIOMES_TO_SORT.add(id);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -72,6 +72,7 @@ public abstract class WorldOpenFlowsMixin {
|
||||||
WorldData worldData,
|
WorldData worldData,
|
||||||
CallbackInfo ci
|
CallbackInfo ci
|
||||||
) {
|
) {
|
||||||
//LifeCycleAPI.startWorld(levelStorageAccess, worldData.worldGenSettings());
|
//called from the CreateWorldScreenMixin now
|
||||||
|
//LifeCycleAPI.newWorldSetup(levelStorageAccess, worldData.worldGenSettings());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue