Skip to content

Commit

Permalink
update quilt loader
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed May 20, 2024
1 parent 828c347 commit 8942166
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
quilt_loom = "1.4.+"
quilt_loom = "1.6.+"

# The latest versions are available at https://lambdaurora.dev/tools/import_quilt.html
minecraft = "1.20.1"
quilt_mappings = "1.20.1+build.23"
quilt_loader = "0.24.0"
quilt_loader = "0.26.0-beta.2"

quilted_fabric_api = "7.5.0+0.91.0-1.20.1"
cca = "5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/quilt.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"depends": [
{
"id": "quilt_loader",
"versions": ">=0.18.1-"
"versions": ">=0.25.0"
},
{
"id": "quilted_fabric_api",
"versions": ">=5.0.0-",
"versions": ">=7.0.0-",
"mc-publish": {
"curseforge": "634179",
"modrinth": "qvIfYCYJ"
Expand Down

0 comments on commit 8942166

Please sign in to comment.