Caution
Work In Progress: Expect frequent breaking changes
The central, community-driven mod registry for Cataclysm: Bright Nights.
Browse available mods at cataclysmbn.github.io/registry.
See the submission guide for detailed instructions.
Manifests and generated index files live in cataclysmbn/registry-index and are tracked here as a submodule. When cloning this repository locally, use:
git clone --recurse-submodules https://github.com/cataclysmbn/registry.gitTo modify registry-index locally, work inside the submodule and push to its repo:
cd registry-index
git add -A
git commit -m "chore: update registry-index"
git pushTo keep the submodule on the latest commit:
git -C registry-index fetch origin main
git -C registry-index checkout -B main origin/mainStructure inspired by Endless Sky Plugins.
