chore: update version

This commit is contained in:
Tsubasa6848
2024-06-04 14:29:18 +08:00
Unverified
parent b6c99dd220
commit de66e01dfc
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -676,6 +676,6 @@ void Export_Compatibility_API() {
if (auto block = Block::tryGetFromRegistry(blockName)) {
return block->buildDescriptionId();
}
return blockName;
return "tile.unknown.name";
});
}