Jei show recipes incompletely.
hidfug opened this issue ยท 2 comments
I've fixed this, the problem is that forge base Ingredient class stores ItemStacks
to look up for valid inputs. Our FluidIngredient
extends it by converting Fluid -> ItemStack but only provides forge's Universal Bucket. Here: cf37af4