Darkhax-Minecraft / ItemStages

Allows items to be put into stages.
GNU Lesser General Public License v2.1
7 stars 18 forks source link

JEI catalyst still shown when staged #20

Closed codetaylor closed 6 years ago

codetaylor commented 6 years ago

I'm not sure if this falls in the domain of JEI or ItemStages.

What

When I log into a new world with zero stages unlocked, most, but not all, staged recipe catalysts are hidden by JEI properly. Hiding recipe categories when all their crafting catalysts are hidden was introduced in JEI v4.9.0.

I am able to consistently reproduce this issue with the HorsePower mod's <horsepower:chopper>. When I log in with zero stages unlocked, the catalyst remains visible:

2018-05-16_12 55 20

If I run the command /gamestage add @p artisan then the command /gamestage clear @p, the catalyst disappears and is displayed (or rather not displayed) as expected:

2018-05-16_12 56 09

Versions

codetaylor commented 6 years ago

I am confident that the root of the problem has been sufficiently unearthed and it does not lie in the domain of ItemStages.

For more information, please see: https://github.com/mezz/JustEnoughItems/issues/1232