Fix null slotconfig for IndustrialGrinder. Closes #1810

This commit is contained in:
drcrazy 2019-08-23 12:25:53 +03:00
parent f3cdd131a0
commit 5cf7bc9107

View file

@ -94,10 +94,8 @@ public class IndustrialGrinderBlockEntity extends GenericMachineBlockEntity impl
ticksSinceLastChange = 0;
}
if (!world.isClient && getMultiBlock()) {
super.tick();
}
}
@Override
public void fromTag(final CompoundTag tagCompound) {