Skip to content

Commit

Permalink
refactor: Reanchor JSON root under "thunderstore" key
Browse files Browse the repository at this point in the history
This is to potentially allow other platforms in the future
  • Loading branch information
GeckoEidechse committed Jan 17, 2024
1 parent 09e5bd7 commit e4d31d7
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions verified-mods.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
{
"Odd.s2space": {
"DependencyPrefix": "odds-s2space",
"Repository": "https://github.com/uniboi/s2space",
"Versions": [
{
"Version": "0.0.5",
"CommitHash": "f27b8f1f05d5278aa8f47ead2d9e70f39f274173",
"Checksum": "670987e07806e8dffcb591bad8724f29abc18d9baa304d9ab4fae7804bd86bc2"
}
]
},
"Parkour": {
"DependencyPrefix": "Alystrasz-Parkour",
"Repository": "https://github.com/Alystrasz/Alystrasz.Parkour",
"Versions": [
{
"Version": "0.2.1",
"CommitHash": "0eca593ac1666aeeaa061a5c545d917d47d6d113",
"Checksum": "eef8ae5a88df68b249529f31713d0219b18391202dfeedc2d109936c729c571c"
}
]
"thunderstore": {
"Odd.s2space": {
"DependencyPrefix": "odds-s2space",
"Repository": "https://github.com/uniboi/s2space",
"Versions": [
{
"Version": "0.0.5",
"CommitHash": "f27b8f1f05d5278aa8f47ead2d9e70f39f274173",
"Checksum": "670987e07806e8dffcb591bad8724f29abc18d9baa304d9ab4fae7804bd86bc2"
}
]
},
"Parkour": {
"DependencyPrefix": "Alystrasz-Parkour",
"Repository": "https://github.com/Alystrasz/Alystrasz.Parkour",
"Versions": [
{
"Version": "0.2.1",
"CommitHash": "0eca593ac1666aeeaa061a5c545d917d47d6d113",
"Checksum": "eef8ae5a88df68b249529f31713d0219b18391202dfeedc2d109936c729c571c"
}
]
}
}
}

0 comments on commit e4d31d7

Please sign in to comment.