diff --git a/changelog.txt b/changelog.txt index e82fae6..b4ac14a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,6 +8,7 @@ Date: ? - Added new graphics for the reformer. - Increased the healh of the reformer from 100, 100, 100, 100 to 300, 600, 900, 1200. - Optimized VRAM consumption for the reformer. + - Fixed cobalt oxide missing from hot air super alloy smelting. Resolves https://github.com/pyanodon/pybugreports/issues/554 --------------------------------------------------------------------------------------------------- Version: 3.0.8 Date: 2024-11-18 diff --git a/data-final-fixes.lua b/data-final-fixes.lua index e69de29..b230cce 100644 --- a/data-final-fixes.lua +++ b/data-final-fixes.lua @@ -0,0 +1,3 @@ +-- https://github.com/pyanodon/pybugreports/issues/554 + +require "prototypes.updates.hot-air" diff --git a/data-updates.lua b/data-updates.lua index 2fa82be..4c13b88 100644 --- a/data-updates.lua +++ b/data-updates.lua @@ -111,8 +111,6 @@ if data.data_crawler then if mods["pyhightech"] then table.insert(data.script_enabled, "crash-site-assembling-machine-1-repaired") end end -require "prototypes.updates.hot-air" - --gather recipes for module changes local recipes_list = { "kevlar-2",