Update build.gradle
This commit is contained in:
		
							parent
							
								
									57f6f72d99
								
							
						
					
					
						commit
						edccaf8d90
					
				@ -15,7 +15,7 @@ dependencies {
 | 
				
			|||||||
	minecraft "com.mojang:minecraft:${project.minecraft_version}"
 | 
						minecraft "com.mojang:minecraft:${project.minecraft_version}"
 | 
				
			||||||
	mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
 | 
						mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
 | 
				
			||||||
	// to use Mojang's official mappings, comment the above line and uncomment below. Use at your own risk.
 | 
						// to use Mojang's official mappings, comment the above line and uncomment below. Use at your own risk.
 | 
				
			||||||
	//mappings "com.mojang.minecraft:mappings:${project.minecraft_version}"
 | 
						//mappings minecraft.officialMojangMappings()
 | 
				
			||||||
	modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
 | 
						modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Fabric API. This is technically optional, but you probably want it anyway.
 | 
						// Fabric API. This is technically optional, but you probably want it anyway.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user