Some recipe tabs are no longer showing
MuteTiefling opened this issue ยท 2 comments
EMI version 1.1.12
Certain PNC recipe views are not showing in EMI only. Tested in a limited instance with fresh installs of PNC, JEI, and EMI to confirm.
(PNC author here)
I see this logged in my client when recipes are processed:
java.lang.AbstractMethodError: Receiver class dev.emi.emi.jemi.impl.JemiRecipeSlotBuilder does not define or inherit an implementation of the resolved method 'abstract mezz.jei.api.gui.builder.IRecipeSlotBuilder addRichTooltipCallback(mezz.jei.api.gui.ingredient.IRecipeSlotRichTooltipCallback)' of interface mezz.jei.api.gui.builder.IRecipeSlotBuilder.
at TRANSFORMER/[email protected]/me.desht.pneumaticcraft.common.thirdparty.jei.JEIMemoryEssenceCategory.setRecipe(JEIMemoryEssenceCategory.java:62)
at TRANSFORMER/[email protected]/me.desht.pneumaticcraft.common.thirdparty.jei.JEIMemoryEssenceCategory.setRecipe(JEIMemoryEssenceCategory.java:49)
at TRANSFORMER/[email protected]+1.21+neoforge/dev.emi.emi.jemi.JemiRecipe.<init>(JemiRecipe.java:55)
at TRANSFORMER/[email protected]+1.21+neoforge/dev.emi.emi.jemi.JemiPlugin.register(JemiPlugin.java:263)
at TRANSFORMER/[email protected]+1.21+neoforge/dev.emi.emi.runtime.EmiReloadManager$ReloadWorker.run(EmiReloadManager.java:185)
Using JEI 19.14.0.138 and EMI 1.1.12. Looks like it's related to the JEI tooltip callback API, which has changed in recent JEI builds (19.9+ I think?).