Posted June 13, 201411 yr This might be incredibly dumb (and feel free to tell me if i shouldn't be doing this), but I end up using a lot of the same methods and functions in most of my mods. Instead of copy/pasting, i decided to create a separate project in Eclipse for those and just include them in the build path of my mods (setup so each mod is a separate project. The problem is when I run minecraft in the development environment (and I would presume if I tried to compile) its not including that separate project. From reading, I see things about setting Gradle to include an external JAR and I suspect this is a similar thing. I can't figure out from the documentation how to do this. Anyone able to help? Long time Bukkit & Forge Programmer Happy to try and help
June 17, 201411 yr I'm still new at this, but this topic looked promising: http://www.minecraftforge.net/forum/index.php?topic=18864.0
June 17, 201411 yr If i understood you right you want to hook up separate modproject to Forge. Awesome guide was right here linked from wiki https://www.youtube.com/watch?v=u2sIWkIRmkk P1 https://www.youtube.com/watch?v=wwvhXQs0ozs P2
June 17, 201411 yr Author Guys, thanks, but those were not what I was trying to do. I probably didn't word it right. I found the solution and posted it in another post of mine. Something like this goes at the very end of all your projects where you want to include another 'common' set of code. dependencies { compile files ( "../CD_Utilities/java" ) } Long time Bukkit & Forge Programmer Happy to try and help
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.