Can't see the recipe for Blood Extractor
C0rn3j opened this issue ยท 3 comments
Huh, at one point in time JEI was able to show these crafting recipes.
Something in JEI might have changed with regards to items that have both a regular crafting recipe and can be used as fluid containers in other recipes.
@mezz Could this be a problem on your end? Or should I add specific crafting handlers for this?
JEI has a relatively new subtype registry system for interpreting items with nbt, capabilities, etc.
The fluid capability is automatically supported, so for recipes JEI is going to consider a filled blood extractor to be different from an empty one. I'm not exactly sure why this would stop it from looking up your recipe, but I'm pretty sure it's related to this issue.
If you want to have JEI interpret it differently, first update to the latest JEI version and then you can override the default behavior by using ISubtypeRegistry
. The javadoc there will explain more.