From 651efeb4e18c99f2ce0e0110f3daaedac803f880 Mon Sep 17 00:00:00 2001 From: notnotmelon Date: Sun, 24 Nov 2024 08:35:24 -0600 Subject: [PATCH] Fixed cobalt oxide missing from hot air super alloy smelting. Resolves https://github.com/pyanodon/pybugreports/issues/554 --- changelog.txt | 1 + data-final-fixes.lua | 3 +++ data-updates.lua | 2 -- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index e82fae62..b4ac14ab 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 e69de29b..b230cce0 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 2fa82bea..4c13b88d 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",