diff --git a/IntermediatesForYou2/info.json b/IntermediatesForYou2/info.json index 573590d..cf64ffe 100644 --- a/IntermediatesForYou2/info.json +++ b/IntermediatesForYou2/info.json @@ -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", diff --git a/IntermediatesForYou2/prototypes/recipes.lua b/IntermediatesForYou2/prototypes/recipes.lua index 2b5176a..4a05b37 100644 --- a/IntermediatesForYou2/prototypes/recipes.lua +++ b/IntermediatesForYou2/prototypes/recipes.lua @@ -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}} diff --git a/IntermediatesForYou2/recipe-final-fix.lua b/IntermediatesForYou2/recipe-final-fix.lua index 6380420..c8c4cae 100644 --- a/IntermediatesForYou2/recipe-final-fix.lua +++ b/IntermediatesForYou2/recipe-final-fix.lua @@ -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 \ No newline at end of file diff --git a/IntermediatesForYou2/recipe-modify.lua b/IntermediatesForYou2/recipe-modify.lua index e80b3c4..d26b1e6 100644 --- a/IntermediatesForYou2/recipe-modify.lua +++ b/IntermediatesForYou2/recipe-modify.lua @@ -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)