Just Enough Items (JEI)

Just Enough Items (JEI)

464M Downloads

[Bug]: Usages not showing up correctly for items with subtypes

will-y opened this issue ยท 1 comments

commented

Steps to Reproduce the Bug

  1. Clone Pillager Deterrent
  2. Run the game
  3. Try to look at uses for Ominous Bottle II-V
  4. No recipes show up

Expected Behavior

Uses should show for Ominous Bottle because of this recipe.
(The recipe works, JEI just doesn't show uses for Ominous Bottles II-V)

Actual Behavior

No uses are shown for Ominous Bottles II-V

Mod Pack URL (Optional)

No response

Mod Pack Version (Optional)

No response

Extra Notes (Optional)

Does not work in the latest JEI versions on 1.21.1 or 1.21.7.
It does work on JEI 19.5.0.31 I can find the exact version it stops working if that is helpful

Might be related to #4035

latest.log

https://gist.github.com/will-y/9fb6b6185bc76c32fca7860a8f8dec1c

commented

I don't believe this is related to #4035 as that is purely related to how brewing recipes are identified (using just the input and the output, without the ingredients) and how conflicts/duplicates are handled.

As this is a minecraft:crafting_shaped, I believe that's handled in a different area unaffected by the brewing code.