Fix technology icons
This commit is contained in:
parent
7f7cec98cc
commit
da0f2ac6f0
1 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ data:extend(
|
|||
icons = (mods["Krastorio2"] and
|
||||
{
|
||||
{ icon = "__Krastorio2Assets__/icons/items/glass.png", icon_size = 64},
|
||||
{ icon = "__ChemistryForYou2__/graphics/icons/sodium-carbonate.png", icon_size = 128, scale=0.25, shift= {-8, -8}},
|
||||
{ icon = "__ChemistryForYou2__/graphics/icons/sodium-carbonate.png", icon_size = 128, scale=0.5, shift= {-16, -16}},
|
||||
} or {
|
||||
{ icon = "__ChemistryForYou2__/graphics/icons/sodium-carbonate.png", icon_size = 128},
|
||||
}),
|
||||
|
|
@ -525,7 +525,7 @@ if mods["Krastorio2"] then
|
|||
type = "technology",
|
||||
name = "air-scrubing-oil-processing",
|
||||
icons = {{ icon = "__base__/graphics/icons/fluid/light-oil.png", icon_size = 64},
|
||||
{ icon = "__Limestone2__/graphics/icons/limestone-powder.png", icon_size = 64, scale=0.3, shift= {-8, -8}},},
|
||||
{ icon = "__Limestone2__/graphics/icons/limestone-powder.png", icon_size = 64, scale=0.6, shift= {-16, -16}},},
|
||||
prerequisites = {"productivity-science-pack", "aluminium-chemistry"},
|
||||
effects = {
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue