Utils ported

This commit is contained in:
Sebastian Hartte
2020-06-28 13:28:14 +02:00
parent fee5b7fdfc
commit 46955643b9
105 changed files with 239 additions and 379 deletions
@@ -80,7 +80,7 @@ public class FluidCellConfig extends CellConfig {
}
@Override
public boolean isItemValid(int slot, ItemStack stack) {
public boolean isItemValidForSlot(int slot, ItemStack stack) {
if (stack.isEmpty() || stack.getItem() instanceof FluidDummyItem) {
super.isItemValid(slot, stack);
}