diff --git a/build.gradle b/build.gradle index ac0008c..a19f759 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.9-SNAPSHOT' + id 'fabric-loom' version '1.10-SNAPSHOT' id 'maven-publish' } diff --git a/gradle.properties b/gradle.properties index 1394a35..97b8e40 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,15 +1,15 @@ # Done to increase the memory available to gradle. org.gradle.jvmargs=-Xmx1G -minecraft_version=1.21.4 -yarn_mappings=1.21.4+build.1 -loader_version=0.16.9 +minecraft_version=1.21.5 +yarn_mappings=1.21.5+build.1 +loader_version=0.16.13 # Fabric API -fabric_version=0.110.5+1.21.4 +fabric_version=0.120.0+1.21.5 # Mod Properties -mod_version=0.5.2 +mod_version=0.5.3 maven_group=systems.brn archives_base_name=chatencryptor # Dependencies # check this on https://modmuss50.me/fabric.html -yacl_version=3.6.2+1.21.4-fabric -modmenu_version=13.0.0-beta.1 +yacl_version=3.6.6+1.21.5-fabric +modmenu_version=14.0.0-rc.1 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 87e601d..82d65ca 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1 +1 @@ -distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip