I'm looking into Multiple Crafting, and wonder if its Possible I.E. Original = 3 Iron Ore -> 1 Iron Bar Modding = 3 Iron Ore -> 6 Iron Dust -> 2 Iron Bar Is it possible to put these two together, to get the same out come?
oh lol, I'm just wondering, as I'm Developing a Mod, just wanted to know if its Possible to do, I hope it can be Achieved
I don't think this is possible. I think every item can have one, and only one, crafting recipe. This is certainly true of recipes specified in .ini files; within .cs files (code), it might be possible. However, the same recipe can be used to craft multiple items. You'll get faster, and probably better, answers to questions about mods/modding by posting in the 'Client/Server Mods + Tools' section on the forum, rather than here. Most of the active modders hang out there.