Change comment to be more descriptive

Co-authored-by: Konicai <71294714+Konicai@users.noreply.github.com>
This commit is contained in:
YHDiamond 2024-07-08 22:53:31 -04:00 committed by GitHub
parent 634c0976fe
commit 7b8a423367
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;