Posted October 24, 20169 yr I'm trying to get this to work with IntelliJ, and after going through the initial setup (running the gradle tasks to decompile minecraft and setup project build settings), I keep getting this error: Unindexed remote maven repositories found. [Disable...] The following repositories used in your gradle projects were not indexed yet: http://files.minecraftforge.net/maven If you want to use dependency completion for these repositories artifacts, Open Repositories List, select required repositories and press "Update" button And if I try to do that, this error appears: http://i.imgur.com/pvag9vK.png This is driving me bananas. What am I doing wrong?
October 25, 20169 yr Author If I don't try to index it, then I end up with numerous errors in the example class, as can be seen here:
October 26, 20169 yr Author 1) I download the latest MDK 2) I open up the downloaded MDK 3) I extract its content to a folder called MyFirstPlugin 4) I delete the txt files and the eclipse folder 5) I open up IntelliJ, and press the Import Project button 6) I navigate to the MyFirstPlugin folder and double click on the build.gradle file 7) I use these options to import IntelliJ imports the files, and I open up the Gradle window to view the different tasks 9) I customise the arguments of the setupDecompWorkspace task to include -Xmx2G so as to not crash Gradle during the process 10) I let it run 11) After a little while, it finishes 12) Next, I run genIntelliJRuns 13) IntelliJ asks me to reload. I click on 'Yes' 14) IntelliJ finishes reloading the project 15) And the errors persist This is everything I did. Did I miss a step somewhere?
November 18, 20168 yr Hi, I have the same problem and still can't fix it. I've been following a tutorial which took me through the exact same steps as the OP and every screenshot he posted matches the steps I went through near perfectly. However I have now decompiled the workspace and refreshed gradle using the blue arrow buttons close to 30 times, testing different settings from various other online suggestions between each attempt. Nothing I do seems to make any difference, but I'm not a coder so not sure how to better locate exactly what's causing the issue. Can anyone help? Thanks in advance! -F
November 18, 20168 yr but I'm not a coder Then why are you trying to setup Forge? Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
November 18, 20168 yr Primarily because I want to make myself a small test mod so that I can test 3D models I've made in-game rather than other people having to do that bit for me.
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.