diff options
Diffstat (limited to 'api/src/main/java')
| -rw-r--r-- | api/src/main/java/me/shedaniel/rei/api/common/entry/comparison/EntryComparatorRegistry.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/api/src/main/java/me/shedaniel/rei/api/common/entry/comparison/EntryComparatorRegistry.java b/api/src/main/java/me/shedaniel/rei/api/common/entry/comparison/EntryComparatorRegistry.java index ba77326e6..7c051bac1 100644 --- a/api/src/main/java/me/shedaniel/rei/api/common/entry/comparison/EntryComparatorRegistry.java +++ b/api/src/main/java/me/shedaniel/rei/api/common/entry/comparison/EntryComparatorRegistry.java @@ -28,7 +28,9 @@ import me.shedaniel.rei.api.common.registry.Reloadable; /** * Registry for registering custom methods for identifying variants of {@link T}. - * The default comparator is {@link EntryComparator#noop()}, which does not compare the NBT of the entries. + * The default comparator is {@link EntryComparator#noop()} when fuzzy, which does not compare the NBT of the entries; + * and nbt when exact. + * * <p> * This comparator is used when the comparison context is {@link ComparisonContext#EXACT}. */ |
