TerraFirmaCraft

TerraFirmaCraft

2M Downloads

isItemValid in ItemSmallVessel and ContainerSmallVessel implementations differ

Gaelmare opened this issue · 3 comments

commented

As discussed in my Quiver PR, #901 (comment)
the implementations of isItemValid differ. Time for the Gathering, there can only be one?

Meta Info

  • TFC Version: build 124
commented

Expect they aren't different...

public boolean isItemValid(int slot, @Nonnull ItemStack stack)

public boolean isItemValid(int slot, @Nonnull ItemStack stack)

commented
commented

Yeah, i also found it weird when i was refactoring Size / Weight, forgot to ask if was needed. Seems to be just a cleanup issue (just call the capability instead of duplicating code), and Alc probably already fixed as he put the fixed in dev tag.