forked from cacklingfiend/lignumis
Vanilla lab can use Lignumis science packs
This commit is contained in:
parent
39ffa8fab6
commit
3d5edcc333
1 changed files with 15 additions and 0 deletions
|
@ -40,6 +40,21 @@ data.raw.recipe["burner-inserter"].ingredients = {
|
|||
}
|
||||
|
||||
|
||||
-- Lab
|
||||
|
||||
local lab = data.raw["lab"]["lab"]
|
||||
lab.inputs = table.assign({
|
||||
"wood-science-pack",
|
||||
"steam-science-pack"
|
||||
}, lab.inputs)
|
||||
|
||||
local biolab = data.raw["lab"]["biolab"]
|
||||
biolab.inputs = table.assign({
|
||||
"wood-science-pack",
|
||||
"steam-science-pack"
|
||||
}, biolab.inputs)
|
||||
|
||||
|
||||
-- Wood processing
|
||||
|
||||
local wood_processing = data.raw.recipe["wood-processing"]
|
||||
|
|
Loading…
Add table
Reference in a new issue