248k update fixes
This commit is contained in:
parent
099a13368f
commit
80fb9c77c3
2 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
local util = require("data-util");
|
||||
|
||||
local pb2 = "fu_lead_item"
|
||||
local pb2 = "fu_lead"
|
||||
|
||||
|
||||
if mods["248k-Redux"] then
|
||||
|
|
@ -14,7 +14,7 @@ end
|
|||
util.remove_raw("item", pb2)
|
||||
|
||||
-- Update 248k titanium production chain to include titanium ore
|
||||
util.add_ingredient("fu_pure_ore_recipe", "lead-ore", 5)
|
||||
util.add_to_product("fu_pure_ore_recipe", "fi_materials_pure_lead", 5)
|
||||
util.add_ingredient("fu_pure_ore", "lead-ore", 5)
|
||||
util.add_to_product("fu_pure_ore", "fu_pure_lead", 5)
|
||||
|
||||
end
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"? Krastorio2",
|
||||
"? Krastorio2-spaced-out",
|
||||
"? Rich-Rocks-Requiem",
|
||||
"? 248k-Redux",
|
||||
"? 248k-Redux >= 0.1.35",
|
||||
"? tenebris",
|
||||
"? deadlock-beltboxes-loaders",
|
||||
"? DeadlockCrating",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue