From 10f067b6c98a62b03db3a4bafa1b8471114e88ee Mon Sep 17 00:00:00 2001 From: PreLeyZero Date: Thu, 2 Jun 2022 20:19:03 +0200 Subject: [PATCH] fix solid fuel icons --- prototypes/fi_recipes.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prototypes/fi_recipes.lua b/prototypes/fi_recipes.lua index 89dbfc0..b4775b6 100644 --- a/prototypes/fi_recipes.lua +++ b/prototypes/fi_recipes.lua @@ -1463,7 +1463,7 @@ data:extend({ enabled = 'false', category = 'chemistry', main_product = 'solid-fuel', - icon = sprite('icons/fi_solid_1.png'), + icon = sprite('icons/fi_solid_2.png'), icon_size = 64, ingredients = { {type="fluid", name="el_kerosene", amount=20}, @@ -1482,7 +1482,7 @@ data:extend({ enabled = 'false', category = 'chemistry', main_product = 'solid-fuel', - icon = sprite('icons/fi_solid_2.png'), + icon = sprite('icons/fi_solid_1.png'), icon_size = 64, ingredients = { {type="fluid", name="el_desulfurized_kerosene", amount=30},