Code: Select all
{
type = "item",
name = "steam-turbine",
icons =
{
{
icon = "__base__/graphics/icons/steam-engine.png",
},
{
icon = "__base__/graphics/icons/steam-engine.png",
tint = turbine_tint
}
},
flags = {"goes-to-quickbar"},
subgroup = "energy",
order = "b[steam-power]-e[steam-turbine]",
place_result = "steam-turbine",
stack_size = 10
},
I know it does tint the vanilla steam turbine but what is the exact structure
Why two icons for one item. It doesnt make sense to me.
Are there more options to alter an icon?