mirror of
				https://github.com/QuiltMC/quilt-template-mod
				synced 2024-08-15 00:23:32 +00:00 
			
		
		
		
	Apply suggestions from code review
Co-authored-by: Emma C. Pointer-Null <emmaffle@modrinth.com>
This commit is contained in:
		
							parent
							
								
									260a434fae
								
							
						
					
					
						commit
						b685600ca0
					
				
					 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: | 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 | 2. Clone the recently-created repo on your PC | ||||||
| 3. Make the necessary changes in order to make it yours: | 3. Make the necessary changes in order to make it yours: | ||||||
|     - Update `gradle.properties` in order to use your Maven group and mod ID |     - Update `gradle.properties` in order to use your Maven group and mod ID | ||||||
|  |  | ||||||
|  | @ -25,7 +25,7 @@ dependencies { | ||||||
| 	minecraft libs.minecraft | 	minecraft libs.minecraft | ||||||
| 	mappings loom.layered { | 	mappings loom.layered { | ||||||
| 		addLayer quiltMappings.mappings("org.quiltmc:quilt-mappings:${libs.versions.quilt.mappings.get()}:v2") | 		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 | 	modImplementation libs.quilt.loader | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue