mirror of
https://github.com/QuiltMC/quilt-template-mod
synced 2024-08-15 00:23:32 +00:00
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"
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue