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 e638b02..eeb7a6b 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", @@ -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" },