Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Dec 7, 2024
1 parent 1b3bf17 commit 405debb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ protected Result transferRecipe(T menu, RecipeHolder<?> holder, EmiRecipe emiRec
return Result.createSuccessful();
}

// TODO: check against the client repo and inventory if all items fit
// TODO: actually transfer the items to the player inventory instead of the matrix
private Result transferItemsToInventory(T menu, ResourceLocation recipeId, @Nullable Recipe<?> recipe, boolean doTransfer) {
if (recipe == null) {
return Result.createNotApplicable();
Expand Down

0 comments on commit 405debb

Please sign in to comment.