DivineRPG
The official repository for the DivineRPG Minecraft mod
Download (CurseForge): https://www.curseforge.com/minecraft/mc-mods/official-divinerpg
Discord: https://discord.gg/R9Zc32D
What you can and cannot do with DivineRPG
You CAN:
- Download DivineRPG and use it
- Make a public Minecraft server with DivineRPG installed
- Include DivineRPG in a modpack. Ideally you include the CurseForge download link (given above) with it.
- Make videos with DivineRPG gameplay. Ideally you include the CurseForge download link (given above) with them.
- Use the source code as a reference for educational purposes
- Modify and recompile DivineRPG for PERSONAL use
- Fork DivineRPG on Github and write a pull request
- Include DivineRPG in your modpack, however if the modpack is released outside of CurseForge we request you post a link to the mod file
You CANNOT:
- Claim that you made DivineRPG
- Redistribute modified versions of DivineRPG
- Copy ANY of DivineRPG's code and/or assets for use in a different project
Credits
See here.
Contributing
Submitting a Pull Request
Want to help improve our code? Fix bugs? Add to the mod? Make artistic improvements for us?
- If you haven't already, create a Github account.
- Click the
Fork
icon located at the top-right of this page (below your username). - Make the changes that you want to and commit them.
- If you're making changes locally, you'll have to do
git commit -a
andgit push
in your command line.
- If you're making changes locally, you'll have to do
- Click
Pull Request
at the right-hand side of the gray bar directly below your fork's name. - Click
Click to create a pull request for this comparison
, enter your Pull Request's title, and write a detailed description telling us what you changed. - Click
Send pull request
, and be patient, we will review your changes
Creating an Issue
Found a bug in our mod? Please let us know so we can fix it ASAP!
- Make sure your issue hasn't already been answered or fixed. Also think about whether your issue is a valid one before submitting it.
- Go to the issues page.
- Click
New Issue
right belowStar
andFork
. - Enter your Issue's title (something that summarizes your issue), and then create a detailed description ("Could you add/change _____?" or "Found an exploit/bug: stuff").
- If you are reporting a bug report from an outdated or unofficial version (you got the mod from someone else, a website other than our forums or wiki, or if its been modified in ANY way) , make sure you include the following:
- Version and commit SHA (found in changelog inside of the mod's jar)
- ForgeModLoader log
- Server log (if applicable)
- Crash report (if applicable)
- Detailed description of the bug
- Please note, if you are not using an official version, the bug may go un-fixed
- If you are reporting a bug report from an outdated or unofficial version (you got the mod from someone else, a website other than our forums or wiki, or if its been modified in ANY way) , make sure you include the following:
- Click
Submit new issue
, and be patient so we can fix it!