Allow buffer argument to VoxelManip:get_light_data (#12682)

This commit is contained in:
Jude Melton-Houghton
2022-08-13 02:53:47 -04:00
committed by GitHub
parent 59601eb922
commit ab8dfb45b4
3 changed files with 14 additions and 2 deletions

View File

@@ -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)