1
0
Fork 0
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:
SFENCE 2025-06-15 19:51:31 +02:00
parent 24a33e7a19
commit 41f1804f32
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ core.features = {
particle_blend_clip = true,
remove_item_match_meta = true,
httpfetch_additional_methods = true,
vision_color_transform = true,
color_transform_matrix = true,
}
function core.has_feature(arg)

View file

@ -5811,7 +5811,7 @@ Utilities
-- The HTTP API supports the HEAD and PATCH methods (5.12.0)
httpfetch_additional_methods = true,
-- Scene color can be transformed by transform matrix (5.13.0)
vision_color_transform = true,
color_transform_matrix = true,
}
```