mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Node metadata framework
This commit is contained in:
@@ -2821,10 +2821,15 @@ int main(int argc, char *argv[])
|
||||
hilightboxes.push_back(nodehilightbox);
|
||||
|
||||
/*
|
||||
TODO:
|
||||
Check information text of node
|
||||
*/
|
||||
|
||||
NodeMetadata *meta = client.getNodeMetadata(nodepos);
|
||||
if(meta)
|
||||
{
|
||||
infotext = narrow_to_wide(meta->infoText());
|
||||
}
|
||||
|
||||
/*
|
||||
Handle digging
|
||||
*/
|
||||
|
Reference in New Issue
Block a user