diff options
author | Linnea Gräf <nea@nea.moe> | 2024-05-02 21:16:42 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-05-02 21:16:42 +0200 |
commit | 5c00a8bd663cc2c0ac68390189873444700dfabc (patch) | |
tree | b86c1523c3af9e230226dd6e1a7d5163cea0655f | |
parent | e121dfd93ef97bdb63ba39ea5363ec43d3f5ba69 (diff) | |
download | SkyHanni-REPO-feat/splitspinny.tar.gz SkyHanni-REPO-feat/splitspinny.tar.bz2 SkyHanni-REPO-feat/splitspinny.zip |
Spit spinny and upside downfeat/splitspinny
-rw-r--r-- | constants/Contributors.json | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/constants/Contributors.json b/constants/Contributors.json index e5feb5c..2a735cb 100644 --- a/constants/Contributors.json +++ b/constants/Contributors.json @@ -4,11 +4,13 @@ "appable": {},
"CalMWolfs": {
"suffix": "§e:)",
- "spinny": true
+ "spinny": true,
+ "upsideDown": true
},
"catgirlseraid": {
"suffix": "§d:3",
- "spinny": true
+ "spinny": true,
+ "upsideDown": true
},
"cimbraien": {},
"Conutik": {},
@@ -28,7 +30,10 @@ },
"JTAG": {},
"Ke5o": {},
- "lrg89": {},
+ "lrg89": {
+ "suffix": "§Z<3",
+ "upsideDown": true
+ },
"martimavocado": {},
"Mikecraft1224": {},
"NetheriteMiner": {},
@@ -45,16 +50,19 @@ "SkyHanni": {
"suffix": "§3§l:O",
"spinny": true,
+ "upsideDown": true,
"alt from": "hannibal2"
},
"ThatGravyBoat": {
"suffix": "§d:3",
- "spinny": true
+ "spinny": true,
+ "upsideDown": true
},
"thisiscad": {},
"Throwpo": {
"suffix": "§b:§dO",
- "spinny": true
+ "spinny": true,
+ "upsideDown": true
},
"Thunderblade73": {},
"Vahvl": {
@@ -68,6 +76,7 @@ "Wolfie586": {
"suffix": "§e:]",
"spinny": true,
+ "upsideDown": true,
"alt from": "CalMWolfs"
},
"Zickles": {},
@@ -77,23 +86,28 @@ },
"Pinpointed": {
"spinny": true,
+ "upsideDown": true,
"external_mod": "SBA"
},
"Berded": {
"spinny": true,
+ "upsideDown": true,
"external_mod": "SBA"
},
"Potat_owo": {
"spinny": true,
+ "upsideDown": true,
"external_mod": "SBA"
},
"Pnda__": {
"spinny": true,
+ "upsideDown": true,
"external_mod": "SBA"
},
"StopUsingSBE": {
"spinny": true,
+ "upsideDown": true,
"external_mod": "SBA"
}
}
-}
\ No newline at end of file +}
|