Fix crash, as we no longer have special mappings for the mixins, something will need to be done about this however, but it will most likey be at runtime

This commit is contained in:
modmuss50
2018-08-05 22:16:52 +01:00
parent 6b59f9cc59
commit 18dfa2cdb2
2 changed files with 0 additions and 2 deletions

View File

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