Recipes always output "fresh" hot metals

https://mods.factorio.com/mod/hot-metals/discussion/6775293c1c4d7b0e4bba8648
This commit is contained in:
Simon Brodtmann 2025-02-02 16:59:55 +01:00
parent b2bb6b14bf
commit a49891d547
2 changed files with 7 additions and 0 deletions

View file

@ -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 Version: 1.2.1
Date: 09.01.2025 Date: 09.01.2025
Changes: Changes:

View file

@ -33,6 +33,8 @@ function createHotVariant(item)
if recipe.main_product == itemName then if recipe.main_product == itemName then
recipe.main_product = hotItem.name recipe.main_product = hotItem.name
end end
recipe.preserve_products_in_machine_output = true
recipe.result_is_always_fresh = true
end end
end end