#11 Fix amethyst buds light levels again

This commit is contained in:
kay27 2022-02-05 20:56:26 +04:00
parent 218ab6fe15
commit ed3ae8c32e
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ for _, def in pairs(bud_def) do
drawtype = "plantlike",
use_texture_alpha = "clip",
sunlight_propagates = true,
light_source = light_source,
light_source = def.light_source,
groups = {
dig_by_water = 1,
destroy_by_lava_flow = 1,