Skip to content

Commit

Permalink
Fixed cobalt oxide missing from hot air super alloy smelting. Resolves
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Nov 24, 2024
1 parent 00c3543 commit 651efeb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions data-final-fixes.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- https://github.com/pyanodon/pybugreports/issues/554

require "prototypes.updates.hot-air"
2 changes: 0 additions & 2 deletions data-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 651efeb

Please sign in to comment.