Hello, I'm new to skyrim modding, and I am making a food mod for which I am trying to make three compatibility patch for two other mods (Real Needs & Diseases and FrostFall) and I feel like I'm running into a wall: I've got several recipes, the RN&D patch adds some others without problems, but here is the problem: I can't figure out how to override those recipes with the same recipe plus the frostfall keyword needed.. i.e.: --In the main plugin I got the Food object-- NST_RecipeFoodX (no keyword included)--In the FF compatibility patch I got the same one-- NST_RecipeFoodX (FF keyword included)--With FF patch enabled, I got this-- NST_RecipeFoodX (no keyword included)NST_RecipeFoodXDUPLICATE001 (FF keyword included)Renaming and deleting did nothing, how can I override the non patched recipe? Am I forgetting something?