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,