248k update fixes #2

Open
Morganite wants to merge 1 commit from Morganite/IntermediatesForYou2:main into main
4 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@
"homepage": "https://discord.gg/ufvFUJtVwk",
"dependencies": [
"base >= 2.0.0",
"? 248k-Redux",
"? 248k-Redux >= 0.1.35",
"? aai-industry",
"? bismuth",
"? Bio_Industries_2",

View file

@ -55,7 +55,7 @@ if mods["Krastorio2"] then
order = "a-a-a-1",
enabled = false,
energy_required = 4,
ingredients = {{type="item", name="fu_materials_energy_charged_crystal", amount=1}},
ingredients = {{type="item", name="fu_energy_charged_crystal", amount=1}},
results = {{type="item", name="kr-imersite-powder", amount=2}},
}
})
@ -81,7 +81,7 @@ if data.raw.item["gimbaled-thruster"] then
table.insert(satellite_body_ingredients, {type="item", name="gimbaled-thruster", amount=10})
end
if mods["248k-Redux"] then
table.insert(satellite_body_ingredients, {type="item", name="fu_materials_KFK", amount=10})
table.insert(satellite_body_ingredients, {type="item", name="fu_KFK", amount=10})
end
local shock_absorber_ingredients = {{type="item", name="spring", amount=1}, {type="item", name="iron-stick", amount=1}}

View file

@ -38,7 +38,7 @@ if mods["space-exploration"] then
end
if mods["248k-Redux"] then
util.replace_ingredient("se-canister", "plastic-bar", "fi_materials_GFK", 5)
util.replace_ingredient("se-canister", "plastic-bar", "fi_GFK", 5)
util.remove_ingredient("se-canister", mods["Krastorio2"] and "kr-glass" or "glass")
end
end

View file

@ -221,7 +221,7 @@ if mods["space-exploration"] then
end
if mods["248k-Redux"] then
util.replace_ingredient("se-canister", "plastic-bar", "fi_materials_GFK", 5)
util.replace_ingredient("se-canister", "plastic-bar", "fi_GFK", 5)
util.remove_ingredient("se-canister", mods["Krastorio2"] and "kr-glass" or "glass")
util.add_ingredient("effectivity-module-2", "el_lithium_battery", 10)