git clone https://github.com/MinecraftTAS/TASmod.git- Set your workspace folder to the parent folder of the TASmod folder, so if you have something like
workspace/TASmod, set the workspace folder to "TASmod". - Click
File>Importthen search for "Existing Gradle project" and click next - Select the "TASmod" folder as a project root directory then click finish
Use File>Open, then select the TASmod folder
Run the gradle task genSources either in your IDE or by running
./gradlew genSources- Run the gradle task
eclipse - Select the project, right click, then gradle>Refresh Gradle Project
- Select the TASmod_client.launch file then click the run button or press Ctrl+F11
Run the gradle task runClient
- Run the gradle task
build
./gradlew build- The generated jar is in
build/libs
The formatting configuration can be found in the formatting directory and can be imported into your IDE
Alternatively you can run the task
./gradlew spotlessCheckTo see if it fails and
./gradlew spotlessApplyto fix any formatting issues.