Compare commits

..

1 commit
main ... main

Author SHA1 Message Date
Morganite
04a5cba7bb 248k update fixes 2026-02-23 22:08:40 -06:00
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
local util = require("data-util"); local util = require("data-util");
if mods["248k-Redux"] then if mods["248k-Redux"] then
local au2 = "fu_materials_gold_ingot" local au2 = "fu_gold_ingot"
-- Swap out all 248k gold ingot for BZ gold ingot -- Swap out all 248k gold ingot for BZ gold ingot
for i, recipe in pairs(data.raw.recipe) do for i, recipe in pairs(data.raw.recipe) do

View file

@ -1,6 +1,6 @@
local util = require("data-util"); local util = require("data-util");
-- Update 248k gold production chain to include gold ore -- Update 248k gold production chain to include gold ore
util.add_ingredient("fi_pure_gold_recipe", "gold-ore", 10) util.add_ingredient("fi_pure_gold", "gold-ore", 10)
util.add_to_product("fi_pure_gold_recipe", "fi_materials_pure_gold", 2) util.add_to_product("fi_pure_gold", "fi_pure_gold", 2)

View file

@ -17,7 +17,7 @@
"? bztin2 >= 2.1.16", "? bztin2 >= 2.1.16",
"? bzgas2", "? bzgas2",
"? bzchlorine2", "? bzchlorine2",
"? 248k-Redux >= 0.1.22", "? 248k-Redux >= 0.1.35",
"? space-exploration >= 0.7.34", "? space-exploration >= 0.7.34",
"? aai-industry", "? aai-industry",
"(?) aai-loaders", "(?) aai-loaders",