Compare commits

..

No commits in common. "main" and "main" have entirely different histories.
main ... main

4 changed files with 5 additions and 5 deletions

View file

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

View file

@ -55,7 +55,7 @@ if mods["Krastorio2"] then
order = "a-a-a-1", order = "a-a-a-1",
enabled = false, enabled = false,
energy_required = 4, energy_required = 4,
ingredients = {{type="item", name="fu_energy_charged_crystal", amount=1}}, ingredients = {{type="item", name="fu_materials_energy_charged_crystal", amount=1}},
results = {{type="item", name="kr-imersite-powder", amount=2}}, 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}) table.insert(satellite_body_ingredients, {type="item", name="gimbaled-thruster", amount=10})
end end
if mods["248k-Redux"] then if mods["248k-Redux"] then
table.insert(satellite_body_ingredients, {type="item", name="fu_KFK", amount=10}) table.insert(satellite_body_ingredients, {type="item", name="fu_materials_KFK", amount=10})
end end
local shock_absorber_ingredients = {{type="item", name="spring", amount=1}, {type="item", name="iron-stick", amount=1}} 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 end
if mods["248k-Redux"] then if mods["248k-Redux"] then
util.replace_ingredient("se-canister", "plastic-bar", "fi_GFK", 5) util.replace_ingredient("se-canister", "plastic-bar", "fi_materials_GFK", 5)
util.remove_ingredient("se-canister", mods["Krastorio2"] and "kr-glass" or "glass") util.remove_ingredient("se-canister", mods["Krastorio2"] and "kr-glass" or "glass")
end end
end end

View file

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