forked from cacklingfiend/lignumis
fix metal and stars gold research requirement
This commit is contained in:
parent
866007bb73
commit
858e67cf9c
3 changed files with 9 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
|||
"Wood-Walls >= 1.2.0",
|
||||
"?hot-metals >= 1.1.0",
|
||||
"?wood-military >= 2.3.3",
|
||||
"?metal-and-stars",
|
||||
"!apm_power_ldinc",
|
||||
"!alien-biomes",
|
||||
"!wood-logistics",
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
require("hot-metals")
|
||||
require("wood-military")
|
||||
require("wood-military")
|
||||
require("metal-and-stars")
|
6
lignumis/prototypes/compatibility/metal-and-stars.lua
Normal file
6
lignumis/prototypes/compatibility/metal-and-stars.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
if not mods["metal-and-stars"] then
|
||||
return
|
||||
end
|
||||
|
||||
data.raw.recipe["gold-plate"].enabled = true
|
||||
data.raw.recipe["gold-cable"].enabled = true
|
Loading…
Add table
Reference in a new issue