Started by
snaher
on
Topic category: Help with Minecraft modding (Java Edition)
Hi guys,
I am starting to develop a mod, I would like to ask if I can use for example lingot of other mods, for example, I create a craft for my mod, but in that crafting I want to put for example an advanced circuit or some ore of another mod that is not IC2, how could I do that?
Thank you
mods items have IDs, you should be able to make simple things with the IDs, and for recipes, you have to options, 1 d make an item with the EXACT same ID and texture, and make the recipe need that, so when you are playing with IC2 it also lets you craft it with that, but if what you want is the output, download the mods API and code it