mirror of
https://github.com/QuiltMC/quilt-template-mod
synced 2024-08-15 00:23:32 +00:00
Update to Quilt Mappings' Intermediary publication
This commit is contained in:
parent
562445fc97
commit
7732224e88
2 changed files with 10 additions and 6 deletions
|
@ -19,11 +19,15 @@ repositories {
|
|||
// See https://docs.gradle.org/current/userguide/platforms.html for information on how version catalogs work.
|
||||
dependencies {
|
||||
minecraft libs.minecraft
|
||||
mappings variantOf(libs.quilt.mappings) { classifier "intermediary-v2" }
|
||||
// Replace the above line with the block below if you want to use Mojang mappings as your primary mappings, falling back on QM for parameters and Javadocs
|
||||
/*
|
||||
mappings loom.layered {
|
||||
addLayer quiltMappings.mappings("org.quiltmc:quilt-mappings:${libs.versions.quilt.mappings.get()}:v2")
|
||||
// officialMojangMappings() // Uncomment if you want to use Mojang mappings as your primary mappings, falling back on QM for parameters and Javadocs
|
||||
mappings "org.quiltmc:quilt-mappings:${libs.versions.quilt.mappings.get()}:intermediary-v2"
|
||||
officialMojangMappings()
|
||||
}
|
||||
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.
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
[versions]
|
||||
# The latest versions are available at https://lambdaurora.dev/tools/import_quilt.html
|
||||
minecraft = "1.19.2"
|
||||
quilt_mappings = "1.19.2+build.3"
|
||||
quilt_loader = "0.17.1"
|
||||
quilt_mappings = "1.19.2+build.16"
|
||||
quilt_loader = "0.17.4"
|
||||
|
||||
quilted_fabric_api = "4.0.0-beta.7+0.59.0-1.19.2"
|
||||
quilted_fabric_api = "4.0.0-beta.13+0.62.0-1.19.2"
|
||||
|
||||
[libraries]
|
||||
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
|
||||
|
@ -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 = "0.12.+" }
|
||||
quilt_loom = { id = "org.quiltmc.loom", version = "1.0.+" }
|
||||
|
|
Loading…
Reference in a new issue