Minetweaker Support does not remove recipes from JEI
Opened this issue · 7 comments
When removing a item with Minetweaker let say: mods.refraction.AssemblyTable.remove(<refraction:electric_laser>);
It will leave a phantom recipe in JEI that can not be used.
The JEI API allows for removing of recipes, even though I recommend making it a proxy method of some sorts to make sure you don't get noclassdeffoundexceptions if there's no jei
@yrsegal no longer does
Ah. However, this just requires the JEI recipe list for assembly to be
rebuildable every time the plugin fires.
…On Tue, Jan 17, 2017 at 10:55 AM Saad Ardati ***@***.***> wrote:
@yrsegal <https://github.com/yrsegal> no longer does
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGSnjEjTMQn3FG80faFsJCwUUJtnBLdpks5rTOSKgaJpZM4LlHGe>
.
There were some API changes that affected everyone using crafttweaker integration, but it's a pretty simple fix. Look at this commit for an example