1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-04 17:25:30 +01:00

Fixes and improvements for item image animations (#16620)

This commit is contained in:
cx384
2025-10-29 10:26:59 +01:00
committed by GitHub
parent 97c9f8f709
commit d4d3e10531
8 changed files with 37 additions and 43 deletions

View File

@@ -5855,7 +5855,7 @@ Utilities
-- 'chunksize' mapgen setting can be a vector, instead of a single number (5.15.0)
chunksize_vector = true,
-- Item definition fields `inventory_image`, `inventory_overlay`, `wield_image`
-- and `wield_overlay` accept a table containing animation definitions. (5.16.0)
-- and `wield_overlay` accept a table containing animation definitions. (5.15.0)
item_image_animation = true,
}
```