Rename mod

This commit is contained in:
Simon Brodtmann 2025-10-19 15:34:14 +02:00
parent 82835bc315
commit 0f7511185f
16 changed files with 69 additions and 69 deletions

View file

@ -32,7 +32,7 @@ data:extend({
type = "recipe",
name = "enriched-gold",
main_product = "enriched-gold",
icon = "__bzgold__/graphics/icons/enriched-gold.png",
icon = "__bzgold2__/graphics/icons/enriched-gold.png",
icon_size = 128,
category = "chemistry",
energy_required = 3,
@ -63,8 +63,8 @@ data:extend({
localised_name = {"item-name.enriched-gold"},
icons =
{
{ icon = "__bzgold__/graphics/icons/gold-ingot.png", icon_size = 128, icon_mipmaps = 3, },
{ icon = "__bzgold__/graphics/icons/enriched-gold.png", icon_size = 128, scale=0.125, shift= {-8, -8}},
{ icon = "__bzgold2__/graphics/icons/gold-ingot.png", icon_size = 128, icon_mipmaps = 3, },
{ icon = "__bzgold2__/graphics/icons/enriched-gold.png", icon_size = 128, scale=0.125, shift= {-8, -8}},
},
category = "smelting",
energy_required = 8,