Fix Quilt Loader's dependency being commented out
This commit is contained in:
parent
75b9ff8766
commit
5160d48cd3
1 changed files with 1 additions and 1 deletions
|
@ -26,8 +26,8 @@ dependencies {
|
||||||
mappings "org.quiltmc:quilt-mappings:${libs.versions.quilt.mappings.get()}:intermediary-v2"
|
mappings "org.quiltmc:quilt-mappings:${libs.versions.quilt.mappings.get()}:intermediary-v2"
|
||||||
officialMojangMappings()
|
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.
|
// 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.
|
// Quilted Fabric API will automatically pull in the correct QSL version.
|
||||||
|
|
Loading…
Reference in a new issue