diff --git a/build.gradle b/build.gradle index bfcdd8777..06debcd8b 100644 --- a/build.gradle +++ b/build.gradle @@ -394,7 +394,7 @@ subprojects { p -> // exclude "*.distanthorizons.accesswidener" //// include "${accessWidenerVersion}.distanthorizons.accesswidener" // Jank solution to remove all unused accesswideners - // The line above would work..., except forge requires the original accesswidener, meaning we require this jank solution + // The line above would work..., except forge requires the original accesswidener, meaning we require this jank solution to keep it exclude { file -> if (file.name.contains(".distanthorizons.accesswidener") && file.name != "${accessWidenerVersion}.distanthorizons.accesswidener") { return true diff --git a/common/src/main/java/com/seibel/distanthorizons/common/wrappers/gui/TexturedButtonWidget.java b/common/src/main/java/com/seibel/distanthorizons/common/wrappers/gui/TexturedButtonWidget.java index 57a82f468..e4c4971e8 100644 --- a/common/src/main/java/com/seibel/distanthorizons/common/wrappers/gui/TexturedButtonWidget.java +++ b/common/src/main/java/com/seibel/distanthorizons/common/wrappers/gui/TexturedButtonWidget.java @@ -29,6 +29,7 @@ import net.minecraft.resources.ResourceLocation; /** * Creates a button with a texture on it */ +// TODO: Is this still needed? Can we switch to vanilla's ImageButton? public class TexturedButtonWidget extends ImageButton { #if POST_MC_1_17_1 public TexturedButtonWidget(int x, int y, int width, int height, int u, int v, ResourceLocation texture, OnPress pressAction) { diff --git a/versionProperties/1.18.2.properties b/versionProperties/1.18.2.properties index 86f293243..6b02cc7f1 100644 --- a/versionProperties/1.18.2.properties +++ b/versionProperties/1.18.2.properties @@ -1,5 +1,5 @@ # 1.18.2 version based stuff -java_version = 17 +java_version=17 minecraft_version=1.18.2 parchment_version=1.18.2:2022.11.06 compatible_minecraft_versions=["1.18.2"] diff --git a/versionProperties/1.19.2.properties b/versionProperties/1.19.2.properties index 103e1129a..120f7b43a 100644 --- a/versionProperties/1.19.2.properties +++ b/versionProperties/1.19.2.properties @@ -1,5 +1,5 @@ # 1.19.2 version -java_version = 17 +java_version=17 minecraft_version=1.19.2 parchment_version=1.19.2:2022.11.27 compatible_minecraft_versions=["1.19.2"] diff --git a/versionProperties/1.19.4.properties b/versionProperties/1.19.4.properties index 349c47c62..348fc2543 100644 --- a/versionProperties/1.19.4.properties +++ b/versionProperties/1.19.4.properties @@ -1,5 +1,5 @@ # 1.19.4 version -java_version = 17 +java_version=17 minecraft_version=1.19.4 parchment_version=1.19.3:2023.03.12 compatible_minecraft_versions=["1.19.4"] diff --git a/versionProperties/1.20.1.properties b/versionProperties/1.20.1.properties index c55c542a0..50d712f86 100644 --- a/versionProperties/1.20.1.properties +++ b/versionProperties/1.20.1.properties @@ -1,5 +1,5 @@ # 1.20.1 version -java_version = 17 +java_version=17 minecraft_version=1.20.1 parchment_version=1.19.3:2023.03.12 compatible_minecraft_versions=["1.20", "1.20.1"]