Skip to content

Commit

Permalink
1.20.4 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Incandescent-Turtle committed Jan 4, 2024
1 parent ab20a3c commit 1267308
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 1267308

Please sign in to comment.