Apply input to wood lab in final-fixes
This commit is contained in:
parent
5a040ce642
commit
2a6892e423
2 changed files with 8 additions and 0 deletions
7
lignumis/prototypes/content/final.lua
Normal file
7
lignumis/prototypes/content/final.lua
Normal 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"
|
||||||
|
}
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue