Skip to content

Commit

Permalink
1.20-pre6
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron committed Jun 4, 2023
1 parent 5ddb7db commit bd36642
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ org.gradle.jvmargs=-Xmx1G -Dfile.encoding=UTF-8 -Duser.language=en -Duser.countr

# Fabric Properties (https://fabricmc.net/versions.html)
## 1.19.4
minecraft_version=1.20-pre4
yarn_mappings=1.20-pre4+build.3
loader_version=0.14.19
minecraft_version=1.20-pre6
yarn_mappings=1.20-pre6+build.2
loader_version=0.14.21

#Fabric api
## 1.19.4
fabric_api_version=0.81.2+1.20
fabric_api_version=0.82.1+1.20

# Dependencies
## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files)
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"skyblocker.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.19",
"fabric-api": ">=0.81.2+1.20",
"fabricloader": ">=0.14.21",
"fabric-api": ">=0.82.1.20",
"cloth-config2": "*",
"minecraft": "~1.20-beta.4"
"minecraft": "~1.20-beta.6"
},
"custom": {
"modmenu": {
Expand Down

0 comments on commit bd36642

Please sign in to comment.