For detailed instructions on how to add TadeuBooter to your project, set up dependencies, and perform the relocate, visit the official wiki.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
This project uses Spotless to maintain code consistency.
To check if your code is formatted correctly:
./gradlew spotlessCheckTo apply the formatting automatically:
./gradlew spotlessApplyThanks to syncwrld for providing the booter base and some of the code.