Recipe Stages

Recipe Stages

28M Downloads

Recipes restricted with addRecipeStageByMod never show up in JEI

TheLimePixel opened this issue · 5 comments

commented

The title is quite self-explanatory; recipes that are restricted with addRecipeStageByMod don't show up in JEI after they are unlocked.

commented
commented

Here's an example:
I have mods.recipestages.Recipes.setRecipeStageByMod("em", "enderio");
image
I have the stage unlocked
image
But recipes for items in the mod are still hidden in JEI.

commented
commented

Ender IO was just for the example as I already had searched for it in JEI. It's the same for the 70 other mods I have restricted like that. However, as I previously mentioned, only recipes restricted with addRecipeStageByMod don't show up in JEI, so recipes that I have been individually restricted properly get unhidden.

commented

I know I kinda forgot about this, but I just tested it now, and it is working fine, I don't believe I changed anything that would fix this though.

I used:

mods.recipestages.Recipes.setRecipeStageByMod("mod", "cyclicmagic");

image