Fix typo in RecipeChoice.ExactChoice docs

This commit is contained in:
md_5 2024-01-08 07:20:44 +11:00
parent 309497c12f
commit b125516c6e
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -144,8 +144,8 @@ public interface RecipeChoice extends Predicate<ItemStack>, Cloneable {
}
/**
* Represents a choice that will be valid only one of the stacks is exactly
* matched (aside from stack size).
* Represents a choice that will be valid only if one of the stacks is
* exactly matched (aside from stack size).
* <br>
* <b>Only valid for shaped recipes</b>
*/