chore: update version
This commit is contained in:
@@ -676,6 +676,6 @@ void Export_Compatibility_API() {
|
||||
if (auto block = Block::tryGetFromRegistry(blockName)) {
|
||||
return block->buildDescriptionId();
|
||||
}
|
||||
return blockName;
|
||||
return "tile.unknown.name";
|
||||
});
|
||||
}
|
||||
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user