Skip to content

Commit

Permalink
Update to 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ramidzkh committed Dec 17, 2023
1 parent 17f6a56 commit 7cb1f02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ repositories {
}

dependencies {
minecraft("net.minecraft:minecraft:1.20.2")
mappings("net.fabricmc:yarn:1.20.2+build.1")
minecraft("net.minecraft:minecraft:1.20.4")
mappings("net.fabricmc:yarn:1.20.4+build.1")
modImplementation("net.fabricmc:fabric-loader:0.15.2")

modImplementation("net.fabricmc.fabric-api:fabric-api:0.91.2+1.20.2")
modImplementation("com.terraformersmc:modmenu:8.0.0")
modImplementation("me.shedaniel.cloth:cloth-config-fabric:12.0.113")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.91.3+1.20.4")
modImplementation("com.terraformersmc:modmenu:9.0.0-pre.1")
modImplementation("me.shedaniel.cloth:cloth-config-fabric:13.0.114")
}

java {
Expand Down Expand Up @@ -76,7 +76,7 @@ System.getenv("CURSEFORGE")?.with { String key ->
releaseType = "release"
}

addGameVersion("1.20.2")
addGameVersion("1.20.4")
addGameVersion("Fabric")

mainArtifact(remapJar) {
Expand Down Expand Up @@ -109,7 +109,7 @@ modrinth {
}

uploadFile.set(remapJar)
gameVersions.addAll(["1.20.2"])
gameVersions.addAll(["1.20.4"])

dependencies {
required.project("fabric-api")
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"name": "Fabrishot",
"description": "Take high resolution screenshots because why not",
"depends": {
"minecraft": "1.20.2",
"minecraft": "1.20.4",
"fabric-lifecycle-events-v1": "*",
"fabric-key-binding-api-v1": "*"
},
Expand Down

0 comments on commit 7cb1f02

Please sign in to comment.