One more config
This commit is contained in:
parent
bb0e54ad25
commit
ef333d4dca
6 changed files with 399 additions and 290 deletions
|
@ -22,8 +22,8 @@ public class TerrainGenerator {
|
|||
private static boolean noRingVoid;
|
||||
|
||||
public static void init() {
|
||||
newGenerator = Configs.GENERATOR_CONFIG.getBoolean("generator", "useNewGenerator", false);
|
||||
noRingVoid = Configs.GENERATOR_CONFIG.getBoolean("generator", "noRingVoid", false);
|
||||
newGenerator = Configs.GENERAL.getBoolean("generator", "useNewGenerator", false);
|
||||
noRingVoid = Configs.GENERAL.getBoolean("generator", "noRingVoid", false);
|
||||
}
|
||||
|
||||
public static void initNoise(long seed) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue