From 126730853435cffdbb59ac17c73cc46dfb05073d Mon Sep 17 00:00:00 2001 From: Incandescent-Turtle Date: Thu, 4 Jan 2024 02:21:53 -0800 Subject: [PATCH] 1.20.4 compatible --- build.gradle | 5 +++-- gradle.properties | 8 ++++---- src/main/resources/fabric.mod.json | 4 ++-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 958059f..d851d77 100644 --- a/build.gradle +++ b/build.gradle @@ -30,12 +30,13 @@ dependencies { modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" - modImplementation("me.shedaniel.cloth:cloth-config-fabric:10.1.117") { + modImplementation("me.shedaniel.cloth:cloth-config-fabric:13.0.121") { exclude(group: "net.fabricmc.fabric-api") } - modCompileOnly modRuntimeOnly("com.terraformersmc:modmenu:6.3.1") { + modCompileOnly modRuntimeOnly("com.terraformersmc:modmenu:9.0.0") { exclude(group: "net.fabricmc.fabric-api") } + include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.2.2"))) } loom { diff --git a/gradle.properties b/gradle.properties index fdcb30c..91a1f83 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.19.4 -yarn_mappings=1.19.4+build.2 +minecraft_version=1.20.4 +yarn_mappings=1.20.4+build.3 loader_version=0.15.3 # Mod Properties - mod_version = 1.0.3-1.19.4 + mod_version = 1.0.3-1.20.4 maven_group = net.icyturtle archives_base_name = friendhighlighter # Dependencies -fabric_version=0.87.2+1.19.4 +fabric_version=0.92.0+1.20.4 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 5d745ee..5a8959f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,10 +34,10 @@ "icon": "assets/friendhighlighter/icon.png", "depends": { - "fabricloader": ">=0.14.6", + "fabricloader": ">=0.15.3", "fabric": "*", "fabric-api": "*", - "minecraft": "~1.19", + "minecraft": "~1.20", "java": ">=17" }, "suggests": {