diff --git a/plugins/minigames.json b/plugins/minigames.json index ff0e3fb..f101bb1 100644 --- a/plugins/minigames.json +++ b/plugins/minigames.json @@ -911,7 +911,12 @@ } ], "versions": { - "1.0.0": null + "1.0.0": { + "api_version": 8, + "commit_sha": "5063690", + "released_on": "03-02-2024", + "md5sum": "4a9cdcd798454e5034a5ea9ce58fe586" + } } }, "super_duel": { @@ -974,7 +979,12 @@ } ], "versions": { - "1.0.0": null + "1.0.0": { + "api_version": 8, + "commit_sha": "5063690", + "released_on": "03-02-2024", + "md5sum": "a07a171c29417056bb69ed1cf0f2864b" + } } }, "hyper_race": { @@ -988,7 +998,12 @@ } ], "versions": { - "1.0.0": null + "1.0.0": { + "api_version": 8, + "commit_sha": "5063690", + "released_on": "03-02-2024", + "md5sum": "8b423bdae256bd411489528b550b8bd9" + } } }, "meteor_shower_deluxe": { @@ -1154,7 +1169,12 @@ } ], "versions": { - "1.0.0": null + "1.0.0": { + "api_version": 8, + "commit_sha": "5063690", + "released_on": "03-02-2024", + "md5sum": "15e303e02e3da4636fd002c43a579180" + } } }, "gravity_falls": { @@ -1187,7 +1207,12 @@ } ], "versions": { - "1.0.0": null + "1.0.0": { + "api_version": 8, + "commit_sha": "5063690", + "released_on": "03-02-2024", + "md5sum": "b0519f41146eb2f8b9c2d6c747376a9b" + } } }, "down_into_the_abyss": { @@ -1296,7 +1321,12 @@ } ], "versions": { - "1.0.0": null + "1.0.0": { + "api_version": 8, + "commit_sha": "5063690", + "released_on": "03-02-2024", + "md5sum": "9fb61df79a50d010864964a7cb1de76e" + } } }, "fat_pigs": { diff --git a/plugins/minigames/bot_chase.py b/plugins/minigames/bot_chase.py index deab742..7ef9e80 100644 --- a/plugins/minigames/bot_chase.py +++ b/plugins/minigames/bot_chase.py @@ -19,6 +19,7 @@ if TYPE_CHECKING: def ba_get_api_version(): return 8 + def ba_get_levels(): return [bs._level.Level( 'Bot Chase', gametype=BotChaseGame, diff --git a/plugins/utilities.json b/plugins/utilities.json index fc48240..ed91ac7 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -1159,7 +1159,12 @@ } ], "versions": { - "1.0.0": null + "1.0.0": { + "api_version": 8, + "commit_sha": "5063690", + "released_on": "03-02-2024", + "md5sum": "3f301456128f422b7277c667f6c5c47e" + } } }, "bots_can_accept_powerups": {