Skip to content

Commit 09fc41c

Browse files
committed
chore: update fabric, mappings, and loom
1 parent 5fc4498 commit 09fc41c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'fabric-loom' version '0.11-SNAPSHOT'
2+
id 'fabric-loom' version '1.3-SNAPSHOT'
33
id 'maven-publish'
44
}
55

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G
33

44
# Fabric Properties
55
# 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
6+
minecraft_version=1.20.2
7+
yarn_mappings=1.20.2+build.1
8+
loader_version=0.14.22
99

1010
#Fabric api
11-
fabric_version=0.84.0+1.20.1
11+
fabric_version=0.89.2+1.20.2
1212

1313
# Mod Properties
14-
mod_version=0.1.0
14+
mod_version=0.1.1
1515
mod_id=threadtweak
1616
mod_desc=Improve and tweak Minecraft CPU scheduling (again!)
1717
maven_group=com.github.getchoo

0 commit comments

Comments
 (0)