Posted March 16, 201510 yr 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.)
March 16, 201510 yr 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.
March 16, 201510 yr Author My apologies, I totally derped and couldn't find the source code. Found it now and THE POWER IS ALL MINE! MUAHAHAAAAaaaa
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.