Update build.gradle
Co-authored-by: NoComment <67918617+NoComment1105@users.noreply.github.com>
This commit is contained in:
parent
9546c62168
commit
3496e04a2f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ dependencies {
|
|||
minecraft libs.minecraft
|
||||
mappings loom.layered {
|
||||
addLayer quiltMappings.mappings("org.quiltmc:quilt-mappings:${libs.versions.quilt.mappings.get()}:v2")
|
||||
// addLayer loom.officialMojangMappings() // Uncomment if you want to use Mojang Mappings as your primary mappings, falling back on QM for parameters and Javadocs
|
||||
// officialMojangMappings() // Uncomment if you want to use Mojang Mappings as your primary mappings, falling back on QM for parameters and Javadocs
|
||||
}
|
||||
modImplementation libs.quilt.loader
|
||||
|
||||
|
|
Loading…
Reference in a new issue