forked from cacklingfiend/lignumis
Wood logistics: Correct lumber mill technology
This commit is contained in:
parent
377a703ed8
commit
31be99bdec
4 changed files with 17 additions and 13 deletions
|
|
@ -119,18 +119,6 @@ else
|
|||
})
|
||||
})
|
||||
|
||||
table.assign(data.raw.technology["advanced-carpentry"], {
|
||||
prerequisites = { "steam-science-pack" },
|
||||
unit = {
|
||||
count = 250,
|
||||
time = 15,
|
||||
ingredients = {
|
||||
{ "wood-science-pack", 1 },
|
||||
{ "steam-science-pack", 1 }
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Recipe:new("lumber-mill")
|
||||
:clone("lumber-mill-copper")
|
||||
:assign({
|
||||
|
|
|
|||
13
lignumis/prototypes/content/technology-updates.lua
Normal file
13
lignumis/prototypes/content/technology-updates.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
if mods["wood-logistics"] then
|
||||
table.assign(data.raw.technology["advanced-carpentry"], {
|
||||
prerequisites = { "steam-science-pack" },
|
||||
unit = {
|
||||
count = 250,
|
||||
time = 15,
|
||||
ingredients = {
|
||||
{ "wood-science-pack", 1 },
|
||||
{ "steam-science-pack", 1 }
|
||||
}
|
||||
}
|
||||
})
|
||||
end
|
||||
|
|
@ -1,2 +1,3 @@
|
|||
require("fuel-category-updates")
|
||||
require("lignumis/planet-updates")
|
||||
require("lignumis/planet-updates")
|
||||
require("technology-updates")
|
||||
Loading…
Add table
Add a link
Reference in a new issue