Update to Quilt Loader 0.21.0 and Quilt Loom 1.4

This commit is contained in:
Ennui Langeweile 2023-10-03 01:17:45 -03:00
parent 65543cf5ad
commit 9c070ddce3
No known key found for this signature in database
GPG Key ID: C2C63BEAB0520BC4
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
# 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.19.4"
quilt_loader = "0.21.0"
quilted_fabric_api = "7.1.2+0.87.0-1.20.1"
quilted_fabric_api = "7.3.1+0.89.3-1.20.1"
[libraries]
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
@ -19,4 +19,4 @@ quilted_fabric_api_deprecated = { module = "org.quiltmc.quilted-fabric-api:quilt
quilted_fabric_api = ["quilted_fabric_api", "quilted_fabric_api_deprecated"]
[plugins]
quilt_loom = { id = "org.quiltmc.loom", version = "1.3.+" }
quilt_loom = { id = "org.quiltmc.loom", version = "1.4.1" }