diff --git a/src/main/java/mezz/jei/util/StackHelper.java b/src/main/java/mezz/jei/util/StackHelper.java index 2280670b9..a3f736315 100644 --- a/src/main/java/mezz/jei/util/StackHelper.java +++ b/src/main/java/mezz/jei/util/StackHelper.java @@ -184,7 +184,7 @@ public R containsStack(@Nonnull Iterable> stacks, @Non } /** - * Similar to ItemStack.areItemStacksEqual but ignores NBT on items without subtypes, and uses the INbtIgnoreList + * Similar to ItemStack.areItemStacksEqual but ignores NBT on items without subtypes, and uses the {@link ISubtypeRegistry} */ public boolean isEquivalent(@Nullable ItemStack lhs, @Nullable ItemStack rhs) { if (lhs == rhs) {