Click here to join my discord for support or the official LabyMod Developer discord!
This template comes with:
- A build.script which implement the LabyGradle plugin
- An example addon
- Clone this repository
- Open up a command prompt in the folder you have chosen and run
./gradlew setupDecompWorkspace
.
This might take some time, as it downloads a bunch of artifacts. In the meantime you could drink a cup of cappuccino or do some other stuff you'd like to do. - After this process is finished you should choose your IDE:
- For Eclipse we have currently no support right now. :/
- For IntelliJ, you should import the
build.gradle
as a gradle project.
- After the import, you should execute the following tasks
createLatestVersion
andgetIntelliJRun
.createLatestVersion
the task download the latest version and make the jar ready.genIntelliJRun
ths task generate an intellij run configuration with all important stuff to Start Forge with LabyMod!
- Happy coding! :)