From 0a4369554be078a20a051dd7e286c51bafca4c7a Mon Sep 17 00:00:00 2001 From: Brevven Date: Sat, 2 Jul 2022 00:43:59 -0700 Subject: [PATCH] fix icon --- changelog.txt | 2 ++ titanium-recipe-se.lua | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index f2f35eb..c985505 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,8 @@ Version: 1.2.2 Date: 2022-07-02 Changes: - SE/K2 subgroup cleanup + Fixes: + - SE ingot -> plate icon --------------------------------------------------------------------------------------------------- Version: 1.2.1 Date: 2022-07-02 diff --git a/titanium-recipe-se.lua b/titanium-recipe-se.lua index 11a4f3f..7beb30e 100644 --- a/titanium-recipe-se.lua +++ b/titanium-recipe-se.lua @@ -91,7 +91,7 @@ if string.sub(mods["space-exploration"], 1, 3) == "0.6" then icons = { {icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64, icon_mipmaps = 3}, - {icon = "__bztitanium__/graphics/icons/titanium-ingot.png", icon_size = 128, scale = 0.25, shift = {-8, -8}}, + {icon = "__bztitanium__/graphics/icons/titanium-ingot.png", icon_size = 128, scale = 0.125, shift = {-8, -8}}, }, results = { {name = "titanium-plate", amount = 10},