Started by
QwertyQ1234
on
Topic category: General discussion
Is there a way to make my mod support ingots from other mods like with mekanism or nuclearcraft?
Topic category: General discussion
Is there a way to make my mod support ingots from other mods like with mekanism or nuclearcraft?
yes with item ids
Yes. Lock the code of the recipe and then edit it.
You should see some item IDs that should look something like this: [Modname]:[itemname]
Replace those with the other mod/item's id. You can find it using advanced tooltips.
Example:
Minecraft:Iron_Ingot gets changed to Examplemod:Example_Ingot