diff --git a/build.gradle b/build.gradle index a7b49cb..d051203 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.6-SNAPSHOT' + id 'fabric-loom' version '1.7-SNAPSHOT' id 'maven-publish' } @@ -38,9 +38,9 @@ dependencies { modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" - modApi "com.terraformersmc:modmenu:10.0.0-beta.1" - modImplementation include("io.github.cottonmc:LibGui:10.0.0+1.20.6") - modApi include ("me.shedaniel.cloth:cloth-config-fabric:14.0.126") + modApi "com.terraformersmc:modmenu:11.0.1" + modImplementation include("io.github.cottonmc:LibGui:11.0.0+1.21") + modApi include ("me.shedaniel.cloth:cloth-config-fabric:15.0.127") } processResources { diff --git a/gradle.properties b/gradle.properties index d70c32f..3704c57 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,14 +4,14 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/use -minecraft_version=1.20.6 -yarn_mappings=1.20.6+build.3 +minecraft_version=1.21 +yarn_mappings=1.21+build.7 loader_version=0.15.11 # Fabric API -fabric_version=0.99.4+1.20.6 +fabric_version=0.100.4+1.21 # Mod Properties -mod_version=4.7.0 +mod_version=4.8.0 maven_group=monkey.lumpy archives_base_name=horse-stats-vanilla diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b82aa23..a441313 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.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-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 c2e2d75..4cd35ac 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,7 +30,7 @@ "depends": { "fabricloader": ">=0.15.11", "java": ">=21", - "minecraft": ">=1.20.6", + "minecraft": ">=1.21", "fabric-api": "*" }, "suggests": {