From 9ac4024e4e0fb24732eda81078ab5901d245157f Mon Sep 17 00:00:00 2001 From: Brian Neumann-Fopiano Date: Mon, 15 Apr 2024 11:43:09 -0400 Subject: [PATCH 1/2] v+ --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2b06a50d5..087324e56 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ plugins { id "de.undercouch.download" version "5.0.1" } -version '3.2.2-1.19.2-1.20.4' +version '3.2.3-1.19.2-1.20.4' def specialSourceVersion = '1.11.0' //[NMS] // ADD YOURSELF AS A NEW LINE IF YOU WANT YOUR OWN BUILD TASK GENERATED From 72949e09509a240c5e55c8802447e03f56199a79 Mon Sep 17 00:00:00 2001 From: RePixelatedMC <107539181+RePixelatedMC@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:32:52 +0200 Subject: [PATCH 2/2] Update IrisSettings.java --- core/src/main/java/com/volmit/iris/core/IrisSettings.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main/java/com/volmit/iris/core/IrisSettings.java b/core/src/main/java/com/volmit/iris/core/IrisSettings.java index a4fc25838..335207de5 100644 --- a/core/src/main/java/com/volmit/iris/core/IrisSettings.java +++ b/core/src/main/java/com/volmit/iris/core/IrisSettings.java @@ -177,7 +177,6 @@ public class IrisSettings { public static class IrisSettingsGenerator { public String defaultWorldType = "overworld"; public int maxBiomeChildDepth = 4; - public boolean forceConvertTo320Height = false; public boolean preventLeafDecay = true; }