forked from cacklingfiend/bzgold2
Compare commits
No commits in common. "main" and "main" have entirely different histories.
3 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
local util = require("data-util");
|
||||
|
||||
if mods["248k-Redux"] then
|
||||
local au2 = "fu_gold_ingot"
|
||||
local au2 = "fu_materials_gold_ingot"
|
||||
|
||||
-- Swap out all 248k gold ingot for BZ gold ingot
|
||||
for i, recipe in pairs(data.raw.recipe) do
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
local util = require("data-util");
|
||||
|
||||
-- Update 248k gold production chain to include gold ore
|
||||
util.add_ingredient("fi_pure_gold", "gold-ore", 10)
|
||||
util.add_to_product("fi_pure_gold", "fi_pure_gold", 2)
|
||||
util.add_ingredient("fi_pure_gold_recipe", "gold-ore", 10)
|
||||
util.add_to_product("fi_pure_gold_recipe", "fi_materials_pure_gold", 2)
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
"? bztin2 >= 2.1.16",
|
||||
"? bzgas2",
|
||||
"? bzchlorine2",
|
||||
"? 248k-Redux >= 0.1.35",
|
||||
"? 248k-Redux >= 0.1.22",
|
||||
"? space-exploration >= 0.7.34",
|
||||
"? aai-industry",
|
||||
"(?) aai-loaders",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue