This the open-source main mod for the Wanderers of the Rift modpack.
To set up the development workspace, first clone the project and open the build.gradle with Intellij. Make sure that you clone it to a folder that has no spaces in its path.
If you're interested in contributing to the project, you can fork the repository and comment on any open issues.
If you want a more involved role in the project, involving branches on the main repository and involvement in design discussions, join our discord: https://discord.gg/VkSeepd59S
You can add pre-commit hooks for formatting and linting, and post-checkout hooks for generating data by running:
git config core.hooksPath .githooks