mirror of
https://github.com/QuiltMC/quilt-template-mod
synced 2024-08-15 00:23:32 +00:00
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:
parent
f36b54fcc4
commit
bbd31cc264
1 changed files with 1 additions and 1 deletions
|
@ -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.+" }
|
||||
|
|
Loading…
Reference in a new issue