Added TODO
This commit is contained in:
parent
83d2a578b3
commit
013e7d4aa6
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ import ru.bclib.world.generator.GeneratorOptions;
|
|||
|
||||
public final class BCLibPatch {
|
||||
public static void register() {
|
||||
// TODO separate values in config on client side (config screen)
|
||||
if (Configs.MAIN_CONFIG.repairBiomes() && (GeneratorOptions.fixEndBiomeSource() || GeneratorOptions.fixNetherBiomeSource())) {
|
||||
DataFixerAPI.registerPatch(BiomeSourcePatch::new);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue