Jump to content

[1.7.2][SOLVED] Where is the Minecraft source code?


bomber055

Recommended Posts

I followed the standard Forge installation instructions posted by Lex

 

I then ran "gradlew setupDecompWorkspace" and "gradlew setupDecompWorkspace eclipse" commands which I found from this post (http://www.minecraftforge.net/forum/index.php?topic=15415.0) but I still can't find Minecraft's .java files like I could with Forge in 1.6. What do I have to do to view Minecraft's partially deobfuscated source code in Eclipse so I can start writing my mod?

Link to comment
Share on other sites

Usually it means eclipse knows where the java files are, so it can show you the source (not sure what happens if the java and class file dont exactly match though). In project properties -> Java build path -> Libraries, if you expand a library one of the listed items is "Source attachment". You can also see this in the properties window for the jar file in "Referenced libraries" in the package explorer.

 

Jar files can also contain the source themselves, which eclipse picks up automatically.

Link to comment
Share on other sites

the .class files aren't in the exact same format you can find in mcp though, so if you want the exact code without all the extra stuff you get from the class viewer eclipse gives, you should probably get mcp (9.03 rc1 is the newest one, searge posted it on his twitter some half a month ago) and view the .java files through notepad++ or other text editor.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.