Skip to content

Commit

Permalink
Update to 1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Apr 23, 2024
1 parent f1c0680 commit 98a10fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
org.gradle.jvmargs=-Xmx3G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20.5-pre1
yarn_mappings=1.20.5-pre1+build.5
loader_version=0.15.9
minecraft_version=1.20.5
yarn_mappings=1.20.5+build.1
loader_version=0.15.10
#Fabric api
fabric_version=0.96.15+1.20.5
# Mod Properties
fabric_version=0.97.5+1.20.5
mod_version=0.12.1
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.20.5-beta.1"
"minecraft": "1.20.5"
},
"breaks": {
"optifabric": "*"
Expand Down

0 comments on commit 98a10fb

Please sign in to comment.