Hello,
I am trying to load another mod .jar file into forge (outside the mods directory) when constructing my mod. I have already loaded the the .jar file into the JRE, but how do I register it in forge? During the "Constructing mods" step, is there a list of Mod objects somewhere where I can add the mod?
Thanks in advance!