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},