So my mod is designed to add recipes requiring IC2 or any mod with an OreDic entry named "plateTin" or "plateCopper", now my issue is, I want to add a recipe for IC2 aswell... but I would get errors without checking for IC2... I have read to use the @Mod annotation or use Loader.isModLoaded or whatever, but the latter wouldn't work for a recipe entry (afaik), and the former I have no idea how to use.
Please help! Thanks
(1.7.10 forge)