Compare commits

..

No commits in common. "main" and "2.0.8" have entirely different histories.
main ... 2.0.8

3 changed files with 4 additions and 9 deletions

View file

@ -1,9 +1,4 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 2.0.9
Date: 02.11.2025
Bug Fixes:
- Fix some technology icons
---------------------------------------------------------------------------------------------------
Version: 2.0.8 Version: 2.0.8
Date: 22.10.2025 Date: 22.10.2025
Changes: Changes:

View file

@ -1,6 +1,6 @@
{ {
"name": "ChemistryForYou2", "name": "ChemistryForYou2",
"version": "2.0.9", "version": "2.0.8",
"factorio_version": "2.0", "factorio_version": "2.0",
"title": "ChemistryForYou", "title": "ChemistryForYou",
"description": "This mod adds more chemistry and is intented to be played with my other mods aswell as K2, SE and BZ.\n\nThis mod is inspired by Brevven's BZ mods.", "description": "This mod adds more chemistry and is intented to be played with my other mods aswell as K2, SE and BZ.\n\nThis mod is inspired by Brevven's BZ mods.",

View file

@ -67,7 +67,7 @@ data:extend(
icons = (mods["Krastorio2"] and icons = (mods["Krastorio2"] and
{ {
{ icon = "__Krastorio2Assets__/icons/items/glass.png", icon_size = 64}, { icon = "__Krastorio2Assets__/icons/items/glass.png", icon_size = 64},
{ icon = "__ChemistryForYou2__/graphics/icons/sodium-carbonate.png", icon_size = 128, scale=0.5, shift= {-24, -24}}, { icon = "__ChemistryForYou2__/graphics/icons/sodium-carbonate.png", icon_size = 128, scale=0.25, shift= {-8, -8}},
} or { } or {
{ icon = "__ChemistryForYou2__/graphics/icons/sodium-carbonate.png", icon_size = 128}, { icon = "__ChemistryForYou2__/graphics/icons/sodium-carbonate.png", icon_size = 128},
}), }),
@ -157,7 +157,7 @@ data:extend(
icons = (mods["BrimStuff-Updated"] and icons = (mods["BrimStuff-Updated"] and
{ {
{ icon = "__base__/graphics/icons/fluid/sulfuric-acid.png", icon_size = 64}, { icon = "__base__/graphics/icons/fluid/sulfuric-acid.png", icon_size = 64},
{ icon = "__BrimStuff-Updated__/graphics/icons/potassium-nitrate.png", icon_size = 64, scale=1, shift= {-24, -24}}, { icon = "__BrimStuff-Updated__/graphics/icons/potassium-nitrate.png", icon_size = 64, scale=0.5, shift= {-8, -8}},
} or { } or {
{ icon = "__base__/graphics/icons/fluid/sulfuric-acid.png", icon_size = 64}, { icon = "__base__/graphics/icons/fluid/sulfuric-acid.png", icon_size = 64},
}), }),
@ -525,7 +525,7 @@ if mods["Krastorio2"] then
type = "technology", type = "technology",
name = "air-scrubing-oil-processing", name = "air-scrubing-oil-processing",
icons = {{ icon = "__base__/graphics/icons/fluid/light-oil.png", icon_size = 64}, icons = {{ icon = "__base__/graphics/icons/fluid/light-oil.png", icon_size = 64},
{ icon = "__Limestone2__/graphics/icons/limestone-powder.png", icon_size = 64, scale=1, shift= {-24, -24}},}, { icon = "__Limestone2__/graphics/icons/limestone-powder.png", icon_size = 64, scale=0.3, shift= {-8, -8}},},
prerequisites = {"productivity-science-pack", "aluminium-chemistry"}, prerequisites = {"productivity-science-pack", "aluminium-chemistry"},
effects = { effects = {
{ {