mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Raise PROTOCOL_VERSION to 9, as this is not compatible with earlier versions
This commit is contained in:
parent
6779036d25
commit
836595313c
1 changed files with 4 additions and 1 deletions
|
@ -47,9 +47,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
PROTOCOL_VERSION 8:
|
||||
Digging based on item groups
|
||||
Many things
|
||||
PROTOCOL_VERSION 9:
|
||||
ContentFeatures and NodeDefManager use a different serialization
|
||||
format; better for future version cross-compatibility
|
||||
*/
|
||||
|
||||
#define PROTOCOL_VERSION 8
|
||||
#define PROTOCOL_VERSION 9
|
||||
|
||||
#define PROTOCOL_ID 0x4f457403
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue