mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 01:53:45 +01:00
Add feature table entry for new dynamic media API
This commit is contained in:
parent
ad076ede85
commit
16a62426d6
@ -21,6 +21,7 @@ core.features = {
|
|||||||
use_texture_alpha_string_modes = true,
|
use_texture_alpha_string_modes = true,
|
||||||
degrotate_240_steps = true,
|
degrotate_240_steps = true,
|
||||||
abm_min_max_y = true,
|
abm_min_max_y = true,
|
||||||
|
dynamic_add_media_table = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
function core.has_feature(arg)
|
function core.has_feature(arg)
|
||||||
|
@ -4567,6 +4567,8 @@ Utilities
|
|||||||
degrotate_240_steps = true,
|
degrotate_240_steps = true,
|
||||||
-- ABM supports min_y and max_y fields in definition (5.5.0)
|
-- ABM supports min_y and max_y fields in definition (5.5.0)
|
||||||
abm_min_max_y = true,
|
abm_min_max_y = true,
|
||||||
|
-- dynamic_add_media supports passing a table with options (5.5.0)
|
||||||
|
dynamic_add_media_table = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
* `minetest.has_feature(arg)`: returns `boolean, missing_features`
|
* `minetest.has_feature(arg)`: returns `boolean, missing_features`
|
||||||
|
Loading…
Reference in New Issue
Block a user