We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc4498 commit 09fc41cCopy full SHA for 09fc41c
2 files changed
build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id 'fabric-loom' version '0.11-SNAPSHOT'
+ id 'fabric-loom' version '1.3-SNAPSHOT'
3
id 'maven-publish'
4
}
5
gradle.properties
@@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/develop/
6
-minecraft_version=1.20.1
7
-yarn_mappings=1.20.1+build.9
8
-loader_version=0.14.21
+minecraft_version=1.20.2
+yarn_mappings=1.20.2+build.1
+loader_version=0.14.22
9
10
#Fabric api
11
-fabric_version=0.84.0+1.20.1
+fabric_version=0.89.2+1.20.2
12
13
# Mod Properties
14
-mod_version=0.1.0
+mod_version=0.1.1
15
mod_id=threadtweak
16
mod_desc=Improve and tweak Minecraft CPU scheduling (again!)
17
maven_group=com.github.getchoo
0 commit comments