From 64a4a3c6d5b6615762c62bef83eba088f682291b Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sun, 25 Jan 2026 13:42:18 +0100 Subject: [PATCH 1/2] Fix item weights --- hot-metals/info.json | 3 ++- hot-metals/prototypes/hot-metals.lua | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hot-metals/info.json b/hot-metals/info.json index 77b988d..5354ea9 100644 --- a/hot-metals/info.json +++ b/hot-metals/info.json @@ -8,7 +8,8 @@ "factorio_version": "2.0", "dependencies": [ "base", - "cf-lib >= 0.0.2" + "cf-lib >= 0.0.2", + "PlanetsLib >= 1.14.6" ], "spoiling_required": true } \ No newline at end of file diff --git a/hot-metals/prototypes/hot-metals.lua b/hot-metals/prototypes/hot-metals.lua index 4c7bec5..48a2a24 100644 --- a/hot-metals/prototypes/hot-metals.lua +++ b/hot-metals/prototypes/hot-metals.lua @@ -11,7 +11,6 @@ function createHotVariant(config) iconFolder = config.iconFolder or iconFolder end local item = data.raw.item[itemName] - item.weight = item.weight or 10000 -- Create new item local hotItem = table.deepcopy(data.raw.item[itemName]) From 1f2c66d8c5f997655b22b97dd166b88ca2094f9c Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sun, 25 Jan 2026 13:43:01 +0100 Subject: [PATCH 2/2] 1.2.11 --- hot-metals/changelog.txt | 5 +++++ hot-metals/info.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/hot-metals/changelog.txt b/hot-metals/changelog.txt index ec74f4d..8e660fd 100644 --- a/hot-metals/changelog.txt +++ b/hot-metals/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 1.2.11 +Date: 25.01.2026 + Bug Fixes: + - Fix item weights +--------------------------------------------------------------------------------------------------- Version: 1.2.10 Date: 04.11.2025 Changes: diff --git a/hot-metals/info.json b/hot-metals/info.json index 5354ea9..25b612f 100644 --- a/hot-metals/info.json +++ b/hot-metals/info.json @@ -1,6 +1,6 @@ { "name": "hot-metals", - "version": "1.2.10", + "version": "1.2.11", "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",