You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm using IntelliJ IDEA, when starting off fresh project with forge's mdk, it comes with runClient feature on gradle that starts up minecraft for me, but that doesn't work with this repository.
Tried everything I could do, but since I'm an absolute java noob I don't even have any idea what's going on.
Anyone know how to fix runClient for NTM Extended
Everytime it just says "Task '[task name here]' not found in root project", not limited to runClient, but tasks like build do work fine
The text was updated successfully, but these errors were encountered:
to fix task not found you can disable configureondemand in gradle.properties but then it will crash on loading with Caused by: java.io.FileNotFoundException: hbm:models/error.obj
i'm using IntelliJ IDEA, when starting off fresh project with forge's mdk, it comes with runClient feature on gradle that starts up minecraft for me, but that doesn't work with this repository.
Tried everything I could do, but since I'm an absolute java noob I don't even have any idea what's going on.
Anyone know how to fix runClient for NTM Extended
Everytime it just says "Task '[task name here]' not found in root project", not limited to runClient, but tasks like build do work fine
The text was updated successfully, but these errors were encountered: