update phenol icon

This commit is contained in:
Brevven 2022-07-17 05:07:17 -07:00
parent feba435c95
commit 0a2c35d421
6 changed files with 7 additions and 2 deletions

View file

@ -6,8 +6,13 @@ data:extend({
{
type = "item",
name = "phenol",
icon = "__bzgas__/graphics/icons/phenol.png",
icon_size = 128,
icon = "__bzgas__/graphics/icons/phenol.png", icon_size = 128,
pictures = {
{filename = "__bzgas__/graphics/icons/phenol.png", size = 128, scale = 0.125},
{filename = "__bzgas__/graphics/icons/phenol-2.png", size = 128, scale = 0.125},
{filename = "__bzgas__/graphics/icons/phenol-3.png", size = 128, scale = 0.125},
{filename = "__bzgas__/graphics/icons/phenol-4.png", size = 128, scale = 0.125},
},
subgroup = "raw-material",
order = "g[phenol]",
stack_size = util.get_stack_size(100),