diff --git a/homedecor/bathroom_furniture.lua b/homedecor/bathroom_furniture.lua
index 64ae2143..09ebee9a 100644
--- a/homedecor/bathroom_furniture.lua
+++ b/homedecor/bathroom_furniture.lua
@@ -35,6 +35,7 @@ for i in ipairs(bathroom_tile_colors) do
 			"("..coloredtile..")^[transformR90"
 		},
 		groups = {cracky=3},
+		paramtype = "light",
 		sounds = default.node_sound_stone_defaults(),
 	})
 end