diff --git a/build.gradle b/build.gradle index cf507d4..4487bba 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.11-SNAPSHOT' + id 'fabric-loom' version '1.14.10' } version = "${project.mod_version}+mc${project.minecraft_version}" diff --git a/gradle.properties b/gradle.properties index 3a0959c..0582b67 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/develop/ -minecraft_version=1.21.9 -yarn_mappings=1.21.9+build.1 -loader_version=0.17.2 +minecraft_version=1.21.11 +yarn_mappings=1.21.11+build.4 +loader_version=0.18.4 # Fabric API -fabric_version=0.134.0+1.21.9 +fabric_version=0.141.1+1.21.11 # Mod Properties mod_version=0.1.7 @@ -18,4 +18,4 @@ maven_group=com.github.getchoo # Dependencies ## https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu -mod_menu_version=16.0.0-rc.1 +mod_menu_version=17.0.0-beta.2 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2e11132..bad7c24 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-9.1.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME