diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-04-23 15:11:14 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-04-23 15:11:14 +0200 |
commit | 93d0d73d268ead1b7bcb44f2a12d11143d3a930c (patch) | |
tree | b35a670c2666be287e063c5f9a65a5da0810f10c | |
parent | c482edd110fd40bae36c9e8523aa2b30832e1d20 (diff) | |
download | SkyHanni-REPO-93d0d73d268ead1b7bcb44f2a12d11143d3a930c.tar.gz SkyHanni-REPO-93d0d73d268ead1b7bcb44f2a12d11143d3a930c.tar.bz2 SkyHanni-REPO-93d0d73d268ead1b7bcb44f2a12d11143d3a930c.zip |
SBA Contributors are an extra option now
-rw-r--r-- | constants/Contributors.json | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/constants/Contributors.json b/constants/Contributors.json index 0574dba..76de96c 100644 --- a/constants/Contributors.json +++ b/constants/Contributors.json @@ -66,26 +66,29 @@ "alt from": "CalMWolfs"
},
"Zickles": {},
- "__comment__": {
- "The names below are the developers of SBA": ""
- },
"Biscut": {
- "spinny": true
+ "spinny": true,
+ "external_mod": "SBA"
},
"Pinpointed": {
- "spinny": true
+ "spinny": true,
+ "external_mod": "SBA"
},
"Berded": {
- "spinny": true
+ "spinny": true,
+ "external_mod": "SBA"
},
"Potat_owo": {
- "spinny": true
+ "spinny": true,
+ "external_mod": "SBA"
},
"Pnda__": {
- "spinny": true
+ "spinny": true,
+ "external_mod": "SBA"
},
"StopUsingSBE": {
- "spinny": true
+ "spinny": true,
+ "external_mod": "SBA"
}
}
}
\ No newline at end of file |