mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 03:48:01 +01:00
Fix typo in RecipeChoice.ExactChoice docs
By: md_5 <git@md-5.net>
This commit is contained in:
parent
67405f33a9
commit
163900a963
@ -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…
Reference in New Issue
Block a user