From 4776219f8ea50b49fe56d33a654a71601d272c49 Mon Sep 17 00:00:00 2001 From: CaelTheColher <16297430+CaelTheColher@users.noreply.github.com> Date: Sat, 1 Jul 2023 17:23:28 -0300 Subject: [PATCH] minecraftcapes moment --- .../src/main/kotlin/me/cael/capes/menu/MainMenu.kt | 2 +- fabric/src/main/resources/fabric.mod.json | 2 +- gradle.properties | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/common/src/main/kotlin/me/cael/capes/menu/MainMenu.kt b/common/src/main/kotlin/me/cael/capes/menu/MainMenu.kt index adc21f1..b22e08d 100644 --- a/common/src/main/kotlin/me/cael/capes/menu/MainMenu.kt +++ b/common/src/main/kotlin/me/cael/capes/menu/MainMenu.kt @@ -34,7 +34,7 @@ open class MainMenu(parent: Screen, gameOptions: GameOptions) : GameOptionsScree override fun render(matrices: MatrixStack, mouseX: Int, mouseY: Int, delta: Float) { this.renderBackground(matrices) - DrawableHelper.drawCenteredText(matrices, textRenderer, title, width / 2, 20, 16777215) + DrawableHelper.drawCenteredTextWithShadow(matrices, textRenderer, title, width / 2, 20, 16777215) super.render(matrices, mouseX, mouseY, delta) } } \ No newline at end of file diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 7aa75c2..b619dc6 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -40,7 +40,7 @@ "fabricloader": ">=0.14.6", "fabric": "*", "fabric-language-kotlin": "*", - "minecraft": "1.19.3", + "minecraft": ">=1.19.3", "java": ">=17" } } diff --git a/gradle.properties b/gradle.properties index 533b38f..d98b060 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,17 +1,17 @@ org.gradle.jvmargs=-Xmx8G -minecraft_version=1.19.3 -yarn_mappings=1.19.3+build.3 +minecraft_version=1.19.4 +yarn_mappings=1.19.4+build.2 enabled_platforms=fabric,forge archives_base_name=capes -mod_version=1.5.2+1.19.3 +mod_version=1.5.3+1.19.4 maven_group=me.capes -fabric_loader_version=0.14.11 -fabric_api_version=0.69.1+1.19.3 +fabric_loader_version=0.14.21 +fabric_api_version=0.84.0+1.19.4 -forge_version=1.19.3-44.1.8 +forge_version=1.19.4-45.1.0 # Other APIs fabric_kotlin_version=1.8.7+kotlin.1.7.22