A dynamic recipe and structure helper for Minecraft.
- Clone the repository to your local disk
- Open up your console
- Run the right commands
- On Linux/OSX devices
gradlew setupDecompWorkspace eclipse
- On Windows devices
gradlew.bat setupDecompWorkspace eclipse
- On Linux/OSX devices
- Import the created project into your eclipse workspace
- Just start the Gradle task 'build' from within your IDE or
- Open up your console and run one of the following commands
- On Linux/OSX devices
gradlew build
- On Windows devices
gradlew.bat build
- On Linux/OSX devices
You should find your built JAR file inside build\lib