Carnage (formally Blood Is Fuel) is a Minecraft Mod developed by Colonel, Deamoz, DiaDuck, and tman; bringing a more fast-paced and skillful style of PvP to Minecraft Java.
It is still in wildly early development! The project was started in late December 2024.
Will it ever be finished? Who knows!
- Navigate to the repository, thats probably the page you're on right now!
- On the top-right, click the Fork button to create a copy of the repository under your own GitHub account.
- Open IntelliJ IDEA and go to File > New > Project from Version Control > Git.
- In the Git Repository URL field, paste the URL of your forked repository from GitHub.
- Choose the directory where you want to clone the repository and click Clone.
- Open the Git tool window in IntelliJ by going to View > Tool Windows > Git.
- Go to Git > Manage Remotes.
- Click the + button to add a remote, and enter the URL of the original repository (upstream).
- Click OK to save.
To sync your fork later, you can fetch and merge the changes by going to Git > Fetch and then using Git > Merge.
- In the Git tool window, click the Current Branch dropdown.
- Select New Branch, and give your branch a descriptive name (e.g.,
feature-name
). - Click Create to switch to the new branch.
- Open the files you want to edit in the editor.
- Use IntelliJ IDEA’s code editing tools to make your changes.
- After making the changes, go to the Git tool window, and click the Commit button.
- In the Commit Changes dialog, review the files you’ve modified.
- Write a meaningful commit message describing the changes you've made.
- Click Commit to save the changes locally, or Commit and Push to push them to your forked repository directly.
- If you committed your changes locally first, go to Git > Push or use the Push button in the Git tool window.
- Choose the branch you want to push to and click Push to upload the changes to your forked repository on GitHub.
- Go to your forked repository on GitHub.
- You will see a banner prompting you to create a pull request. Click Compare & Pull Request.
- Add a clear description of the changes you made and why they are useful.
- Click Create Pull Request.
- After submitting your PR, we will review your changes. We could ask you to make adjustments or changes.
- If we request changes, make the updates and commit them in IntelliJ IDEA. Then, push the changes to the same branch, and they will automatically update the PR.
- If we dont request changes, i'll merge it with the project!! Thanks for helping us out ❤️
Carnage © 2025, by TeamCarnage, is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International.
To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/4.0/