changed categories
This commit is contained in:
@@ -30,7 +30,7 @@ This file stores essential metadata in JSON format. **Make sure you adhere to th
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"title": "Extended Cards",
|
"title": "Extended Cards",
|
||||||
"mod-loader": "steamodded",
|
"requires-steamodded": true,
|
||||||
"category": "Gameplay",
|
"category": "Gameplay",
|
||||||
"author": "Joe Mama",
|
"author": "Joe Mama",
|
||||||
"repo": "https://github.com/joemama/extended-cards",
|
"repo": "https://github.com/joemama/extended-cards",
|
||||||
@@ -39,8 +39,8 @@ 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 `lovely-only`.
|
- **requires-steamodded**: If your mod requires the Steamodded mod loader, set this to `true`.
|
||||||
- **category**: Must be one of `Gameplay`, `UI`, or `Card Mods`.
|
- **category**: Must be one of `Content`, `Joker`, `Quality of Life`, `Technical`, `Miscellaneous`, `Resource Packs` or `API`.
|
||||||
- **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.
|
||||||
- **downloadURL**: A direct link to the latest version of your released mod. (Can be same as `repo` if no separate download link exists.)
|
- **downloadURL**: A direct link to the latest version of your released mod. (Can be same as `repo` if no separate download link exists.)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"title": "Pokermon",
|
"title": "Pokermon",
|
||||||
"mod-loader": "steamodded",
|
"requires-steamodded": true,
|
||||||
"category": "Gameplay",
|
"category": "Content",
|
||||||
"author": "InertSteak",
|
"author": "InertSteak",
|
||||||
"repo":"https://github.com/InertSteak/Pokermon",
|
"repo":"https://github.com/InertSteak/Pokermon",
|
||||||
"downloadURL": "https://github.com/InertSteak/Pokermon/archive/refs/tags/2.1.0b.tar.gz"
|
"downloadURL": "https://github.com/InertSteak/Pokermon/archive/refs/tags/2.1.0b.tar.gz"
|
||||||
|
|||||||
@@ -6,13 +6,12 @@
|
|||||||
"title": {
|
"title": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"mod-loader": {
|
"requires-steamodded": {
|
||||||
"type": "string",
|
"type": "boolean",
|
||||||
"enum": ["steamodded", "lovely-only"]
|
|
||||||
},
|
},
|
||||||
"category": {
|
"category": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["Gameplay", "UI", "Card Mods"]
|
"enum": ["Content", "Joker", "Quality of Life", "Technical", "Miscellaneous", "Resource Packs", "API"]
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
|||||||
Reference in New Issue
Block a user