diff --git a/Nylon2/info.json b/Nylon2/info.json index b9966eb..eacb9d7 100644 --- a/Nylon2/info.json +++ b/Nylon2/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", "? bobassembly", "? BrimStuff-Updated", diff --git a/Nylon2/recipe-modify.lua b/Nylon2/recipe-modify.lua index c86f576..52ac799 100644 --- a/Nylon2/recipe-modify.lua +++ b/Nylon2/recipe-modify.lua @@ -54,9 +54,9 @@ if mods["IfNickel-Updated"] then end if mods["248k-Redux"] then - util.remove_ingredient("fi_fiberer_recipe", "iron-gear-wheel") - util.add_ingredient("fi_fiberer_recipe", "nylon-machine-parts", 30) + util.remove_ingredient("fi_fiberer", "iron-gear-wheel") + util.add_ingredient("fi_fiberer", "nylon-machine-parts", 30) - util.remove_ingredient("fi_compound_machine_recipe", "iron-gear-wheel") - util.add_ingredient("fi_compound_machine_recipe", "nylon-machine-parts", 30) + util.remove_ingredient("fi_compound_machine", "iron-gear-wheel") + util.add_ingredient("fi_compound_machine", "nylon-machine-parts", 30) end \ No newline at end of file