mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-30 05:05:19 -05:00
Remove call to target interfaces in mixin plugin
Fixes IOOBE with Architectury Registries
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user