Is it possible to reference a mod's item ID in a recipe?

dragon3025

Cowpoke
I need to set an item from another mod as an recipe ingredient. The problem the modded item is set to use an alternate ID if there's a mod conflict, so I don't want to simply put down its default ID. What I would use is something like this:
JSON:
"Recipe Name": "645 1 MODDED_ITEM_ID 1 2 787 1/Home/24/false/Farming 9"
If it's possible, I don't know what I would use in place of "MODDED_ITEM_ID".
 
Top