mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Default headless off
This commit is contained in:
parent
17b5e4015d
commit
1da4ee04d3
@ -120,7 +120,7 @@ public class IrisSettings {
|
||||
@Data
|
||||
public static class IrisSettingsGenerator {
|
||||
public String defaultWorldType = "overworld";
|
||||
public boolean headlessPregeneration = true;
|
||||
public boolean headlessPregeneration = false;
|
||||
public int maxBiomeChildDepth = 4;
|
||||
public boolean preventLeafDecay = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user