Apply input to wood lab in final-fixes

This commit is contained in:
Simon Brodtmann 2025-01-16 23:33:59 +01:00
parent 5a040ce642
commit 2a6892e423
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
-- Override science packs in final fixes in the case other mods add their science packs to all labs in a generic way
data.raw.lab["wood-lab"].inputs = {
"wood-science-pack",
"steam-science-pack",
"automation-science-pack",
"logistic-science-pack"
}

View file

@ -113,6 +113,7 @@ data:extend({
}, },
energy_usage = "150kW", energy_usage = "150kW",
researching_speed = 0.5, researching_speed = 0.5,
-- Applied again in final-fixes
inputs = { inputs = {
"wood-science-pack", "wood-science-pack",
"steam-science-pack", "steam-science-pack",