Skip to content

Commit

Permalink
Update mod.json
Browse files Browse the repository at this point in the history
  • Loading branch information
user95401 authored Oct 24, 2024
1 parent d641089 commit ead802e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"id": "user95401.unverified_mods",
"name": "Unverified Mods",
"version": "v1.4.1",
"version": "v1.4.2",
"developer": "user95401",
"description": "Make you able to see unverified mods.",
"links": {
Expand All @@ -27,5 +27,13 @@
"version": ">=v1.13.1",
"importance": "required"
}
]
],
"settings": {
"status param": {
"type": "string",
"name": "status param",
"default": "pending",
"one-of": ["approved", "rejected", "pending", "unlisted"]
}
}
}

0 comments on commit ead802e

Please sign in to comment.