Rename mod

This commit is contained in:
Simon Brodtmann 2025-10-20 10:10:27 +02:00
parent e6daa69ccd
commit ec272b2135
21 changed files with 87 additions and 87 deletions

View file

@ -8,13 +8,13 @@ data:extend(
type = "item",
name = "enriched-lead",
icon_size = 64,
icon = "__bzlead__/graphics/icons/enriched-lead.png",
icon = "__bzlead2__/graphics/icons/enriched-lead.png",
icon_mipmaps = 3,
pictures = {
{filename="__bzlead__/graphics/icons/enriched-lead.png", size=64, scale=0.5},
{filename="__bzlead__/graphics/icons/enriched-lead-1.png", size=64, scale=0.5},
{filename="__bzlead__/graphics/icons/enriched-lead-2.png", size=64, scale=0.5},
{filename="__bzlead__/graphics/icons/enriched-lead-3.png", size=64, scale=0.5},
{filename="__bzlead2__/graphics/icons/enriched-lead.png", size=64, scale=0.5},
{filename="__bzlead2__/graphics/icons/enriched-lead-1.png", size=64, scale=0.5},
{filename="__bzlead2__/graphics/icons/enriched-lead-2.png", size=64, scale=0.5},
{filename="__bzlead2__/graphics/icons/enriched-lead-3.png", size=64, scale=0.5},
},
subgroup = "raw-material",
order = "e05-a[enriched-ores]-a1[enriched-lead]",
@ -24,7 +24,7 @@ data:extend(
type = "recipe",
name = "enriched-lead",
main_product = "enriched-lead",
icon = "__bzlead__/graphics/icons/enriched-lead.png",
icon = "__bzlead2__/graphics/icons/enriched-lead.png",
icon_size = 64,
icon_mipmaps = 3,
category = "chemistry",
@ -60,8 +60,8 @@ data:extend(
name = "enriched-lead-plate",
icons =
{
{ icon = "__bzlead__/graphics/icons/lead-plate.png", icon_size = 64, icon_mipmaps = 3 },
{ icon = "__bzlead__/graphics/icons/enriched-lead.png", icon_size = 64, icon_mipmaps = 3, scale=0.25, shift= {-8, -8}},
{ icon = "__bzlead2__/graphics/icons/lead-plate.png", icon_size = 64, icon_mipmaps = 3 },
{ icon = "__bzlead2__/graphics/icons/enriched-lead.png", icon_size = 64, icon_mipmaps = 3, scale=0.25, shift= {-8, -8}},
},
category = "smelting",
energy_required = 16,