From ed3ae8c32eebb2006f21a5cc8e8de413e6e9d7cf Mon Sep 17 00:00:00 2001 From: kay27 Date: Sat, 5 Feb 2022 20:56:26 +0400 Subject: [PATCH] #11 Fix amethyst buds light levels again --- mods/ITEMS/mcl_amethyst/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_amethyst/init.lua b/mods/ITEMS/mcl_amethyst/init.lua index 0c6ff650b..d3bead7f2 100644 --- a/mods/ITEMS/mcl_amethyst/init.lua +++ b/mods/ITEMS/mcl_amethyst/init.lua @@ -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,