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