-
Notifications
You must be signed in to change notification settings - Fork 0
/
modinfo.json
35 lines (35 loc) · 957 Bytes
/
modinfo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"defaults": {
"authors": "stelmo",
"source": "https://github.com/stealmyhousekey/bl2-sdk-mods",
"issues": "https://github.com/stealmyhousekey/bl2-sdk-mods/issues",
"supports": [
"BL2",
"TPS"
],
"license": "MIT"
},
"mods": [
{
"name": "NoCap",
"description": [
"Extends team limits and functionality for 5+ player lobbies.\n",
"Allows up to 8 teams (32 players) by default."
],
"tagline": "Increase lobby size for 5+ players",
"types": [
"Gameplay"
],
"latest": "0.1.2",
"versions": {
"0.1.2": "https://github.com/stealmyhousekey/bl2-sdk-mods/raw/main/NoCap/NoCap.zip"
},
"supports": [
"BL2"
],
"requirements": {
"UserFeedback": ">=1.5"
}
}
]
}