Revert to Quilt Loom 1.0

While stable enough for QFAPI, attempting to run QLoom 1.1 meant that Minecraft classes weren't loaded on the IDE somehow
This commit is contained in:
Ennui Langeweile 2023-02-18 17:28:28 -03:00
parent f36b54fcc4
commit bbd31cc264
No known key found for this signature in database
GPG Key ID: 688A9E714BCD13B2
1 changed files with 1 additions and 1 deletions

View File

@ -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.1.+" }
quilt_loom = { id = "org.quiltmc.loom", version = "1.0.+" }