Fix JEI compat
This commit is contained in:
parent
4ec321aaac
commit
574056203d
23 changed files with 100 additions and 244 deletions
src/main/java/WayofTime/bloodmagic/compat/jei/altar
|
@ -31,6 +31,6 @@ public class AltarRecipeHandler implements IRecipeHandler<AltarRecipeJEI>
|
|||
@Override
|
||||
public boolean isRecipeValid(@Nonnull AltarRecipeJEI recipe)
|
||||
{
|
||||
return recipe.getInputs().size() > 0 && recipe.getOutputs().size() > 0;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue