diff --git a/build.gradle b/build.gradle index 307f851..65cdcf7 100644 --- a/build.gradle +++ b/build.gradle @@ -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" } @@ -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 { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a441313..e2847c8 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f286c71..805bc27 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -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": "*" },