mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-09 11:35:21 +01:00
Add inventory image animation API (#16538)
This commit is contained in:
@@ -71,10 +71,13 @@
|
||||
PROTOCOL VERSION 50
|
||||
Support for TOCLIENT_SPAWN_PARTICLE_BATCH
|
||||
[scheduled bump for 5.14.0]
|
||||
PROTOCOL VERSION 51
|
||||
Only send first frame of animated item/wield images to older client
|
||||
[scheduled bump for 5.15.0]
|
||||
*/
|
||||
|
||||
// Note: Also update core.protocol_versions in builtin when bumping
|
||||
const u16 LATEST_PROTOCOL_VERSION = 50;
|
||||
const u16 LATEST_PROTOCOL_VERSION = 51;
|
||||
|
||||
// See also formspec [Version History] in doc/lua_api.md
|
||||
const u16 FORMSPEC_API_VERSION = 10;
|
||||
|
||||
Reference in New Issue
Block a user