diff options
author | RealBadAngel <maciej.kasatkin@o2.pl> | 2014-07-25 07:35:55 +0200 |
---|---|---|
committer | RealBadAngel <maciej.kasatkin@o2.pl> | 2014-08-25 12:47:06 +0200 |
commit | e66bb9b864ad8e917f20879d5a4a31fc744c766c (patch) | |
tree | 57606a08b45ebbc6c2d20ebc33d1ff7d252b127a /src/clientserver.h | |
parent | 3ce6888c1ccba6e54fef4c370d178824cf80e421 (diff) | |
download | minetest-e66bb9b864ad8e917f20879d5a4a31fc744c766c.tar.gz minetest-e66bb9b864ad8e917f20879d5a4a31fc744c766c.tar.bz2 minetest-e66bb9b864ad8e917f20879d5a4a31fc744c766c.zip |
Allow use all 6 faces for special tiles.
Protocol version bump.
Diffstat (limited to 'src/clientserver.h')
-rw-r--r-- | src/clientserver.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/clientserver.h b/src/clientserver.h index f12384b18..5f7864768 100644 --- a/src/clientserver.h +++ b/src/clientserver.h @@ -105,9 +105,12 @@ with this program; if not, write to the Free Software Foundation, Inc., add swap_node PROTOCOL_VERSION 23: TOSERVER_CLIENT_READY + PROTOCOL_VERSION 24: + ContentFeatures version 7 + ContentFeatures: change number of special tiles to 6 (CF_SPECIAL_COUNT) */ -#define LATEST_PROTOCOL_VERSION 23 +#define LATEST_PROTOCOL_VERSION 24 // Server's supported network protocol range #define SERVER_PROTOCOL_VERSION_MIN 13 |