Added TODO
This commit is contained in:
parent
83d2a578b3
commit
013e7d4aa6
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ import ru.bclib.config.Configs;
|
|||
import ru.bclib.world.generator.GeneratorOptions;
|
||||
|
||||
public final class BCLibPatch {
|
||||
public static void register(){
|
||||
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…
Reference in a new issue