#Having lots of trouble, especially with IntelliJ(i am noob)

6 messages · Page 1 of 1 (latest)

halcyon torrent
#

If anyone has time to walk me through making a mod, please DM

My problems are:
First off, IDK what im doing at all
IntelliJ keeps updating indexes, will not stop
When I run ./gradlew genSources, it gets stuck on 33% at Vine
I then tried googling solutions, one said to remove the .idea, .gradle, and gradle folders and reopen
Now ./gradlew doesn't work
Load Gradle Changes now gives the error A problem occurred configuring root project 'tutorial-mod-template-1.21'.
I have not done enough to not be able to restart so thats a possibility
Any help is appreciated

boreal pike
#

genSources is extremely slow by nature (at least the first time you run it)

#

Idea doesnt update indexes while a gradle task is running, wait for it to finish

placid kettle
#

yeah just wait? first time setup is slow. indexing is slow. gensources is slow. install intellij and your project on an ssd will help that a little but not much

#

wait until one thing finishes before doing another as well. don't gensources until indexing is done, etc

boreal pike