Skip to content

Commit

Permalink
resolved todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Mar 12, 2024
1 parent fc6c376 commit 2b0dc58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/de/ellpeck/naturesaura/Helper.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ public static int blendColors(int c1, int c2, float ratio) {
}

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);
}

Expand Down

0 comments on commit 2b0dc58

Please sign in to comment.