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] 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",