From 5ffdc26673169e05492141709fbb18e8fb6e5937 Mon Sep 17 00:00:00 2001 From: unknown <24964441+wsor4035@users.noreply.github.com> Date: Mon, 16 May 2022 22:41:02 -0400 Subject: [PATCH] fix https://github.com/mt-mods/homedecor_modpack/issues/34 --- homedecor_lighting/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homedecor_lighting/init.lua b/homedecor_lighting/init.lua index 20f5f7f6..0bbe3d9e 100644 --- a/homedecor_lighting/init.lua +++ b/homedecor_lighting/init.lua @@ -241,7 +241,7 @@ for brightness_level = 0, 14 do } overlay = { { name = "homedecor_glowlight_top_glare.png", color = "white"}, - "", + { name = "homedecor_glowlight_top_glare.png", color = "white"}, { name = sides_glare, color = "white"}, { name = sides_glare, color = "white"}, { name = sides_glare, color = "white"}, @@ -309,7 +309,7 @@ for brightness_level = 0, 14 do } overlay = { { name = "homedecor_glowlight_top_glare.png", color = "white"}, - "", + { name = "homedecor_glowlight_top_glare.png", color = "white"}, { name = sides_glare, color = "white"}, { name = sides_glare, color = "white"}, { name = sides_glare, color = "white"}, @@ -378,7 +378,7 @@ for brightness_level = 0, 14 do } overlay = { { name = "homedecor_glowlight_cube_top_glare.png", color = "white"}, - "", + { name = "homedecor_glowlight_cube_top_glare.png", color = "white"}, { name = sides_glare, color = "white"}, { name = sides_glare, color = "white"}, { name = sides_glare, color = "white"},