248k update fixes #2
3 changed files with 4 additions and 4 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"homepage": "https://discord.gg/ufvFUJtVwk",
|
||||
"dependencies": [
|
||||
"base >= 1.1.0",
|
||||
"? 248k-Redux",
|
||||
"? 248k-Redux >= 0.1.35",
|
||||
"? aai-industry",
|
||||
"? BrassTacks-Updated",
|
||||
"? bobassembly",
|
||||
|
|
|
|||
|
|
@ -287,7 +287,7 @@ end
|
|||
|
||||
local turbines_blade_ingredients = {{type="item", name="inconel-718", amount=10}, {type="item", name="air-bearing", amount=2}}
|
||||
if mods["248k-Redux"] then
|
||||
table.insert(turbines_blade_ingredients, {type="item", name="fi_materials_GFK", amount=5})
|
||||
table.insert(turbines_blade_ingredients, {type="item", name="fi_GFK", amount=5})
|
||||
end
|
||||
local turbines_blade_subgroup = "intermediate-product"
|
||||
if mods["IfNickel-Updated"] then
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@ util.remove_ingredient("assembling-machine-3", "electric-engine-unit")
|
|||
|
||||
-- Mod changes
|
||||
if mods["248k-Redux"] then
|
||||
util.replace_ingredient("fi_low-density-structure_recipe", "copper-plate", "chromel-r-fabric", 10)
|
||||
util.remove_ingredient("steam-turbine", "fi_materials_GFK")
|
||||
util.replace_ingredient("fi_low-density-structure", "copper-plate", "chromel-r-fabric", 10)
|
||||
util.remove_ingredient("steam-turbine", "fi_GFK")
|
||||
end
|
||||
|
||||
if mods["bzaluminum2"] then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue