Raise PROTOCOL_VERSION to 9, as this is not compatible with earlier versions
This commit is contained in:
parent
6779036d25
commit
836595313c
|
@ -47,9 +47,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
PROTOCOL_VERSION 8:
|
PROTOCOL_VERSION 8:
|
||||||
Digging based on item groups
|
Digging based on item groups
|
||||||
Many things
|
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
|
#define PROTOCOL_ID 0x4f457403
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue