mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Change comment to be more descriptive
Co-authored-by: Konicai <71294714+Konicai@users.noreply.github.com>
This commit is contained in:
parent
634c0976fe
commit
7b8a423367
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