Skip to content

Commit

Permalink
crafting table recipes are being considered processing recipe (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arborsm authored Mar 24, 2024
1 parent cd81a7b commit 6f3124a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public EmiPlayerInventory getInventory(AbstractContainerScreen<T> screen) {
}
@Override
public boolean supportsRecipe(EmiRecipe recipe) {
return true;
return recipe instanceof GTEmiRecipe;
}
@Override
public boolean canCraft(EmiRecipe recipe, EmiCraftContext<T> context) {
Expand Down

0 comments on commit 6f3124a

Please sign in to comment.