This repo contains a mod for the game Void Crew, which increases the max player cap to 8.
Releases can be found on Thunderstore.io or in the Releases section of this repo.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Clone/Fork Void_Crew_Mods
- Fork this Project
- From Void_Crew_Mods, run the following command:
This will point the submodule to your fork.
git submodule set-url Voider_Crew https://github.com/<your-user>/Voider_Crew.git
- Change directories to Voider_Crew
- Create your Feature Branch (
git switch -c feature/AmazingFeature origin/main) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request