From e4d31d71bed86ca61c75271af70355949e1ff447 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Wed, 17 Jan 2024 16:06:30 +0100 Subject: [PATCH] refactor: Reanchor JSON root under "thunderstore" key This is to potentially allow other platforms in the future --- verified-mods.json | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/verified-mods.json b/verified-mods.json index b5645b7..6f782eb 100644 --- a/verified-mods.json +++ b/verified-mods.json @@ -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" + } + ] + } } }