Merge branch 'master' of https://github.com/paulevsGitch/BetterEnd.git
This commit is contained in:
commit
82fa9b1047
14 changed files with 189 additions and 344 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