Add compatibility for K2SO
This commit is contained in:
parent
87bddaf7d3
commit
a17f99a3c6
3 changed files with 9 additions and 1 deletions
|
@ -33,6 +33,7 @@
|
|||
"?fulgora-coralmium-agriculture",
|
||||
"?gleba-reborn",
|
||||
"?hot-metals >= 1.1.0",
|
||||
"?Krastorio2-spaced-out",
|
||||
"?lane-splitters",
|
||||
"?metal-and-stars",
|
||||
"(?)secretas",
|
||||
|
|
6
lignumis/prototypes/compatibility/k2so.lua
Normal file
6
lignumis/prototypes/compatibility/k2so.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
if not mods["Krastorio2-spaced-out"] then return end
|
||||
|
||||
data.raw.recipe["burner-inserter"].ingredients = {
|
||||
{ type = "item", name = "wooden-gear-wheel", amount = 1 },
|
||||
{ type = "item", name = "lumber", amount = 1 }
|
||||
}
|
|
@ -1,3 +1,4 @@
|
|||
require("aai-industry")
|
||||
require("gleba-reborn")
|
||||
require("crushing-industry-updates")
|
||||
require("k2so")
|
Loading…
Add table
Add a link
Reference in a new issue