Posted June 21, 201411 yr I set up my IDEA environment by doing the following: Folder, toss the contents of the forge source zip in it, delete the example mod gradlew setupDecompWorkspace gradlew idea When I go to open a class from Vanilla or FML, but not forge, it warns: Source not found, and puts /* compiled code */ in place of the code I want to read. The code from both appears to be deobfuscated, however not decompiled.
June 21, 201411 yr Author I poked around a bit more, and IDEA is being highly strange. I invalidated caches, nothing changed, and looking at project structure>libraries, it HAS the source jar that contains the MC source, but it isn't using it for actually displaying things... Yay.
June 21, 201411 yr I also have the same problem. Should we submit it as a bug? if (user.hasKnowledgeOfJava) { if (user.question.hasCode) { return interpetHelpfulResponse(user.getQuestion()); } else { return "Could you post your code please?"; } } else { return "Learn some freaking Java!"; }
June 22, 201411 yr Did you switch your view to packages? Should be under your package->libraries->net->minecraft
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.