Set defaultObfuscationEnv, and potentially fix mixin mappings not being applied.

This commit is contained in:
modmuss50
2016-10-24 16:14:17 +01:00
parent ac8087f1c7
commit dd6b229dc5
3 changed files with 3 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ public class ModRemapper {
TinyRemapper remapper = TinyRemapper.newRemapper()
.withMappings(TinyUtils.createTinyMappingProvider(mappings, fromM, toM))
.withMappings(TinyUtils.createTinyMappingProvider(Constants.MAPPINGS_MIXIN_EXPORT.get(extension).toPath(), fromM, toM))
.withMappings(TinyUtils.createTinyMappingProvider(Constants.MAPPINGS_MIXIN_EXPORT.get(extension).toPath(), toM, fromM))
.build();
OutputConsumerPath outputConsumer = new OutputConsumerPath(modJar.toPath());