resolved todo

This commit is contained in:
Ell 2024-03-12 20:10:30 +01:00
parent fc6c376d37
commit 2b0dc58438

View file

@ -116,7 +116,6 @@ public final class Helper {
}
public static boolean areItemsEqual(ItemStack first, ItemStack second, boolean nbt) {
// TODO see if this is the correct new comparison method?
return nbt ? ItemStack.isSameItemSameTags(first, second) : ItemStack.isSameItem(first, second);
}