diff --git a/build.gradle b/build.gradle index 4128b8b..7fc5a69 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.11-SNAPSHOT' + id 'fabric-loom' version '1.3-SNAPSHOT' id 'maven-publish' } diff --git a/gradle.properties b/gradle.properties index 898c282..2c7f48d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/develop/ -minecraft_version=1.20.1 -yarn_mappings=1.20.1+build.9 -loader_version=0.14.21 +minecraft_version=1.20.2 +yarn_mappings=1.20.2+build.1 +loader_version=0.14.22 #Fabric api -fabric_version=0.84.0+1.20.1 +fabric_version=0.89.2+1.20.2 # Mod Properties -mod_version=0.1.0 +mod_version=0.1.1 mod_id=threadtweak mod_desc=Improve and tweak Minecraft CPU scheduling (again!) maven_group=com.github.getchoo