mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
Fix typo in RecipeChoice.ExactChoice docs
This commit is contained in:
parent
309497c12f
commit
b125516c6e
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue