diff options
author | Jude Melton-Houghton <jwmhjwmh@gmail.com> | 2022-08-13 02:53:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-13 08:53:47 +0200 |
commit | ab8dfb45b4e1f6b2c331cc9b8a367ae81cd16f42 (patch) | |
tree | ffb0f65b0792eebdf87a68ab8a7351e87799c06f /builtin | |
parent | 59601eb9229032f8126f9ff11598faf25357ca44 (diff) | |
download | minetest-ab8dfb45b4e1f6b2c331cc9b8a367ae81cd16f42.tar.xz |
Allow buffer argument to VoxelManip:get_light_data (#12682)
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/game/features.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/game/features.lua b/builtin/game/features.lua index 73b16361e..896a893b2 100644 --- a/builtin/game/features.lua +++ b/builtin/game/features.lua @@ -24,6 +24,7 @@ core.features = { particlespawner_tweenable = true, dynamic_add_media_table = true, get_sky_as_table = true, + get_light_data_buffer = true, } function core.has_feature(arg) |