start work.

This commit is contained in:
PrototypeTrousers
2022-10-17 23:56:59 -03:00
parent 4f5bdfefe8
commit daf4910548
2 changed files with 35 additions and 0 deletions
@@ -70,6 +70,9 @@ class RecipeTransferHandler<T extends Container> implements IRecipeTransferHandl
}
if (!doTransfer) {
if (recipeType.equals(VanillaRecipeCategoryUid.CRAFTING)) {
return new JEIMissingItem();
}
return null;
}