Unnecessary areItemStacksIdentical method
josephcsible opened this issue ยท 3 comments
What's the point of this, specifically everything after the &&
on line 190? I see no case when ItemStack.areItemStacksEqual
would return true but this method would return false.
Either ItemStack.areItemStacksEqual
used to not take into account stacksizes in the past, or I didn't check the implementation properly. Eitherway, the part after &&
can indeed be removed.