The official repository for the DivineRPG Minecraft mod
###Credits This mod is owned by XolovA, but he is no longer part of the team
#####Main Team
- BossLetsPlays - Lead Developer (code, etc)
- RadioactiveStud (aka SoccerStud) - Development Leader (content director, etc) / Wiki admin
- Laorwick - Recipes
- BlueEyes9 - Models/Textures
#####Special Thanks to
- THEVOLCO - German Translations
- ShadowOfStrelok - Russian Translations
- Sheenrox82 - Our Personal Jester / Former Developer
- Declan (UKDeccy) - Models/Textures
- Insanity414all - Wiki admin
#####Other Credits
- The_SlayerMC - Former Developer
- Mazetar - Former Developer
- TLHPoE - Former Developer
- Sactage - Server Owner and maintainer
- Aginsun - Ex Developer
- Hologuardian - Ex Developer
- Vazkii - Ex Developer
- Majorsir - for the name of the mod.
- Terraria - for some resources.
- Vattic - for some block textures, featured in a version of the faithful32 pack
- Vanilla MC - for some textures.
- Reika - for ore textures.
- XL biomes - for tree style.
- Blued00r - Ex Developer
###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!