From de66e01dfc29a6857758309333c9aeb2d5ce9e1f Mon Sep 17 00:00:00 2001 From: Tsubasa6848 <116721335+Tsubasa6848@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:29:18 +0800 Subject: [PATCH] chore: update version --- manifest.json | 2 +- src/CompatibilityApi.cpp | 2 +- src/Global.h | 2 +- tooth.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 47a9296..4b5cc81 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "${pluginName}", "entry": "${pluginFile}", - "version": "0.12.7", + "version": "0.12.8", "author": "GroupMountain", "type": "native", "dependencies": [ diff --git a/src/CompatibilityApi.cpp b/src/CompatibilityApi.cpp index a8dc808..e1bed12 100644 --- a/src/CompatibilityApi.cpp +++ b/src/CompatibilityApi.cpp @@ -676,6 +676,6 @@ void Export_Compatibility_API() { if (auto block = Block::tryGetFromRegistry(blockName)) { return block->buildDescriptionId(); } - return blockName; + return "tile.unknown.name"; }); } \ No newline at end of file diff --git a/src/Global.h b/src/Global.h index f768e81..2faf847 100644 --- a/src/Global.h +++ b/src/Global.h @@ -11,7 +11,7 @@ using namespace Mod; #define LIB_VERSION_MAJOR 0 #define LIB_VERSION_MINOR 12 -#define LIB_VERSION_PATCH 7 +#define LIB_VERSION_PATCH 8 #define LIB_VERSION Version(LIB_VERSION_MAJOR, LIB_VERSION_MINOR, LIB_VERSION_PATCH) diff --git a/tooth.json b/tooth.json index d5bba3e..e0af367 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/GroupMountain/GMLIB-LegacyRemoteCallApi", - "version": "0.12.7", + "version": "0.12.8", "info": { "name": "GMLIB-LegacyRemoteCallApi", "description": "Legacy RemoteCall API for GMLIB", @@ -14,9 +14,9 @@ "library" ] }, - "asset_url": "https://github.com/GroupMountain/GMLIB-LegacyRemoteCallApi/releases/download/v0.12.7/GMLIB-LegacyRemoteCallApi-windows-x64.zip", + "asset_url": "https://github.com/GroupMountain/GMLIB-LegacyRemoteCallApi/releases/download/v0.12.8/GMLIB-LegacyRemoteCallApi-windows-x64.zip", "dependencies": { - "github.com/GroupMountain/GMLIB": ">=0.12.7" + "github.com/GroupMountain/GMLIB": ">=0.12.8" }, "files": { "place": [