mirror of
https://github.com/QuiltMC/quilt-template-mod
synced 2024-08-15 00:23:32 +00:00
Merge branch 'main' of https://github.com/EnnuiL/quilt-example-mod
This commit is contained in:
commit
90e8ac5cf6
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue