forked from VoxeLibre/VoxeLibre
Fix amethyst buds light levels again
This commit is contained in:
parent
206c98e354
commit
1a83f50505
|
@ -123,6 +123,7 @@ for _, def in pairs(bud_def) do
|
||||||
drawtype = "plantlike",
|
drawtype = "plantlike",
|
||||||
use_texture_alpha = "clip",
|
use_texture_alpha = "clip",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
light_source = def.light_source,
|
||||||
groups = {
|
groups = {
|
||||||
dig_by_water = 1,
|
dig_by_water = 1,
|
||||||
destroy_by_lava_flow = 1,
|
destroy_by_lava_flow = 1,
|
||||||
|
|
Loading…
Reference in New Issue