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

View file

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