diff --git a/README.md b/README.md index 09fea01..0cc391a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.gradle b/build.gradle index d17aaae..af7d381 100644 --- a/build.gradle +++ b/build.gradle @@ -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