From 1885e262a17144b5afa9ee5c18bbd35d188dec16 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Mon, 20 Jan 2025 22:44:16 +0100 Subject: [PATCH] Replace yellow belt with brown belt in electric lab recipe --- lignumis/prototypes/integrations/vanilla.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lignumis/prototypes/integrations/vanilla.lua b/lignumis/prototypes/integrations/vanilla.lua index 18116bb..4e22e76 100644 --- a/lignumis/prototypes/integrations/vanilla.lua +++ b/lignumis/prototypes/integrations/vanilla.lua @@ -56,6 +56,13 @@ biolab.inputs = table.assign({ "steam-science-pack" }, biolab.inputs) +local lab_recipe = data.raw.recipe["lab"] +for _, ingredient in pairs(lab_recipe.ingredients) do + if ingredient.name == "transport-belt" then + ingredient.name = "wood-transport-belt" + end +end + -- Wood processing