Remove call to target interfaces in mixin plugin

Fixes IOOBE with Architectury Registries
This commit is contained in:
Max
2021-01-27 22:28:36 +01:00
committed by GitHub
parent afe197b516
commit 3b16d58ed0

View File

@@ -76,7 +76,6 @@ public class ArchitecturyMixinPlugin implements IMixinConfigPlugin {
}
}
}
String recipeSerializer = targetClass.interfaces.get(0);
targetClass.signature = "<T::Lnet/minecraftforge/registries/IForgeRegistryEntry<TT;>;>Lnet/minecraftforge/registries/ForgeRegistryEntry<TT;>;";
break;
}