Jump to content

[SOLVED] How do you deobfuscate Minecraft 1.8?


TheRedMezek

Recommended Posts

People seem to assume that you can look at the source .jar, but since it's obfuscated I can't. I've looked around the internet somewhat and haven't found anything to deobfuscate 1.8.3.jar so I'm stuck without source code, which I increasingly need. Am I missing something painfully obvious? Has nobody made something to deobfuscate 1.8 yet?

 

(My specific problem currently is that I'm trying to make a block which extends BlockTorch something which things will collide with instead of walk through. Help on that is also appreciated, but wouldn't be necessary if I could see the source code.)

Link to comment
Share on other sites

Um, there is no forge 1.8.3, there is forge 1.8 but that's it. You do it the same way you would have in 1.7.10, download forge source (or userdev, I don't remember because I just copy and paste every time I start a new project) and run "gradlew setupDecompWorkspace eclipse" (or idea if that's your IDE) and you'll get the source code along with the forge source code.

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.



×
×
  • Create New...

Important Information

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