Compare commits
No commits in common. "1f2c66d8c5f997655b22b97dd166b88ca2094f9c" and "913ebb5d9de0ddc41f7ec85421118b5c57182abe" have entirely different histories.
1f2c66d8c5
...
913ebb5d9d
3 changed files with 3 additions and 8 deletions
|
|
@ -1,9 +1,4 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.2.11
|
||||
Date: 25.01.2026
|
||||
Bug Fixes:
|
||||
- Fix item weights
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.2.10
|
||||
Date: 04.11.2025
|
||||
Changes:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hot-metals",
|
||||
"version": "1.2.11",
|
||||
"version": "1.2.10",
|
||||
"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",
|
||||
|
|
@ -8,8 +8,7 @@
|
|||
"factorio_version": "2.0",
|
||||
"dependencies": [
|
||||
"base",
|
||||
"cf-lib >= 0.0.2",
|
||||
"PlanetsLib >= 1.14.6"
|
||||
"cf-lib >= 0.0.2"
|
||||
],
|
||||
"spoiling_required": true
|
||||
}
|
||||
|
|
@ -11,6 +11,7 @@ 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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue