Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
TelepathicGrunt committed Dec 7, 2024
1 parent cc4091d commit 32c5e02
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ default boolean makesPiglinsNeutral(ItemStack stack, LivingEntity wearer) {
}

/**
* Called by CraftingManager and Grindstone to determine if an item is repairable by combining two damaged versions together.
* Determines if an item is repairable by combining, used by Repair recipes and Grindstone.
*
* @return True if reparable by combining
* @return True if repairable by combining
*/
boolean isCombineRepairable(ItemStack stack);

Expand Down

0 comments on commit 32c5e02

Please sign in to comment.