From 8315ad0400af45ba0d8d1a2b917e431f0d290216 Mon Sep 17 00:00:00 2001 From: Tsubasa6848 <116721335+Tsubasa6848@users.noreply.github.com> Date: Thu, 15 Feb 2024 22:18:46 +0800 Subject: [PATCH 1/2] fix: fix Experiments ID --- src/LegacyModApi.cpp | 2 +- tooth.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LegacyModApi.cpp b/src/LegacyModApi.cpp index 4d6d740..19e4381 100644 --- a/src/LegacyModApi.cpp +++ b/src/LegacyModApi.cpp @@ -1,7 +1,7 @@ #include "Global.h" std::unordered_set HardCodedKeys = {"AlwaysUnlocked", "PlayerHasManyItems", "PlayerInWater", "None"}; -std::unordered_set ExperimentsList = {6, 7, 8, 9, 10, 12, 15, 16}; +std::unordered_set ExperimentsList = {6, 7, 8, 9, 10, 13, 16, 17, 18}; std::variant> makeRecipeUnlockingKey(std::string& key) { if (HardCodedKeys.count(key)) { diff --git a/tooth.json b/tooth.json index d118c16..f802852 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/GroupMountain/GMLIB-LegacyRemoteCallApi", - "version": "0.8.0", + "version": "0.8.1", "info": { "name": "GMLIB-LegacyRemoteCallApi", "description": "Legacy RemoteCall API for GMLIB", From abb26d1cbb99769974fd2fc01e4f0e2c550448a7 Mon Sep 17 00:00:00 2001 From: Tsubasa6848 <116721335+Tsubasa6848@users.noreply.github.com> Date: Thu, 15 Feb 2024 22:19:39 +0800 Subject: [PATCH 2/2] feat: update tooth.json --- tooth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooth.json b/tooth.json index f802852..dfc049d 100644 --- a/tooth.json +++ b/tooth.json @@ -13,7 +13,7 @@ "Library" ] }, - "asset_url": "https://github.com/GroupMountain/GMLIB-LegacyRemoteCallApi/releases/download/v0.8.0/GMLIB-LegacyRemoteCallApi-windows-x64.zip", + "asset_url": "https://github.com/GroupMountain/GMLIB-LegacyRemoteCallApi/releases/download/v0.8.1/GMLIB-LegacyRemoteCallApi-windows-x64.zip", "dependencies": { "github.com/GroupMountain/GMLIB": ">=0.8.1" },