Skip to content

Commit

Permalink
Update to 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ramidzkh committed Dec 2, 2024
1 parent 4889dea commit be22aea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("fabric-loom") version "1.6-SNAPSHOT"
id("fabric-loom") version "1.9-SNAPSHOT"
id("com.matthewprenger.cursegradle") version "1.4.0"
id("com.modrinth.minotaur") version "2.8.7"
}
Expand Down Expand Up @@ -28,13 +28,13 @@ repositories {
}

dependencies {
minecraft("net.minecraft:minecraft:1.21")
mappings("net.fabricmc:yarn:1.21+build.2")
modImplementation("net.fabricmc:fabric-loader:0.15.11")
minecraft("net.minecraft:minecraft:1.21.3")
mappings("net.fabricmc:yarn:1.21.3+build.2")
modImplementation("net.fabricmc:fabric-loader:0.16.9")

modImplementation("net.fabricmc.fabric-api:fabric-api:0.100.1+1.21")
modImplementation("com.terraformersmc:modmenu:11.0.0-rc.4")
modImplementation("me.shedaniel.cloth:cloth-config-fabric:15.0.127")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.110.0+1.21.3")
modImplementation("com.terraformersmc:modmenu:12.0.0-beta.1")
modImplementation("me.shedaniel.cloth:cloth-config-fabric:16.0.141")
}

java {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
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.21",
"minecraft": ">=1.21.3",
"fabric-lifecycle-events-v1": "*",
"fabric-key-binding-api-v1": "*"
},
Expand Down

0 comments on commit be22aea

Please sign in to comment.