Just Enough Items (JEI)

Just Enough Items (JEI)

387M Downloads

[Bug]: [1.19.2 Forge] Standard brewing recipe for modded potion are missing

RedBeast1959 opened this issue ยท 1 comments

commented

Steps to Reproduce the Bug

  1. Launch Forge 43.1.32
  2. Open JEI(jei-1.19.2-forge-11.3.0.262.jar)
  3. Search recipe for standard brewing for modded potion( Not long / enhanced / splashing / lingering brewing, they works fine )
  4. Can't find recipe

Behavior

For example, there're new potions in Naturalist mod: Potion of Forest Dasher
To make that potion, you have to brew deer's antler with thick potion.
Howerver, JEI does not show that recipe, only shwoing splashing / enhanced / long / lingering version of it.

Currently I found that bug from Naturalist / Biome Makeover / Earth Mobs / Additional Additions / Ecologics.

commented

Thanks for the report!
It looks like the Thick Potion is not added to net.minecraft.world.item.alchemy.PotionBrewing#ALLOWED_CONTAINERS by any of these mods, so JEI doesn't try to use it when discovering potions.