This is the official repository for the modpack Deep Dive, a full conversion Minecraft modpack inspired by the popular game Deep Rock Galactic.
Contribution is welcome! They are done via the use of pull requests. You can send me a DM on discord @squoshi.
or join my discord server to request a pull request to be committed, or wait for a comment on it. I am not required to pull anything.
Setting up a workspace is rather easy.
- Grab the latest GitHub release and import it via CurseForge or whatever your launcher needs for an exported CurseForge pack
- Clone the repository into the modpack folder (it is ideal to use GitHub Desktop for this, or a client that can do the same)
The Python scripts require the pip packages requests
and icecream
. You can install them by running pip install icecream
and pip install requests
in whatever terminal you use for Python.
Make sure to pull request any changes you make, and always run the create_manifest.py
script with Python 3.11+ every time you update, downgrade, remove or add a mod!