From 320ae9fafe15517e3c20bbe10eddfff3f37af69a Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Fri, 13 Mar 2026 21:48:06 +0100 Subject: [PATCH] Fixed misspelled tungsten --- Indium2/recipe-modify.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Indium2/recipe-modify.lua b/Indium2/recipe-modify.lua index d7a2bcf..adef6a1 100644 --- a/Indium2/recipe-modify.lua +++ b/Indium2/recipe-modify.lua @@ -4,8 +4,8 @@ local util = require("__bzlib__/data-util") -- Mod changes if mods["IfNickel-Updated"] then - if mods["IfNickel-Updated"] and util.bz.thungsten then - util.replace_some_ingredient(mods["IfNickel-Updated"] and "gimbaled-thruster", util.bz.thungsten and "rocket-engine-nozzle", 1, "cryogenic-seal", 1) + if mods["IfNickel-Updated"] and util.bz.tungsten then + util.replace_some_ingredient(mods["IfNickel-Updated"] and "gimbaled-thruster", util.bz.tungsten and "rocket-engine-nozzle", 1, "cryogenic-seal", 1) end util.remove_ingredient("satellite", "gimbaled-thruster") end