remove balamod. Add lovely-only
This commit is contained in:
@@ -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 mod’s repository.
|
- **repo**: A link to your mod’s repository.
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user