With the recent updates on angels mods, I've added high definition icons on the item groups as shown below: The code for this particular one is shown below and here on github.
Code: Select all
{
type = "item-group",
name = "bio-processing-nauvis",
order = "la[angels]-d[bio-processing]-a[nauvis]",
inventory_order = "la[angels]-d[bio-processing]-a[nauvis]",
--icon = "__angelsbioprocessing__/graphics/technology/algae-farm-group.png",
--icon_size = 64,
icons = {
{
icon = "__angelsbioprocessing__/graphics/technology/algae-farm-tech.png",
icon_size = 128,
scale = 0.5
},
{
icon = "__angelsrefining__/graphics/icons/void.png",
icon_size = 32,
scale = 64 / 32 * 0.35,
shift = {20, -20}
}
}
},
lovely_santa