2 small fixes

dev/0.11
modmuss50 2018-11-05 10:57:29 +00:00
parent b6779a6ec0
commit 9d03783792
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ dependencies {
jar {
manifest {
attributes 'Implementation-MinecraftVersionInfo': version + " Build(" + build + ")"
attributes 'Implementation-Version': version + " Build(" + build + ")"
}
}

View File

@ -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();