fix metal and stars gold research requirement

This commit is contained in:
Jason Hiatt 2025-01-22 18:40:37 +13:00
parent 866007bb73
commit 858e67cf9c
3 changed files with 9 additions and 1 deletions

View file

@ -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",

View file

@ -1,2 +1,3 @@
require("hot-metals")
require("wood-military")
require("wood-military")
require("metal-and-stars")

View 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