2 small fixes

This commit is contained in:
modmuss50
2018-11-05 10:57:29 +00:00
parent b6779a6ec0
commit 9d03783792
2 changed files with 2 additions and 2 deletions

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