Merge branch 'fix-books-camo' of https://github.com/YHDiamond/Geyser into fix-books-camo

This commit is contained in:
YHDiamond 2024-07-08 22:56:26 -04:00
commit 2e3416025b

View file

@ -465,7 +465,7 @@ public abstract class InventoryTranslator {
if (((RecipeItemStackRequestAction) action).getRecipeNetworkId() == InventoryUtils.BOOK_CLONING_RECIPE_ID) { if (((RecipeItemStackRequestAction) action).getRecipeNetworkId() == InventoryUtils.BOOK_CLONING_RECIPE_ID) {
// Book copying needs to be handled differently // 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); return translateBookCopyCraftingRequest(session, inventory, request);
} }
break; break;