Regular lab recipe always uses wood belt

This commit is contained in:
Simon Brodtmann 2025-03-18 20:36:49 +01:00
parent be06f702fb
commit 7bc50df763

View file

@ -64,14 +64,7 @@ stone_furnace_remnants.animation[1].filename = Lignumis.graphics .. "entity/ston
-- Lab
if settings.startup["lignumis-belt-progression"].value then
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
end
Recipe:new("lab"):replaceIngredient("transport-belt", "wood-transport-belt")
-- Gun turret