2 small fixes
This commit is contained in:
		
							parent
							
								
									b6779a6ec0
								
							
						
					
					
						commit
						9d03783792
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -47,7 +47,7 @@ dependencies { | |||
| 
 | ||||
| jar { | ||||
| 	manifest { | ||||
| 		attributes 'Implementation-MinecraftVersionInfo': version + " Build(" + build + ")" | ||||
| 		attributes 'Implementation-Version': version + " Build(" + build + ")" | ||||
| 	} | ||||
| } | ||||
| 
 | ||||
|  |  | |||
|  | @ -62,7 +62,7 @@ public class ModRemapper { | |||
| 
 | ||||
| 		Path[] classpath = classpathFiles.stream().map(File::toPath).toArray(Path[]::new); | ||||
| 
 | ||||
| 		File mixinMapFile = extension.getMinecraftProvider().jarProvider.MINECRAFT_MAPPED_JAR; | ||||
| 		File mixinMapFile = extension.getMinecraftProvider().pomfProvider.MAPPINGS_MIXIN_EXPORT; | ||||
| 		Path mixinMapPath = mixinMapFile.toPath(); | ||||
| 
 | ||||
| 		TinyRemapper.Builder remapperBuilder = TinyRemapper.newRemapper(); | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue