mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Raise the maximum node limit to 0x7fff
As agreed to by kahrl
This commit is contained in:
parent
6e17503208
commit
8bc68645cb
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ typedef u16 content_t;
|
|||
there is enough room for dummy node IDs, which are created when
|
||||
a MapBlock containing unknown node names is loaded from disk.
|
||||
*/
|
||||
#define MAX_REGISTERED_CONTENT 0xfffU
|
||||
#define MAX_REGISTERED_CONTENT 0x7fffU
|
||||
|
||||
/*
|
||||
A solid walkable node with the texture unknown_node.png.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue