From 73acbd6dfd985e785c02adb6672a490d9e6fd6b8 Mon Sep 17 00:00:00 2001 From: Morganite Date: Mon, 23 Feb 2026 22:29:51 -0600 Subject: [PATCH] 248k update fixes --- Nylon2/info.json | 2 +- Nylon2/recipe-modify.lua | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.39.5