Skip to content

Commit

Permalink
chore: update gradle deps for 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Dec 12, 2023
1 parent aa2847f commit c1337b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.3-SNAPSHOT'
id 'fabric-loom' version '1.4-SNAPSHOT'
id 'maven-publish'
}

Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/develop/
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.1
loader_version=0.14.22
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.2
loader_version=0.15.1

#Fabric api
fabric_version=0.89.2+1.20.2
fabric_version=0.91.2+1.20.4

# Mod Properties
mod_version=0.1.1
mod_version=0.1.2
mod_id=threadtweak
mod_desc=Improve and tweak Minecraft CPU scheduling (again!)
maven_group=com.github.getchoo
Expand Down

0 comments on commit c1337b7

Please sign in to comment.