Skip to content

Commit

Permalink
Update to 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Sep 27, 2024
1 parent 43e4d0c commit 3c59ee8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21
loader_version=0.15.11
minecraft_version=1.21.1
loader_version=0.16.5

# Mod Properties
mod_version=1.8.0-beta3
maven_group=io.github.misode
archives_base_name=packtest

# Dependencies
fabric_version=0.100.1+1.21
fabric_version=0.105.0+1.21.1
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"accessWidener": "packtest.accesswidener",
"depends": {
"fabricloader": ">=0.15.10",
"minecraft": ">=1.21",
"minecraft": ">=1.21.1",
"java": ">=21",
"fabric-api": "*"
}
Expand Down

0 comments on commit 3c59ee8

Please sign in to comment.