Recipes always output "fresh" hot metals
https://mods.factorio.com/mod/hot-metals/discussion/6775293c1c4d7b0e4bba8648
This commit is contained in:
parent
b2bb6b14bf
commit
a49891d547
2 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.2.2
|
||||
Date: 02.02.2025
|
||||
Changes:
|
||||
- Recipes always output "fresh" hot metals (https://mods.factorio.com/mod/hot-metals/discussion/6775293c1c4d7b0e4bba8648)
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.2.1
|
||||
Date: 09.01.2025
|
||||
Changes:
|
||||
|
|
|
@ -33,6 +33,8 @@ function createHotVariant(item)
|
|||
if recipe.main_product == itemName then
|
||||
recipe.main_product = hotItem.name
|
||||
end
|
||||
recipe.preserve_products_in_machine_output = true
|
||||
recipe.result_is_always_fresh = true
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue