Skip to content

Commit

Permalink
1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed May 6, 2024
1 parent 6663f93 commit 6322b72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ org.gradle.jvmargs=-Xmx4G
org.gradle.parallel=true
org.gradle.parallel.threads=2

minecraftVersion=1.20.5
minecraftVersion=1.20.6
fabricLoaderVersion=0.15.10
qmBuild=0

# Libraries
fabricApiVersion=0.97.2+1.20.5
yaclVersion=3.4.0+1.20.5-fabric
modMenuVersion=10.0.0-alpha.3
fabricApiVersion=0.97.8+1.20.6
yaclVersion=3.4.2+1.20.5-fabric
modMenuVersion=10.0.0-beta.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 @@ -39,7 +39,7 @@
"accessWidener": "debugify.accesswidener",
"depends": {
"fabricloader": ">=0.14.0",
"minecraft": "1.20.5",
"minecraft": "1.20.6",
"java": ">=17",
"fabric-resource-loader-v0": "*"
},
Expand Down

0 comments on commit 6322b72

Please sign in to comment.