From 80fb9c77c36e160ec2b58861c244d747e0a76f35 Mon Sep 17 00:00:00 2001 From: Morganite Date: Mon, 23 Feb 2026 22:09:20 -0600 Subject: [PATCH] 248k update fixes --- bzlead2/compatibility/248k.lua | 6 +++--- bzlead2/info.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bzlead2/compatibility/248k.lua b/bzlead2/compatibility/248k.lua index 1e0125f..cbada46 100644 --- a/bzlead2/compatibility/248k.lua +++ b/bzlead2/compatibility/248k.lua @@ -1,6 +1,6 @@ local util = require("data-util"); -local pb2 = "fu_lead_item" +local pb2 = "fu_lead" if mods["248k-Redux"] then @@ -14,7 +14,7 @@ end util.remove_raw("item", pb2) -- Update 248k titanium production chain to include titanium ore -util.add_ingredient("fu_pure_ore_recipe", "lead-ore", 5) -util.add_to_product("fu_pure_ore_recipe", "fi_materials_pure_lead", 5) +util.add_ingredient("fu_pure_ore", "lead-ore", 5) +util.add_to_product("fu_pure_ore", "fu_pure_lead", 5) end diff --git a/bzlead2/info.json b/bzlead2/info.json index 7b311b2..45dfa45 100644 --- a/bzlead2/info.json +++ b/bzlead2/info.json @@ -14,7 +14,7 @@ "? Krastorio2", "? Krastorio2-spaced-out", "? Rich-Rocks-Requiem", - "? 248k-Redux", + "? 248k-Redux >= 0.1.35", "? tenebris", "? deadlock-beltboxes-loaders", "? DeadlockCrating",