Update IrisSettings.java

This commit is contained in:
RePixelatedMC
2024-04-16 16:32:52 +02:00
committed by GitHub
parent 7fb2a51a33
commit 72949e0950
@@ -177,7 +177,6 @@ public class IrisSettings {
public static class IrisSettingsGenerator { public static class IrisSettingsGenerator {
public String defaultWorldType = "overworld"; public String defaultWorldType = "overworld";
public int maxBiomeChildDepth = 4; public int maxBiomeChildDepth = 4;
public boolean forceConvertTo320Height = false;
public boolean preventLeafDecay = true; public boolean preventLeafDecay = true;
} }