diff --git a/lignumis/prototypes/compatibility/metal-and-stars.lua b/lignumis/prototypes/compatibility/metal-and-stars.lua index 5cdf6d3..34abca4 100644 --- a/lignumis/prototypes/compatibility/metal-and-stars.lua +++ b/lignumis/prototypes/compatibility/metal-and-stars.lua @@ -3,4 +3,6 @@ if not mods["metal-and-stars"] then end data.raw.recipe["gold-plate"].enabled = true -data.raw.recipe["gold-cable"].enabled = true \ No newline at end of file +data.raw.recipe["gold-cable"].enabled = true + +data.raw.item["gold-plate"].icon = "__lignumis__/graphics/icons/gold-plate.png" \ No newline at end of file