The official repository for the DivineRPG Minecraft mod
Download (CurseForge): https://www.curseforge.com/minecraft/mc-mods/official-divinerpg
Discord: https://discord.gg/R9Zc32D
- DivineRPG is once again using the original github which you can find at: https://github.com/DivineRPG/DivineRPG
- 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
- 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
- XolovA - original creator
- Scimiguy - current owner and coding assistant
- NicosasurusRex99 - Developer
- krwminer - Developer
- Wufflez/Litewolf101 - Developer
- AstralScourge - Developer
- Dash - Developer
- Zachtoplasm - Texture Artist
- Dizzlepop12 - A few models/textures
- THEVOLCO - German Translations
- ShadowOfStrelok, fewizz, and Adaptivity - Russian Translations
- TikenTVC - Portuguese Translations
- Declan (UKDeccy) - A few Models/Textures
- BlueEyes9 - A few Models/Textures
- Insanity414all - Wiki admin
- Laorwick - Some Recipes
- BossLetsPlays - Sound Artist & Maintenance Developer & Former Server Owner
- RadioactiveStud (aka SoccerStud) - Former Developer
- Eternaldoom - Former Developer
- The_SlayerMC - Former Developer
- Sheenrox82 - 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
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
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!