1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-07 16:48:40 +00:00

Allow use all 6 faces for special tiles.

Protocol version bump.
This commit is contained in:
RealBadAngel 2014-07-25 07:35:55 +02:00
parent 3ce6888c1c
commit e66bb9b864
3 changed files with 134 additions and 28 deletions

View file

@ -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