From ae788825feba9cfa43278076b9d59c8a4cd050fd Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Tue, 4 Feb 2025 23:04:39 +0100 Subject: [PATCH] 1.2.5 --- hot-metals/changelog.txt | 104 +++++++++++++++++++++------------------ hot-metals/info.json | 26 +++++----- 2 files changed, 68 insertions(+), 62 deletions(-) diff --git a/hot-metals/changelog.txt b/hot-metals/changelog.txt index 7755600..8816037 100644 --- a/hot-metals/changelog.txt +++ b/hot-metals/changelog.txt @@ -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 \ No newline at end of file diff --git a/hot-metals/info.json b/hot-metals/info.json index 61c0a43..1678653 100644 --- a/hot-metals/info.json +++ b/hot-metals/info.json @@ -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 } \ No newline at end of file