mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-28 14:15:18 +01:00
Add inventory image animation API (#16538)
This commit is contained in:
@@ -52,6 +52,7 @@ core.features = {
|
||||
particlespawner_exclude_player = true,
|
||||
generate_decorations_biomes = true,
|
||||
chunksize_vector = true,
|
||||
item_inventory_image_animation = true,
|
||||
}
|
||||
|
||||
function core.has_feature(arg)
|
||||
|
||||
@@ -132,6 +132,7 @@ core.protocol_versions = {
|
||||
["5.12.0"] = 48,
|
||||
["5.13.0"] = 49,
|
||||
["5.14.0"] = 50,
|
||||
["5.15.0"] = 51,
|
||||
}
|
||||
|
||||
setmetatable(core.protocol_versions, {__newindex = function()
|
||||
|
||||
Reference in New Issue
Block a user