[Changes] BCLBiomeSource
relies more on BCLRegistry
This commit is contained in:
parent
a592c05b4d
commit
561fc130a3
12 changed files with 723 additions and 454 deletions
|
@ -32,15 +32,12 @@ public abstract class BuiltinRegistriesMixin {
|
|||
private static void bcl_registerBuiltin(CallbackInfo ci) {
|
||||
BCLBiomeRegistry.ensureStaticallyLoaded();
|
||||
if (BCLib.isDatagen()) {
|
||||
// BCLBiomeRegistry.BUILTIN_BCL_BIOMES = internalRegister(
|
||||
// BCLBiomeRegistry.BCL_BIOMES_REGISTRY,
|
||||
// new MappedRegistry<>(
|
||||
// BCLBiomeRegistry.BCL_BIOMES_REGISTRY,
|
||||
// Lifecycle.stable()
|
||||
// ),
|
||||
// BCLBiomeRegistry::bootstrap,
|
||||
// Lifecycle.stable()
|
||||
// );
|
||||
// BCLBiomeRegistry.BUILTIN_BCL_BIOMES = internalRegister(
|
||||
// BCLBiomeRegistry.BCL_BIOMES_REGISTRY,
|
||||
// BCLBiomeRegistry.BUILTIN_BCL_BIOMES,
|
||||
// BCLBiomeRegistry::bootstrap,
|
||||
// Lifecycle.stable()
|
||||
// );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue