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