Bringing Dark Souls to Minecraft! (...eventually)
As best of an attempt to document the mod on the Wiki
If you find a bug, exploit, or issue with using the mod open a topic on the Issue Tracker
In order to contribute to this repository (repo), do the following:
- Fork this repo
- Clone your forked repo onto your computer
- Open command prompt/terminal within the make folder
- Run one of the following commands:
- Windows:
gradlew.bat [setupDecompWorkspace|setupDevWorkspace] [eclipse|idea]
- OSX:
bash gradlew [setupDecompWorkspace|setupDevWorkspace] [eclipse|idea]
- Linux:
./gradlew [setupDecompWorkspace|setupDevWorkspace] [eclipse|idea]
The argument setupDecompWorkspace
decompiles Minecraft code for reading how Mojang did it in game; setupDevWorkspace
does not decompile Mojang's code. The argument eclipse
should be used with the Eclipse IDE and idea
for the IntelliJ IDEA IDE.
- Click Pull Request
- Click Edit
- Select our repo as the base fork and version branch
- Select your repo as the head fork with branch you're working on
- Review your commits and differences
- Click Create Pull Request
- Title it what your goal in changing the code.
- Comment with specifics and reasons it should merge with our repo
After that, the changes will be reviewed. We may make comments on its acceptance, why it won't be accepted, or what would make it better before making the merge.
(c) 2013-2016 ShooShoSha