Skip to content

Commit

Permalink
feat: update for 1.21.1 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo authored Aug 23, 2024
1 parent 289296c commit e8620af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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.21
yarn_mappings=1.21+build.9
loader_version=0.15.11
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.16.2

# Fabric API
fabric_version=0.100.7+1.21
fabric_version=0.102.1+1.21.1

# Mod Properties
mod_version=0.1.4
mod_version=0.1.5
mod_id=threadtweak
mod_desc=Improve and tweak Minecraft CPU scheduling (again!)
maven_group=com.github.getchoo
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"depends": {
"fabricloader": ">=0.15",
"fabric-api": "*",
"minecraft": "~1.21",
"minecraft": "~1.21.1",
"java": ">=21"
}
}

0 comments on commit e8620af

Please sign in to comment.