Skip to content

Commit

Permalink
Merge branch 'fix-books-camo' of https://github.com/YHDiamond/Geyser
Browse files Browse the repository at this point in the history
…into fix-books-camo
  • Loading branch information
YHDiamond committed Jul 9, 2024
2 parents f1b91b9 + 7b8a423 commit 2e34160
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ public ItemStackResponse translateCraftingRequest(GeyserSession session, Invento

if (((RecipeItemStackRequestAction) action).getRecipeNetworkId() == InventoryUtils.BOOK_CLONING_RECIPE_ID) {
// Book copying needs to be handled differently
// There's a leftover item
// The original written book is leftover in the crafting grid
return translateBookCopyCraftingRequest(session, inventory, request);
}
break;
Expand Down

0 comments on commit 2e34160

Please sign in to comment.