mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Merge branch 'fix-books-camo' of https://github.com/YHDiamond/Geyser into fix-books-camo
This commit is contained in:
commit
2e3416025b
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ public abstract class InventoryTranslator {
|
|||
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue