Regular lab recipe always uses wood belt
This commit is contained in:
parent
be06f702fb
commit
7bc50df763
1 changed files with 1 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue