BleuGamer Posted November 23, 2014 Posted November 23, 2014 This is most likely a beaten horse, however searching and searching the forums and tutorials finds no complete/blunt answer. I have everything set up directly with idea, but is there no way to see the actual source code of forge and minecraft in 1.7.x(10)? I'm coming back into modding from the 1.4.x and 5.x days, and had all of the code for me to sift through and ponder. I've attempted decompiling and such, but it's awkward to have it so separated. is there a way? or do I have to rely on the javadocs? Or am I missing something blatantly obvious? Quote
shieldbug1 Posted November 23, 2014 Posted November 23, 2014 You need to run setupDecompWorkspace using gradle (or the gradle wrapper). Quote BEFORE ASKING FOR HELP READ THE EAQ! I'll help if I can. Apologies if I do something obviously stupid. If you don't know basic Java yet, go and follow these tutorials.
BleuGamer Posted November 23, 2014 Author Posted November 23, 2014 I did this through both the intellij gradle build and the command prompt both separately and together, and the only sorce file I ever see is the example project. Quote
BleuGamer Posted November 23, 2014 Author Posted November 23, 2014 I am an absolute idiot... the external libraries, I never thought to check because the first couple times I tried it only showed the java version... *sigh* Quote
Recommended Posts
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.