We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a33e7 commit 41f1804Copy full SHA for 41f1804
builtin/game/features.lua
@@ -47,7 +47,7 @@ core.features = {
47
particle_blend_clip = true,
48
remove_item_match_meta = true,
49
httpfetch_additional_methods = true,
50
- vision_color_transform = true,
+ color_transform_matrix = true,
51
}
52
53
function core.has_feature(arg)
doc/lua_api.md
@@ -5811,7 +5811,7 @@ Utilities
5811
-- The HTTP API supports the HEAD and PATCH methods (5.12.0)
5812
5813
-- Scene color can be transformed by transform matrix (5.13.0)
5814
5815
5816
```
5817
0 commit comments