1
0

remove balamod. Add lovely-only

This commit is contained in:
Ö. Efe D.
2025-01-01 19:38:39 +01:00
parent 03b97ff8ee
commit 1637270ca3
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ This file stores essential metadata in JSON format. **Make sure you adhere to th
``` ```
- **title**: The name of your mod. - **title**: The name of your mod.
- **mod-loader**: Must be either `steamodded` or `balamod`. - **mod-loader**: Must be either `steamodded` or `lovely-only`.
- **category**: Must be one of `Gameplay`, `UI`, or `Card Mods`. - **category**: Must be one of `Gameplay`, `UI`, or `Card Mods`.
- **author**: Your chosen username or handle. - **author**: Your chosen username or handle.
- **repo**: A link to your mods repository. - **repo**: A link to your mods repository.

View File

@@ -8,7 +8,7 @@
}, },
"mod-loader": { "mod-loader": {
"type": "string", "type": "string",
"enum": ["steamodded", "balamod"] "enum": ["steamodded", "lovely-only"]
}, },
"category": { "category": {
"type": "string", "type": "string",