Apply suggestions from code review

Co-authored-by: Emma C. Pointer-Null <emmaffle@modrinth.com>
This commit is contained in:
Ennui Langeweile 2022-04-20 16:42:31 -03:00 committed by GitHub
parent 260a434fae
commit b685600ca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ The official Quilt example mod. You can use it as a template for your own mods!
In order to use this mod as a template:
1. Create a new repository from this template with `Use this Template`
1. Create a new repository from this template with `Use this template`
2. Clone the recently-created repo on your PC
3. Make the necessary changes in order to make it yours:
- Update `gradle.properties` in order to use your Maven group and mod ID

View File

@ -25,7 +25,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 a fallback
// addLayer loom.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