9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-25 10:09:14 +00:00

Merge pull request #661 from CocoTheOwner/defaultHeadless

Make headless default
This commit is contained in:
Dan
2021-09-25 13:49:05 -04:00
committed by GitHub

View File

@@ -120,7 +120,7 @@ public class IrisSettings {
@Data
public static class IrisSettingsGenerator {
public String defaultWorldType = "overworld";
public boolean headlessPregeneration = false;
public boolean headlessPregeneration = true;
public int maxBiomeChildDepth = 4;
public boolean preventLeafDecay = true;
}