Correct World Preset handling
This commit is contained in:
parent
7466048a22
commit
7359c64fff
13 changed files with 451 additions and 129 deletions
|
@ -3,16 +3,8 @@ package org.betterx.bclib.config;
|
|||
import org.betterx.bclib.BCLib;
|
||||
|
||||
public class GeneratorConfig extends NamedPathConfig {
|
||||
public static final ConfigToken<Boolean> USE_OLD_GENERATOR = ConfigToken.Boolean(false,
|
||||
"useOldBiomeGenerator",
|
||||
"options");
|
||||
|
||||
|
||||
public GeneratorConfig() {
|
||||
super(BCLib.MOD_ID, "generator", false);
|
||||
}
|
||||
|
||||
public boolean useOldGenerator() {
|
||||
return get(USE_OLD_GENERATOR);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue