Skip to content

Commit

Permalink
Switch to 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Aug 11, 2024
1 parent 409a5e1 commit 3333bb6
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 @@ -2,11 +2,11 @@
org.gradle.jvmargs=-Xmx3G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.21
yarn_mappings=1.21+build.1
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.15.11

# Fabric API
fabric_version=0.100.1+1.21
fabric_version=0.102.0+1.21.1
mod_version=0.13.0
maven_group=me.jellysquid.mods
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"accessWidener": "lithium.accesswidener",
"depends": {
"fabricloader": ">=0.15.1",
"minecraft": "1.21"
"minecraft": "1.21.1"
},
"breaks": {
"optifabric": "*"
Expand Down

0 comments on commit 3333bb6

Please sign in to comment.