i suggest to change the electricity copper lamp recipe icon for this one for a nice QoL to know what to choose fast instead of hover
here is the icon : https://filetransfer.io/data-package/5G4jY5lH#link
-- Electric Copper Lamp Recipe
{
name = DLL.electric_copper_name,
type = "recipe",
icon = string.format("%s/copper-lampelect.png", DLL.icon_path),
icon_size = 64,
enabled = true,
ingredients = {
{ type = "item", name = "advanced-circuit", amount = 2 },
{ type = "item", name = "copper-cable", amount = 4 },
{ type = "item", name = "iron-plate", amount = 6 },
},
results = {
{ type = "item", name = DLL.electric_copper_name, amount = 1 }
},
subgroup = "circuit-network", -- Electric copper lamp under circuit-network
order = "a[lamp]-c[electric-copper-lamp]", -- Place after copper lamp
category = "crafting" -- Category for crafting
},