Hello,
I greatly apologize if someone with a situation similar to mine has been addressed. I have searched for a long while and been unable to find anything on it. I read as much as I could and watched a few videos, although I was unsuccessful.
Anyways, the time has come for me to move my mod outside of the development environment and run it with a real game. I have done this in the past with other mods, but I set up my workspace differently here. I built the Forge 1.7.10 project in its own folder, but decided to use an Eclipse workspace in a different location. From that different workspace location, I imported Forge as an existing project, and then made my own Java project to construct my mod. Everything has been great until I tried to build the mod. I do not know what to do, and running the build in the Forge directory obviously builds only the examplemod.
To elaborate more on my file structure:
Forge Mod Development
Forge
(forge workspace files, including Gradle)
Workspace
.metadata
SpecializedArmor
(my mod)
I know that I must, somehow, point Gradle to my mod in the other directory, but this I have been unable to figure out. Any help would be appreciated.
Thank you.