I've been having problems with some mods removing recipes from other mods unintentionally, and I've been trying to create a small debugging mod that outputs the console when a recipe is removed, and which mod is doing it.
The trick being somehow notifying my mod using a custom event or inter-mod message when either another mod finishes adding\modifying recipes, or whenever CraftingManager's recipe list is modified with add\remove.
Is something like this even possible? Is there a better way to accomplish this without using the coremod\asm stuff, which I couldn't really find out much about.
Anyone point me in the right direction?