diff --git a/graphics/icons/titanium-ore - Copy.png b/graphics/icons/titanium-ore - Copy.png new file mode 100644 index 0000000..40d4bc7 Binary files /dev/null and b/graphics/icons/titanium-ore - Copy.png differ diff --git a/graphics/icons/titanium-ore-2.png b/graphics/icons/titanium-ore-2.png new file mode 100644 index 0000000..a5fcdf9 Binary files /dev/null and b/graphics/icons/titanium-ore-2.png differ diff --git a/graphics/icons/titanium-ore-3.png b/graphics/icons/titanium-ore-3.png new file mode 100644 index 0000000..b4a2354 Binary files /dev/null and b/graphics/icons/titanium-ore-3.png differ diff --git a/graphics/icons/titanium-ore-4.png b/graphics/icons/titanium-ore-4.png new file mode 100644 index 0000000..c5bd522 Binary files /dev/null and b/graphics/icons/titanium-ore-4.png differ diff --git a/graphics/icons/titanium-ore-n.png b/graphics/icons/titanium-ore-n.png new file mode 100644 index 0000000..b7779a6 Binary files /dev/null and b/graphics/icons/titanium-ore-n.png differ diff --git a/graphics/icons/titanium-ore-stacked.png b/graphics/icons/titanium-ore-stacked.png index ba12c3d..94b771f 100644 Binary files a/graphics/icons/titanium-ore-stacked.png and b/graphics/icons/titanium-ore-stacked.png differ diff --git a/graphics/icons/titanium-ore.png b/graphics/icons/titanium-ore.png index 40d4bc7..99cfc86 100644 Binary files a/graphics/icons/titanium-ore.png and b/graphics/icons/titanium-ore.png differ diff --git a/titanium-matter.lua b/titanium-matter.lua index 6201604..90f801d 100644 --- a/titanium-matter.lua +++ b/titanium-matter.lua @@ -15,8 +15,8 @@ data:extend( }, { icon = "__bztitanium__/graphics/icons/titanium-ore.png", - icon_size = 32, - scale = 1.7, + icon_size = 64, + scale = 0.85, } }, prerequisites = {"kr-matter-processing"}, diff --git a/titanium-ore.lua b/titanium-ore.lua index a4b089b..dc62322 100644 --- a/titanium-ore.lua +++ b/titanium-ore.lua @@ -20,7 +20,7 @@ data:extend({ }, { type = "resource", - icon_size = 32, + icon_size = 64, name = "titanium-ore", icon = "__bztitanium__/graphics/icons/titanium-ore.png", flags = {"placeable-neutral"}, @@ -71,13 +71,13 @@ data:extend({ { type = "item", name = "titanium-ore", - icon_size = 32, + icon_size = 64, icon = "__bztitanium__/graphics/icons/titanium-ore.png", - pictures = { -- Needed for Space Exploration core fragments, version 5.x - {filename="__bztitanium__/graphics/icons/titanium-ore.png", size=32, scale=0.5}, - {filename="__bztitanium__/graphics/icons/titanium-ore.png", size=32, scale=0.5}, - {filename="__bztitanium__/graphics/icons/titanium-ore.png", size=32, scale=0.5}, - {filename="__bztitanium__/graphics/icons/titanium-ore.png", size=32, scale=0.5}, + pictures = { + {filename="__bztitanium__/graphics/icons/titanium-ore.png", size=64, scale=0.25}, + {filename="__bztitanium__/graphics/icons/titanium-ore-2.png", size=64, scale=0.25}, + {filename="__bztitanium__/graphics/icons/titanium-ore-3.png", size=64, scale=0.25}, + {filename="__bztitanium__/graphics/icons/titanium-ore-4.png", size=64, scale=0.25}, }, subgroup = "raw-resource", order = "t-c-a", diff --git a/titanium-recipe-final-modmash.lua b/titanium-recipe-final-modmash.lua index e75f9e0..f281b9e 100644 --- a/titanium-recipe-final-modmash.lua +++ b/titanium-recipe-final-modmash.lua @@ -6,13 +6,13 @@ if mods["modmashsplinter"] then data.raw.recipe["alien-enrichment-process-to-titanium-ore"].icons = { { icon = "__modmashsplinterresources__/graphics/icons/alien-ooze.png", icon_size = 64}, - { icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 32, scale=0.5, shift= {8, 8}}, + { icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 64, scale=0.25, shift= {8, 8}}, } if mods["modmashsplinterenrichment"] then data.raw.recipe["ore-enrichment-process-titanium-ore"].icons = { { icon = "__base__/graphics/icons/fluid/steam.png", icon_size = 64}, - { icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 32, scale=0.5, shift= {8, 8}}, + { icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 64, scale=0.25, shift= {8, 8}}, } end end diff --git a/titanium-recipe-final-stacking.lua b/titanium-recipe-final-stacking.lua index c6c107a..8630192 100644 --- a/titanium-recipe-final-stacking.lua +++ b/titanium-recipe-final-stacking.lua @@ -1,6 +1,6 @@ -- Deadlock stacking recipes if deadlock then - deadlock.add_stack("titanium-ore", "__bztitanium__/graphics/icons/titanium-ore-stacked.png", "deadlock-stacking-2", 32) + deadlock.add_stack("titanium-ore", "__bztitanium__/graphics/icons/titanium-ore-stacked.png", "deadlock-stacking-2", 64) deadlock.add_stack("titanium-plate", "__bztitanium__/graphics/icons/titanium-plate-stacked.png" , "deadlock-stacking-2", 64) if mods["Krastorio2"] then deadlock.add_stack("enriched-titanium", "__bztitanium__/graphics/icons/enriched-titanium-stacked.png" , "deadlock-stacking-2", 64) diff --git a/titanium-recipe.lua b/titanium-recipe.lua index 1ac5507..9aee04a 100644 --- a/titanium-recipe.lua +++ b/titanium-recipe.lua @@ -24,7 +24,7 @@ data:extend( icons = (mods["Krastorio2"] and { { icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64 }, - { icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 32, scale=0.5, shift= {-8, -8}}, + { icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 64, scale=0.25, shift= {-8, -8}}, } or nil), normal = (mods["Krastorio2"] and {