diff --git a/build.gradle b/build.gradle index 1b0ea54..feda975 100755 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.5-SNAPSHOT' + id 'fabric-loom' version '1.8.8' id 'maven-publish' } @@ -52,4 +52,4 @@ jar { from("LICENSE") { rename { "${it}_${base.archivesName.get()}"} } -} \ No newline at end of file +} diff --git a/gradle.properties b/gradle.properties index 89994cd..909aafa 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,17 +1,17 @@ org.gradle.jvmargs=-Xmx2G -minecraft_version=1.20.4 -yarn_mappings=1.20.4+build.3 -loader_version=0.15.7 +minecraft_version=1.21 +yarn_mappings=1.21+build.3 +loader_version=0.16.5 #Fabric api -fabric_version=0.96.4+1.20.4 +fabric_version=0.102.0+1.21 #Dependencies -kyrptconfig=1.6.0-1.20.4 +kyrptconfig=1.6.0-1.21 # Mod Properties -mod_version=1.6.3-1.20.4 +mod_version=1.6.3-1.21 maven_group=net.kyrptonaught archives_base_name=cmdkeybind diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 7cf0814..df97d72 100755 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists \ No newline at end of file +zipStorePath=wrapper/dists