
runClient run config doesn't include GML
PaintNinja opened this issue ยท 1 comments
To reproduce:
- Clone the repo to a new folder
- Import into IntelliJ and wait for it to setup
- Run the
genIntellijRuns
task - Run the
runClient
IDE run config - Observe that the mods menu and logs are missing GML
A temporary workaround is to manually run the fullJar
task before each run.