diff --git a/bzgold2/prototypes/enriched-gold.lua b/bzgold2/prototypes/enriched-gold.lua index d8ce0d4..6190f58 100644 --- a/bzgold2/prototypes/enriched-gold.lua +++ b/bzgold2/prototypes/enriched-gold.lua @@ -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, diff --git a/bzgold2/prototypes/enriched-silver.lua b/bzgold2/prototypes/enriched-silver.lua index 3cf1954..c5a8495 100644 --- a/bzgold2/prototypes/enriched-silver.lua +++ b/bzgold2/prototypes/enriched-silver.lua @@ -6,7 +6,7 @@ data:extend({ type = "item", name = "enriched-silver", icon_size = 128, - icon = "__bzgold__/graphics/icons/enriched-silver.png", + icon = "__bzgold2__/graphics/icons/enriched-silver.png", -- pictures = { -- {filename="__bzgold__/graphics/icons/enriched-silver.png", size=64, scale=0.5}, -- {filename="__bzgold__/graphics/icons/enriched-silver-2.png", size=64, scale=0.5}, @@ -51,7 +51,7 @@ data:extend({ type = "recipe", name = "enriched-silver", main_product = "enriched-silver", - icon = "__bzgold__/graphics/icons/enriched-silver.png", + icon = "__bzgold2__/graphics/icons/enriched-silver.png", icon_size = 128, category = "chemistry", energy_required = 3, @@ -82,8 +82,8 @@ data:extend({ localised_name = {"item-name.enriched-silver"}, icons = { - { icon = "__bzgold__/graphics/icons/silver-plate.png", icon_size = 128, icon_mipmaps = 3, }, - { icon = "__bzgold__/graphics/icons/enriched-silver.png", icon_size = 128, scale=0.125, shift= {-8, -8}}, + { icon = "__bzgold2__/graphics/icons/silver-plate.png", icon_size = 128, icon_mipmaps = 3, }, + { icon = "__bzgold2__/graphics/icons/enriched-silver.png", icon_size = 128, scale=0.125, shift= {-8, -8}}, }, category = "smelting", energy_required = 8, diff --git a/bzgold2/prototypes/gold-ore.lua b/bzgold2/prototypes/gold-ore.lua index a6af78a..f35c7cf 100644 --- a/bzgold2/prototypes/gold-ore.lua +++ b/bzgold2/prototypes/gold-ore.lua @@ -18,7 +18,7 @@ data:extend({ { type = "resource", name = "gold-ore", - icon = "__bzgold__/graphics/icons/gold-ore.png", + icon = "__bzgold2__/graphics/icons/gold-ore.png", icon_size = 128, flags = {"placeable-neutral"}, order="a-b-a", @@ -59,7 +59,7 @@ data:extend({ { sheet = { - filename = "__bzgold__/graphics/entity/ores/hr-gold-ore.png", + filename = "__bzgold2__/graphics/entity/ores/hr-gold-ore.png", priority = "extra-high", size = 128, frame_count = 8, @@ -72,13 +72,13 @@ data:extend({ type = "item", name = "gold-ore", icon_size = 128, - icon = "__bzgold__/graphics/icons/gold-ore.png", + icon = "__bzgold2__/graphics/icons/gold-ore.png", pictures = { - {filename="__bzgold__/graphics/icons/gold-ore.png", size=128, scale=0.25}, - {filename="__bzgold__/graphics/icons/gold-ore-1.png", size=128, scale=0.25}, - {filename="__bzgold__/graphics/icons/gold-ore-2.png", size=128, scale=0.25}, - {filename="__bzgold__/graphics/icons/gold-ore-3.png", size=128, scale=0.25}, - {filename="__bzgold__/graphics/icons/gold-ore-4.png", size=128, scale=0.25}, + {filename="__bzgold2__/graphics/icons/gold-ore.png", size=128, scale=0.25}, + {filename="__bzgold2__/graphics/icons/gold-ore-1.png", size=128, scale=0.25}, + {filename="__bzgold2__/graphics/icons/gold-ore-2.png", size=128, scale=0.25}, + {filename="__bzgold2__/graphics/icons/gold-ore-3.png", size=128, scale=0.25}, + {filename="__bzgold2__/graphics/icons/gold-ore-4.png", size=128, scale=0.25}, }, subgroup = "raw-resource", order = "a-a-a", @@ -108,7 +108,7 @@ data:extend({ pictures = { { - filename = "__bzgold__/graphics/entity/ores/particle/hr-gold-ore-particle-1.png", + filename = "__bzgold2__/graphics/entity/ores/particle/hr-gold-ore-particle-1.png", priority = "extra-high", width = 32, height = 32, @@ -116,7 +116,7 @@ data:extend({ scale = 0.5 }, { - filename = "__bzgold__/graphics/entity/ores/particle/hr-gold-ore-particle-2.png", + filename = "__bzgold2__/graphics/entity/ores/particle/hr-gold-ore-particle-2.png", priority = "extra-high", width = 32, height = 32, @@ -124,7 +124,7 @@ data:extend({ scale = 0.5 }, { - filename = "__bzgold__/graphics/entity/ores/particle/hr-gold-ore-particle-3.png", + filename = "__bzgold2__/graphics/entity/ores/particle/hr-gold-ore-particle-3.png", priority = "extra-high", width = 32, height = 32, @@ -132,7 +132,7 @@ data:extend({ scale = 0.5 }, { - filename = "__bzgold__/graphics/entity/ores/particle/hr-gold-ore-particle-4.png", + filename = "__bzgold2__/graphics/entity/ores/particle/hr-gold-ore-particle-4.png", priority = "extra-high", width = 32, height = 32, @@ -143,7 +143,7 @@ data:extend({ shadows = { { - filename = "__bzgold__/graphics/entity/ores/particle/hr-gold-ore-particle-shadow-1.png", + filename = "__bzgold2__/graphics/entity/ores/particle/hr-gold-ore-particle-shadow-1.png", priority = "extra-high", width = 32, height = 32, @@ -151,7 +151,7 @@ data:extend({ scale = 0.5 }, { - filename = "__bzgold__/graphics/entity/ores/particle/hr-gold-ore-particle-shadow-2.png", + filename = "__bzgold2__/graphics/entity/ores/particle/hr-gold-ore-particle-shadow-2.png", priority = "extra-high", width = 32, height = 32, @@ -159,7 +159,7 @@ data:extend({ scale = 0.5 }, { - filename = "__bzgold__/graphics/entity/ores/particle/hr-gold-ore-particle-shadow-3.png", + filename = "__bzgold2__/graphics/entity/ores/particle/hr-gold-ore-particle-shadow-3.png", priority = "extra-high", width = 32, height = 32, @@ -167,7 +167,7 @@ data:extend({ scale = 0.5 }, { - filename = "__bzgold__/graphics/entity/ores/particle/hr-gold-ore-particle-shadow-4.png", + filename = "__bzgold2__/graphics/entity/ores/particle/hr-gold-ore-particle-shadow-4.png", priority = "extra-high", width = 32, height = 32, diff --git a/bzgold2/prototypes/gold.lua b/bzgold2/prototypes/gold.lua index f3490ba..1decf0d 100644 --- a/bzgold2/prototypes/gold.lua +++ b/bzgold2/prototypes/gold.lua @@ -4,7 +4,7 @@ data:extend({ { type = "item", name = "gold-ingot", - icon = "__bzgold__/graphics/icons/gold-ingot.png", + icon = "__bzgold2__/graphics/icons/gold-ingot.png", icon_size = 128, subgroup = "raw-resource", order = "b[gold-ingot]", @@ -15,7 +15,7 @@ data:extend({ name = "gold-processing", icons = { { - icon = "__bzgold__/graphics/technology/gold-processing.png", + icon = "__bzgold2__/graphics/technology/gold-processing.png", icon_size = 256, }, }, diff --git a/bzgold2/prototypes/mainboard.lua b/bzgold2/prototypes/mainboard.lua index f16e779..2aca1e3 100644 --- a/bzgold2/prototypes/mainboard.lua +++ b/bzgold2/prototypes/mainboard.lua @@ -7,7 +7,7 @@ if not (mods.bobelectronics or mods.MDbobelectronics or mods.MDbobelectronics2) { type = "item", name = "mainboard", - icon = "__bzgold__/graphics/icons/mainboard.png", + icon = "__bzgold2__/graphics/icons/mainboard.png", icon_size = 128, subgroup = "intermediate-product", order = "b[mainboard]", @@ -31,7 +31,7 @@ if not (mods.bobelectronics or mods.MDbobelectronics or mods.MDbobelectronics2) type = "recipe", name = "mainboard-holmium", icons = { - { icon = "__bzgold__/graphics/icons/mainboard.png", icon_size = 128 }, + { icon = "__bzgold2__/graphics/icons/mainboard.png", icon_size = 128 }, { icon = "__space-exploration-graphics__/graphics/icons/holmium-solenoid.png", icon_size = 64, scale=.25, shift={-8, -8} }, }, category = "crafting-with-fluid", diff --git a/bzgold2/prototypes/mlcc.lua b/bzgold2/prototypes/mlcc.lua index c40f694..2d5b111 100644 --- a/bzgold2/prototypes/mlcc.lua +++ b/bzgold2/prototypes/mlcc.lua @@ -21,14 +21,14 @@ data:extend({ { type = "item", name = "mlcc", - icon = "__bzgold__/graphics/icons/mlcc.png", + icon = "__bzgold2__/graphics/icons/mlcc.png", icon_size = 128, pictures = { - {filename="__bzgold__/graphics/icons/mlcc.png", size=128, scale=0.09375}, - {filename="__bzgold__/graphics/icons/mlcc-1.png", size=128, scale=0.09375}, - {filename="__bzgold__/graphics/icons/mlcc-2.png", size=128, scale=0.09375}, + {filename="__bzgold2__/graphics/icons/mlcc.png", size=128, scale=0.09375}, + {filename="__bzgold2__/graphics/icons/mlcc-1.png", size=128, scale=0.09375}, + {filename="__bzgold2__/graphics/icons/mlcc-2.png", size=128, scale=0.09375}, -- {filename="__bzgold__/graphics/icons/mlcc-3.png", size=128, scale=0.09375}, - {filename="__bzgold__/graphics/icons/mlcc-4.png", size=128, scale=0.09375}, + {filename="__bzgold2__/graphics/icons/mlcc-4.png", size=128, scale=0.09375}, -- {filename="__bzgold__/graphics/icons/mlcc.png", size=128, scale=0.0625}, -- {filename="__bzgold__/graphics/icons/mlcc-1.png", size=128, scale=0.0625}, -- {filename="__bzgold__/graphics/icons/mlcc-2.png", size=128, scale=0.0625}, @@ -54,7 +54,7 @@ data:extend({ name = "advanced-capacitors", icons = { { - icon = "__bzgold__/graphics/technology/mlcc.png", + icon = "__bzgold2__/graphics/technology/mlcc.png", icon_size = 256, }, }, diff --git a/bzgold2/prototypes/oil-updates.lua b/bzgold2/prototypes/oil-updates.lua index 50a1a1e..e769403 100644 --- a/bzgold2/prototypes/oil-updates.lua +++ b/bzgold2/prototypes/oil-updates.lua @@ -33,7 +33,7 @@ for i, recipe_name in pairs(recipes_to_update) do util.add_ingredient(new_name, "ptpd-catalyst", 1, {force=true}) util.add_product(new_name, {type="item", name="ptpd-catalyst", amount=1, ignored_by_productivity=1, probability=.9}, {force=true}) - util.add_icon(new_name, {icon="__bzgold__/graphics/icons/ptpd-catalyst.png", + util.add_icon(new_name, {icon="__bzgold2__/graphics/icons/ptpd-catalyst.png", icon_size=128, scale=0.124, shift={8,-8}}) -- halve the time of the copy recipe diff --git a/bzgold2/prototypes/palladium.lua b/bzgold2/prototypes/palladium.lua index ac316a1..9f6d77e 100644 --- a/bzgold2/prototypes/palladium.lua +++ b/bzgold2/prototypes/palladium.lua @@ -5,7 +5,7 @@ data:extend({ { type = "item", name = "palladium-powder", - icon = "__bzgold__/graphics/icons/palladium-powder.png", + icon = "__bzgold2__/graphics/icons/palladium-powder.png", icon_size = 64, subgroup = "raw-resource", order = "b[palladium-powder]", @@ -14,7 +14,7 @@ data:extend({ { type = "item", name = "palladium-ingot", - icon = "__bzgold__/graphics/icons/palladium-ingot.png", + icon = "__bzgold2__/graphics/icons/palladium-ingot.png", icon_size = 128, subgroup = "raw-resource", order = "b[palladium-ingot]", @@ -42,7 +42,7 @@ data:extend({ name = "palladium-processing", icons = { { - icon = "__bzgold__/graphics/technology/palladium-processing.png", + icon = "__bzgold2__/graphics/technology/palladium-processing.png", icon_size = 256, }, }, @@ -72,7 +72,7 @@ data:extend({ { type = "item", name = "titanium-palladium-flange", - icon = "__bzgold__/graphics/icons/titanium-palladium-alloy.png", + icon = "__bzgold2__/graphics/icons/titanium-palladium-alloy.png", icon_size = 128, subgroup = "intermediate-product", order = "b[palladium-ingot]", diff --git a/bzgold2/prototypes/platinum.lua b/bzgold2/prototypes/platinum.lua index a4e59a6..ca55482 100644 --- a/bzgold2/prototypes/platinum.lua +++ b/bzgold2/prototypes/platinum.lua @@ -5,7 +5,7 @@ data:extend({ { type = "item", name = "platinum-powder", - icon = "__bzgold__/graphics/icons/platinum-powder.png", + icon = "__bzgold2__/graphics/icons/platinum-powder.png", icon_size = 64, subgroup = "raw-resource", order = "b[platinum-powder]", @@ -14,7 +14,7 @@ data:extend({ { type = "item", name = "platinum-ingot", - icon = "__bzgold__/graphics/icons/platinum-ingot.png", + icon = "__bzgold2__/graphics/icons/platinum-ingot.png", icon_size = 128, subgroup = "raw-resource", order = "b[platinum-ingot]", @@ -42,7 +42,7 @@ data:extend({ name = "platinum-processing", icons = { { - icon = "__bzgold__/graphics/technology/platinum-processing.png", + icon = "__bzgold2__/graphics/technology/platinum-processing.png", icon_size = 256, }, }, diff --git a/bzgold2/prototypes/pyroflux-gold.lua b/bzgold2/prototypes/pyroflux-gold.lua index f15e6e1..3d778c9 100644 --- a/bzgold2/prototypes/pyroflux-gold.lua +++ b/bzgold2/prototypes/pyroflux-gold.lua @@ -10,7 +10,7 @@ if util.se6() then max_temperature = 600, base_color = {r=.9, g=.8, b=.3}, flow_color = {r=.9, g=.8, b=.3}, - icons = {{icon = "__bzgold__/graphics/icons/molten-gold.png", icon_size = 128}}, + icons = {{icon = "__bzgold2__/graphics/icons/molten-gold.png", icon_size = 128}}, order = "a[molten]-a", pressure_to_speed_ratio = 0.4, flow_to_energy_ratio = 0.59, diff --git a/bzgold2/prototypes/pyroflux-silver.lua b/bzgold2/prototypes/pyroflux-silver.lua index 8c8bd5b..bd431a2 100644 --- a/bzgold2/prototypes/pyroflux-silver.lua +++ b/bzgold2/prototypes/pyroflux-silver.lua @@ -5,7 +5,7 @@ if util.se6() and util.me.silver() then { type = "item", name = "silver-ingot", - icons = {{icon = "__bzgold__/graphics/icons/silver-ingot.png", icon_size = 128}}, + icons = {{icon = "__bzgold2__/graphics/icons/silver-ingot.png", icon_size = 128}}, order = "b-b", stack_size = 50, subgroup = "silver", @@ -17,7 +17,7 @@ if util.se6() and util.me.silver() then max_temperature = 600, base_color = {r=.8, g=.80, b=.80}, flow_color = {r=.8, g=.80, b=.80}, - icons = {{icon = "__bzgold__/graphics/icons/molten-silver.png", icon_size = 128}}, + icons = {{icon = "__bzgold2__/graphics/icons/molten-silver.png", icon_size = 128}}, order = "a[molten]-a", pressure_to_speed_ratio = 0.4, flow_to_energy_ratio = 0.59, @@ -62,8 +62,8 @@ if util.se6() and util.me.silver() then name = "silver-ingot-to-plate", icons = { - {icon = "__bzgold__/graphics/icons/silver-plate.png", icon_size = 128, icon_mipmaps = 3}, - {icon = "__bzgold__/graphics/icons/silver-ingot.png", icon_size = 128, scale = 0.125, shift = {-8, -8}}, + {icon = "__bzgold2__/graphics/icons/silver-plate.png", icon_size = 128, icon_mipmaps = 3}, + {icon = "__bzgold2__/graphics/icons/silver-ingot.png", icon_size = 128, scale = 0.125, shift = {-8, -8}}, }, results = { {type = "item", name = "silver-plate", amount = 10}, diff --git a/bzgold2/prototypes/recipe-updates-se.lua b/bzgold2/prototypes/recipe-updates-se.lua index 6874a23..3d28799 100644 --- a/bzgold2/prototypes/recipe-updates-se.lua +++ b/bzgold2/prototypes/recipe-updates-se.lua @@ -114,7 +114,7 @@ if util.se6() then util.replace_some_ingredient("se-empty-data-gold", "copper-plate", 4, "gold-ingot", 1) util.set_product_amount("se-empty-data-gold", "se-empty-data", 3) util.add_icon("se-empty-data-gold", { - icon = "__bzgold__/graphics/icons/gold-ingot.png", + icon = "__bzgold2__/graphics/icons/gold-ingot.png", icon_size = 128, scale = 0.20, shift = {8,-8} }) util.add_unlock("se-space-data-card", "se-empty-data-gold") diff --git a/bzgold2/prototypes/recipe-updates.lua b/bzgold2/prototypes/recipe-updates.lua index 2b127bd..89a647f 100644 --- a/bzgold2/prototypes/recipe-updates.lua +++ b/bzgold2/prototypes/recipe-updates.lua @@ -77,7 +77,7 @@ if mods.Krastorio2 and util.me.silver() then local amt = util.get_amount("kr-blank-tech-card") util.set_product_amount("blank-tech-card-silver", "kr-blank-tech-card", amt) util.add_icon("blank-tech-card-silver", { - icon = "__bzgold__/graphics/icons/silver-wire.png", + icon = "__bzgold2__/graphics/icons/silver-wire.png", icon_size = 64, icon_mipmaps = 4, scale = 0.25, shift = {8,-8} }) util.add_unlock("silver-processing", "blank-tech-card-silver") diff --git a/bzgold2/prototypes/rich-copper.lua b/bzgold2/prototypes/rich-copper.lua index 10b4646..1402ec7 100644 --- a/bzgold2/prototypes/rich-copper.lua +++ b/bzgold2/prototypes/rich-copper.lua @@ -11,7 +11,7 @@ if mods.Krastorio2 then data:extend({rm}) util.add_unlock("platinum-processing", "rare-metals-1") util.add_unlock("palladium-processing", "rare-metals-1") - util.add_icon("rare-metals-1", {icon = "__bzgold__/graphics/icons/platinum-powder.png", + util.add_icon("rare-metals-1", {icon = "__bzgold2__/graphics/icons/platinum-powder.png", icon_size = 64, scale = 0.25, shift = {-8,8}}) util.multiply_recipe("kr-rare-metals", 2) @@ -117,7 +117,7 @@ data:extend({ { type = "resource", name = "rich-copper-ore", - icon = "__bzgold__/graphics/icons/rich-copper-ore.png", + icon = "__bzgold2__/graphics/icons/rich-copper-ore.png", icon_size = 64, icon_mipmaps = 4, flags = {"placeable-neutral"}, order="a-b-a", @@ -152,7 +152,7 @@ data:extend({ { sheet = { - filename = "__bzgold__/graphics/entity/ores/hr-rich-copper-ore.png", + filename = "__bzgold2__/graphics/entity/ores/hr-rich-copper-ore.png", priority = "extra-high", size = 128, frame_count = 8, @@ -165,12 +165,12 @@ data:extend({ type = "item", name = "rich-copper-ore", icon_size = 64, icon_mipmaps=4, - icon = "__bzgold__/graphics/icons/rich-copper-ore.png", + icon = "__bzgold2__/graphics/icons/rich-copper-ore.png", pictures = { - {filename="__bzgold__/graphics/icons/rich-copper-ore.png", size=64, scale=0.5}, - {filename="__bzgold__/graphics/icons/rich-copper-ore-1.png", size=64, scale=0.5}, - {filename="__bzgold__/graphics/icons/rich-copper-ore-2.png", size=64, scale=0.5}, - {filename="__bzgold__/graphics/icons/rich-copper-ore-3.png", size=64, scale=0.5}, + {filename="__bzgold2__/graphics/icons/rich-copper-ore.png", size=64, scale=0.5}, + {filename="__bzgold2__/graphics/icons/rich-copper-ore-1.png", size=64, scale=0.5}, + {filename="__bzgold2__/graphics/icons/rich-copper-ore-2.png", size=64, scale=0.5}, + {filename="__bzgold2__/graphics/icons/rich-copper-ore-3.png", size=64, scale=0.5}, }, subgroup = "raw-resource", order = "t-c-a", @@ -190,7 +190,7 @@ data:extend({ enabled = false, icons = { {icon = "__base__/graphics/icons/copper-plate.png", icon_size = 64, icon_mipmaps=4}, - {icon = "__bzgold__/graphics/icons/rich-copper-ore.png", icon_size = 64, scale=0.25, shift = {-8,8}}, + {icon = "__bzgold2__/graphics/icons/rich-copper-ore.png", icon_size = 64, scale=0.25, shift = {-8,8}}, -- {icon = "__bzgold__/graphics/icons/silver-ore.png", icon_size = 128, scale=0.125, shift = {8,8}}, -- {icon = "__bzgold__/graphics/icons/platinum-powder.png", icon_size = 64, scale=0.25, shift = {8,-8}}, -- {icon = "__bzgold__/graphics/icons/palladium-powder.png", icon_size = 64, scale=0.25, shift = {-8,-8}}, diff --git a/bzgold2/prototypes/silver.lua b/bzgold2/prototypes/silver.lua index 3699416..2096102 100644 --- a/bzgold2/prototypes/silver.lua +++ b/bzgold2/prototypes/silver.lua @@ -5,14 +5,14 @@ if util.me.silver() then { type = "item", name = "silver-ore", - icon = "__bzgold__/graphics/icons/silver-ore.png", + icon = "__bzgold2__/graphics/icons/silver-ore.png", icon_size = 128, pictures = { - {filename="__bzgold__/graphics/icons/silver-ore.png", size=128, scale=0.25}, - {filename="__bzgold__/graphics/icons/silver-ore-1.png", size=128, scale=0.25}, - {filename="__bzgold__/graphics/icons/silver-ore-2.png", size=128, scale=0.25}, - {filename="__bzgold__/graphics/icons/silver-ore-3.png", size=128, scale=0.25}, - {filename="__bzgold__/graphics/icons/silver-ore-4.png", size=128, scale=0.25}, + {filename="__bzgold2__/graphics/icons/silver-ore.png", size=128, scale=0.25}, + {filename="__bzgold2__/graphics/icons/silver-ore-1.png", size=128, scale=0.25}, + {filename="__bzgold2__/graphics/icons/silver-ore-2.png", size=128, scale=0.25}, + {filename="__bzgold2__/graphics/icons/silver-ore-3.png", size=128, scale=0.25}, + {filename="__bzgold2__/graphics/icons/silver-ore-4.png", size=128, scale=0.25}, }, subgroup = "raw-resource", order = "a[silver-ore]", @@ -23,7 +23,7 @@ if util.me.silver() then { type = "item", name = "silver-plate", - icon = "__bzgold__/graphics/icons/silver-plate.png", + icon = "__bzgold2__/graphics/icons/silver-plate.png", icon_size = 128, subgroup = "raw-resource", order = "b[silver-plate]", @@ -54,7 +54,7 @@ if util.me.silver() then { type = "item", name = "silver-wire", - icon = "__bzgold__/graphics/icons/silver-wire.png", + icon = "__bzgold2__/graphics/icons/silver-wire.png", icon_size = 64, icon_mipmaps = 4, subgroup = util.cablesg, order = "b[silver-wire]", @@ -85,7 +85,7 @@ if util.me.silver() then { type = "item", name = "silver-brazing-alloy", - icon = "__bzgold__/graphics/icons/silver-brazing-alloy.png", + icon = "__bzgold2__/graphics/icons/silver-brazing-alloy.png", icon_size = 128, subgroup = "intermediate-product", order = "b[silver-brazing-alloy]", @@ -115,7 +115,7 @@ if util.me.silver() then name = "silver-processing", icons = { { - icon = "__bzgold__/graphics/technology/silver-processing.png", + icon = "__bzgold2__/graphics/technology/silver-processing.png", icon_size = 256, }, }, diff --git a/bzgold2/prototypes/temperature-sensor.lua b/bzgold2/prototypes/temperature-sensor.lua index 5b202ff..5ae6e9e 100644 --- a/bzgold2/prototypes/temperature-sensor.lua +++ b/bzgold2/prototypes/temperature-sensor.lua @@ -20,7 +20,7 @@ data:extend({ { type = "item", name = "temperature-sensor", - icon = "__bzgold__/graphics/icons/temperature-sensor.png", + icon = "__bzgold2__/graphics/icons/temperature-sensor.png", icon_size = 128, subgroup = "intermediate-product", order = "b[gold-ingot]", @@ -41,7 +41,7 @@ data:extend({ name = "temperature-regulation", icons = { { - icon = "__bzgold__/graphics/technology/temperature-sensor.png", + icon = "__bzgold2__/graphics/technology/temperature-sensor.png", icon_size = 256, }, },