Jump to content

bigbeno37

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by bigbeno37

  1. 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?
  2. If I don't try to index it, then I end up with numerous errors in the example class, as can be seen here:
  3. 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?
×
×
  • Create New...

Important Information

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