This repository serves as the central registry for Desktop Mate mods. All mods listed here are available through dskt.cc.
- Fork this repository
- Add your mod to the bottom of
mods.json
- Ensure your repository has a valid
dskt.json
file - Submit a Pull Request
Your mod repository must contain a dskt.json
file in its root with the following structure:
{
"author": "YourGitHubUsername",
"discord": "YourDiscordUserID", // Optional
"version": "1.0.0",
"type": "MelonLoader", // or "BepInEx" or "Both"
"category": ["Performance", "Quality of Life", "Content", "Overhaul", "Other"],
"description": "A brief description of your mod"
}
Links • Documentation • Discord Server