Sorry but i don't actually know what you mean by catalysts. What implications does it have to the mod if it's set and how would one go about changing it?
My mod's all compressed items have "compressed-" at the beginning of their internal name if you have a blacklist. Recipes begin with "decompress-", "compress-" or "smelt-compressed-".
They are also added to module.limitation list by:
function SimpleCompress_AddProductivity(_recipe)
for i, module in pairs(data.raw.module) do
if module.effect.productivity and module.limitation then
table.insert(module.limitation, _recipe)
end
end
end
Because i knew these recipes should not allow productivity modules in the assembler.
I just give few options, you may have many other mods to hunt if you don't make Janky-Quality "mod proof" :) In any case it is just a temporary mod before the official expansion.