1
0
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:
cx384
2025-10-26 18:48:53 +01:00
committed by GitHub
parent dde463635e
commit 93ccb4b355
23 changed files with 606 additions and 227 deletions

View File

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