change air filter icon

This commit is contained in:
Joey De Pauw 2019-10-06 15:13:01 +02:00
parent 2d640e57e6
commit bbabdeebf5
1 changed files with 20 additions and 2 deletions

View File

@ -79,7 +79,16 @@ data:extend({
type = "recipe",
name = "filter-air",
hide_from_player_crafting = true,
icon = "__better-air-filtering__/graphics/icons/recipe/filter-air.png",
icons = {
{
icon = "__base__/graphics/icons/fluid/pollution.png"
},
{
icon = "__better-air-filtering__/graphics/icons/recipe/filter-air.png",
scale = 0.6,
shift = { 6, 6 }
},
},
icon_size = 32,
category = "air-filtering-basic",
subgroup = "raw-material",
@ -96,7 +105,16 @@ data:extend({
type = "recipe",
name = "filter-air2",
hide_from_player_crafting = true,
icon = "__better-air-filtering__/graphics/icons/recipe/filter-air.png",
icons = {
{
icon = "__base__/graphics/icons/fluid/pollution.png"
},
{
icon = "__better-air-filtering__/graphics/icons/recipe/filter-air.png",
scale = 0.6,
shift = { 6, 6 }
},
},
icon_size = 32,
category = "air-filtering-advanced",
subgroup = "raw-material",