Sava commit for the new Config UI

This commit is contained in:
coolGi
2023-03-23 18:08:36 +10:30
parent 8b22349d0f
commit 7bba8d2862
3 changed files with 7 additions and 1 deletions
+5
View File
@@ -186,6 +186,11 @@ subprojects { p ->
shadowMe("org.openjfx:javafx-swing:${rootProject.javafx_version}")
shadowMe("org.openjfx:javafx-controls:${rootProject.javafx_version}")
shadowMe("org.openjfx:javafx-graphics:${rootProject.javafx_version}")
shadowMe("org.lwjgl:lwjgl-jawt:3.3.1") {
exclude group: "org.lwjgl", module: "lwjgl"
}
@@ -33,6 +33,7 @@ public class MinecraftScreen {
protected ConfigScreenRenderer(Screen parent, AbstractScreen screen, String translationName) {
super(translate(translationName));
screen.minecraftWindow = Minecraft.getInstance().getWindow().getWindow();
this.parent = parent;
this.screen = screen;
}
+1 -1
View File
@@ -23,7 +23,7 @@ javafx_version=19
svgSalamander_version=1.1.3
log4j_version=2.19.0
lwjgl_version=3.3.0
lwjgl_version=3.2.3
joml_version=1.10.2
# Internal Properties (These are set at runtime for Forgix to merge jar's)