mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Rename feature.
This commit is contained in:
parent
24a33e7a19
commit
41f1804f32
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ core.features = {
|
||||||
particle_blend_clip = true,
|
particle_blend_clip = true,
|
||||||
remove_item_match_meta = true,
|
remove_item_match_meta = true,
|
||||||
httpfetch_additional_methods = true,
|
httpfetch_additional_methods = true,
|
||||||
vision_color_transform = true,
|
color_transform_matrix = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
function core.has_feature(arg)
|
function core.has_feature(arg)
|
||||||
|
|
|
@ -5811,7 +5811,7 @@ Utilities
|
||||||
-- The HTTP API supports the HEAD and PATCH methods (5.12.0)
|
-- The HTTP API supports the HEAD and PATCH methods (5.12.0)
|
||||||
httpfetch_additional_methods = true,
|
httpfetch_additional_methods = true,
|
||||||
-- Scene color can be transformed by transform matrix (5.13.0)
|
-- Scene color can be transformed by transform matrix (5.13.0)
|
||||||
vision_color_transform = true,
|
color_transform_matrix = true,
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue