mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Cache liquid alternative IDs (#8053)
This commit is contained in:
parent
42fcfb75e8
commit
82e4137893
6 changed files with 38 additions and 16 deletions
|
@ -412,8 +412,8 @@ void Server::init()
|
|||
// Perform pending node name resolutions
|
||||
m_nodedef->runNodeResolveCallbacks();
|
||||
|
||||
// unmap node names for connected nodeboxes
|
||||
m_nodedef->mapNodeboxConnections();
|
||||
// unmap node names in cross-references
|
||||
m_nodedef->resolveCrossrefs();
|
||||
|
||||
// init the recipe hashes to speed up crafting
|
||||
m_craftdef->initHashes(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue