Compare commits

..

1 commit
main ... main

Author SHA1 Message Date
Morganite
a3cdcc0833 248k update fixes 2026-02-23 22:12:42 -06:00
3 changed files with 4 additions and 4 deletions

View file

@ -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",

View file

@ -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

View file

@ -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