Create a separate artifact for the API
jeremylvln opened this issue ยท 0 comments
Hi,
It could be cool to have a separate artifact for the API. This way we can include it as a Gradle dependency without importing all the mods.
Due to an IntelliJ IDEA bug, the provided
dependencies are included in the runtime classpath when we launch the game. The CLI way doesn't. And IDEA's debugger is too essential.
Thanks :)