From eabb69f95b2984bcf0d5ba9fbf4566a2a43fa7f8 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Mon, 13 Oct 2025 12:26:46 +0200 Subject: [PATCH] 248k renaming fix --- compatibility/248k.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compatibility/248k.lua b/compatibility/248k.lua index 5e69008..1e0125f 100644 --- a/compatibility/248k.lua +++ b/compatibility/248k.lua @@ -3,7 +3,7 @@ local util = require("data-util"); local pb2 = "fu_lead_item" -if mods["248k"] then +if mods["248k-Redux"] then -- Swap out all 248k titanium for BZ titanium_plate for i, recipe in pairs(data.raw.recipe) do util.replace_ingredient(recipe.name, pb2, "lead-plate")