1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

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)