Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 699 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 699 Bytes

Database Guidelines

Constraints

  • All mods in this Database must use CCLoader, in order to ensure consistency.
    • You aren't required to use its feature set, the requirement is to be compatible with the aforementioned modloader.

Mod structure

  • The entrypoint for all mods is mod.js. This file must exist and be located in the root directory of the repository.
  • Mods must have releases as compressed container (zip)

Database structure

  • All mods will be added to the mods.json
  • All container are protected with a hash

How to add your mod

Use the pull request feature to submit your mod by adding it to the mods.json