This commit is contained in:
Simon Brodtmann 2025-02-04 23:04:39 +01:00
parent 4d875f2eaa
commit ae788825fe
2 changed files with 68 additions and 62 deletions

View file

@ -1,50 +1,56 @@
---------------------------------------------------------------------------------------------------
Version: 1.2.4
Date: 03.02.2025
Bug Fixes:
- Fix item weights (many items weights where way off)
---------------------------------------------------------------------------------------------------
Version: 1.2.3
Date: 03.02.2025
Changes:
- Use non-hot icon variants for the recipes
Bug Fixes:
- Properly load cf-lib util
---------------------------------------------------------------------------------------------------
Version: 1.2.2
Date: 02.02.2025
Changes:
- Recipes always output "fresh" hot metals (https://mods.factorio.com/mod/hot-metals/discussion/6775293c1c4d7b0e4bba8648)
- Recipe code now also works if the main result is not the first result in the results list
---------------------------------------------------------------------------------------------------
Version: 1.2.1
Date: 09.01.2025
Changes:
- Add hot stone bricks and hot concrete (https://mods.factorio.com/mod/hot-metals/discussion/677fdef8d37eef8332fa6c2f)
- Biochambers don't generate hot plastic (https://mods.factorio.com/mod/hot-metals/discussion/675af47f1fba71716b2b7f7f)
---------------------------------------------------------------------------------------------------
Version: 1.2.0
Date: 01.01.2025
Changes:
- Add support for custom icons (https://mods.factorio.com/mod/hot-metals/discussion/6773ea5e1c4d7b0e4bba85b6)
- Add hot plastic (https://mods.factorio.com/mod/hot-metals/discussion/675af47f1fba71716b2b7f7f)
Bug Fixes:
- Support main_product (https://mods.factorio.com/mod/hot-metals/discussion/6773e919c568cd84f3f0884f)
---------------------------------------------------------------------------------------------------
Version: 1.1.1
Date: 21.12.2024
Bug Fixes:
- Fixed labels for hot pipe and underground pipe items and recipes (https://mods.factorio.com/mod/hot-metals/discussion/67493d0742705fa9914f61ca)
- Fixed technology triggers being replaced for items that have non-hot early game recipes (https://mods.factorio.com/mod/hot-metals/discussion/676668fb9ce172be6c25f87a)
---------------------------------------------------------------------------------------------------
Version: 1.1.0
Date: 03.12.2024
Changes:
- Added support for Vanilla (you still need to purchase Space Age)
- Added support for AAI Industry
- Added modding support
- Removed Low density structure from the list because of https://forums.factorio.com/viewtopic.php?f=7&t=123081
Bug Fixes:
- Fixed research triggers that use metals with hot variants
- Fixed missing recipe names
---------------------------------------------------------------------------------------------------
Version: 1.2.5
Date: 04.02.2025
Changes:
- Add Low density structure again after Wube fixed a bug (https://forums.factorio.com/123081)
- Add support for Muluna (Aluminum plate)
---------------------------------------------------------------------------------------------------
Version: 1.2.4
Date: 03.02.2025
Bug Fixes:
- Fix item weights (many items weights where way off)
---------------------------------------------------------------------------------------------------
Version: 1.2.3
Date: 03.02.2025
Changes:
- Use non-hot icon variants for the recipes
Bug Fixes:
- Properly load cf-lib util
---------------------------------------------------------------------------------------------------
Version: 1.2.2
Date: 02.02.2025
Changes:
- Recipes always output "fresh" hot metals (https://mods.factorio.com/mod/hot-metals/discussion/6775293c1c4d7b0e4bba8648)
- Recipe code now also works if the main result is not the first result in the results list
---------------------------------------------------------------------------------------------------
Version: 1.2.1
Date: 09.01.2025
Changes:
- Add hot stone bricks and hot concrete (https://mods.factorio.com/mod/hot-metals/discussion/677fdef8d37eef8332fa6c2f)
- Biochambers don't generate hot plastic (https://mods.factorio.com/mod/hot-metals/discussion/675af47f1fba71716b2b7f7f)
---------------------------------------------------------------------------------------------------
Version: 1.2.0
Date: 01.01.2025
Changes:
- Add support for custom icons (https://mods.factorio.com/mod/hot-metals/discussion/6773ea5e1c4d7b0e4bba85b6)
- Add hot plastic (https://mods.factorio.com/mod/hot-metals/discussion/675af47f1fba71716b2b7f7f)
Bug Fixes:
- Support main_product (https://mods.factorio.com/mod/hot-metals/discussion/6773e919c568cd84f3f0884f)
---------------------------------------------------------------------------------------------------
Version: 1.1.1
Date: 21.12.2024
Bug Fixes:
- Fixed labels for hot pipe and underground pipe items and recipes (https://mods.factorio.com/mod/hot-metals/discussion/67493d0742705fa9914f61ca)
- Fixed technology triggers being replaced for items that have non-hot early game recipes (https://mods.factorio.com/mod/hot-metals/discussion/676668fb9ce172be6c25f87a)
---------------------------------------------------------------------------------------------------
Version: 1.1.0
Date: 03.12.2024
Changes:
- Added support for Vanilla (you still need to purchase Space Age)
- Added support for AAI Industry
- Added modding support
- Removed Low density structure from the list because of https://forums.factorio.com/viewtopic.php?f=7&t=123081
Bug Fixes:
- Fixed research triggers that use metals with hot variants
- Fixed missing recipe names
- Fixed Holmium

View file

@ -1,14 +1,14 @@
{
"name": "hot-metals",
"version": "1.2.4",
"title": "Hot metals",
"description": "A furnace doesn't just output cold usable results. You need to wait for them to cool down.",
"author": "cackling fiend",
"homepage": "",
"factorio_version": "2.0",
"dependencies": [
"base",
"cf-lib >= 0.0.2"
],
"spoiling_required": true
{
"name": "hot-metals",
"version": "1.2.5",
"title": "Hot metals",
"description": "A furnace doesn't just output cold usable results. You need to wait for them to cool down.",
"author": "cackling fiend",
"homepage": "",
"factorio_version": "2.0",
"dependencies": [
"base",
"cf-lib >= 0.0.2"
],
"spoiling_required": true
}