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:
parent
3ce6888c1c
commit
e66bb9b864
3 changed files with 134 additions and 28 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue