This is the Tardis server resource pack.
If you want to contribute, read below. Otherwise, download the latest version of the pack using the button above.
Download Git for your platform. This is easier to do by installing GitHub desktop. Open the app and sign into (or create) a GitHub account.
Secondly, clone a repository by going to File -> Clone. Select URL and type https://github.com/TheJoeCoder/RedTardisRP.git. Select a place to save the texture pack and press Clone.
- On GitHub Desktop, click
Current branchat the top, then select theNew Branchbutton. - Give it a name and then press
Create Branch. - Press
Publish Branchto save the new branch to GitHub. - Edit the files, add and edit textures, etc. Do NOT press
Create Pull Requestjust yet! - Once you're finished, go back to GitHub Desktop and commit your changes with a message.
- Then, press
Push Origin. - Your changes should now be merged into the branch you created.
- On the top bar under the repo name, click on
Pull Requests, or, alternatively, click on this link. - Click
New Pull Request. - For
base, select the branch you want to merge into . - For
compare, select the branch you want to merge from (e.g. your test branch). - Click
Create Pull Request. - Add a title and description and then press
Create Pull Requestagain. - Even if you have the privilege to, I wouldn't recommend merging the request yourself until someone else has reviewed and commented on it.
Directly editing the master branch is not recommended. Instead, follow the steps above to create a new branch and then create a pull request. This means that people can review your changes without them affecting the main texture pack.
- Edit the files, add and edit textures, etc.
- Once you're finished, go back to GitHub Desktop and commit your changes with a message.
- Then, press
Push Origin. - Your changes should now be merged into the main branch.
For more info about how to use GitHub Desktop, view this GitHub Desktop Tutorial.
If you're already familiar with Git, then you can just use git via console in the same way.
Additionally, please note that your account will have to be approved in order to directly push to the repository. Please send a message to Radialbog9#0001 to get approved as a contributor. Alternatively, you can fork this repository and create a pull request.