Posted May 6, 20178 yr Hey! I am trying to setup workspace for 1.7.10. setupDecompWorkspace finished successfully, but when I execute gradlew eclipse, it creates .settings and no eclipse folder. Here is console log: Quote >gradlew.bat eclipse **************************** Powered By MCP:http://modcoderpack.com/ Searge, ProfMobius, Fesh0r, R4wk, ZeuX, IngisKahn, bspkrs MCP Data version : unknown **************************** :eclipseClasspath :eclipseJdt :eclipseProject :eclipse BUILD SUCCESSFUL Total time: 16.583 secs
May 6, 20178 yr Sorry, but 1.7.10 is no longer supported on these forums. A moderator will lock this thread.
May 6, 20178 yr Author 8 minutes ago, Leviathan143 said: Sorry, but 1.7.10 is no longer supported on these forums. A moderator will lock this thread. By the way: I`ve just tested it on 1.8 and have same problem. What may course it?
May 6, 20178 yr 15 minutes ago, TheASTRO said: By the way: I`ve just tested it on 1.8 and have same problem. What may course it? There's nothing wrong here. Gradle does not generate the eclipse folder, it's only found in the MDK. The eclipse folder is completely unnecessary and in my opinion it is not a good way to manage a project. It only allows for one project in an Eclipse workspace and requires downloading/copying the MDK to create a new project. I would recommend using a multiproject workspace instead. Lex has made a video tutorial on this, it can be found here. He recommends using setupDevWorkspace, however I would strongly recommend setupDecompWorkspace as it allows you to look at the decompiled MC source. Additionally, I would not recommend targeting 1.8, target 1.9.4 at the very least, preferably 1.10.2 or 1.11.2. 1.8 had a lot of issues due the the massive changes to the rendering system, these issues were mostly remedied by Forge for MC 1.9.4. Edited May 6, 20178 yr by Leviathan143
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.