Fix Quilt Loader's dependency being commented out

This commit is contained in:
Ennui Langeweile 2022-10-09 16:30:21 -03:00 committed by GitHub
parent 75b9ff8766
commit 5160d48cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,8 +26,8 @@ dependencies {
mappings "org.quiltmc:quilt-mappings:${libs.versions.quilt.mappings.get()}:intermediary-v2"
officialMojangMappings()
}
modImplementation libs.quilt.loader
*/
modImplementation libs.quilt.loader
// QSL is not a complete API; You will need Quilted Fabric API to fill in the gaps.
// Quilted Fabric API will automatically pull in the correct QSL version.