Replace yellow belt with brown belt in electric lab recipe

This commit is contained in:
Simon Brodtmann 2025-01-20 22:44:16 +01:00
parent 74e08e9c12
commit 1885e262a1

View file

@ -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