From ab8dfb45b4e1f6b2c331cc9b8a367ae81cd16f42 Mon Sep 17 00:00:00 2001 From: Jude Melton-Houghton Date: Sat, 13 Aug 2022 02:53:47 -0400 Subject: Allow buffer argument to VoxelManip:get_light_data (#12682) --- builtin/game/features.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'builtin/game') 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) -- cgit v1.2.3