Compare commits

..

No commits in common. "main" and "main" have entirely different histories.
main ... main

2 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@
"homepage": "https://discord.gg/ufvFUJtVwk", "homepage": "https://discord.gg/ufvFUJtVwk",
"dependencies": [ "dependencies": [
"base >= 2.0.0", "base >= 2.0.0",
"? 248k-Redux >= 0.1.35", "? 248k-Redux",
"? aai-industry", "? aai-industry",
"? bobassembly", "? bobassembly",
"? BrimStuff-Updated", "? BrimStuff-Updated",

View file

@ -54,9 +54,9 @@ if mods["IfNickel-Updated"] then
end end
if mods["248k-Redux"] then if mods["248k-Redux"] then
util.remove_ingredient("fi_fiberer", "iron-gear-wheel") util.remove_ingredient("fi_fiberer_recipe", "iron-gear-wheel")
util.add_ingredient("fi_fiberer", "nylon-machine-parts", 30) util.add_ingredient("fi_fiberer_recipe", "nylon-machine-parts", 30)
util.remove_ingredient("fi_compound_machine", "iron-gear-wheel") util.remove_ingredient("fi_compound_machine_recipe", "iron-gear-wheel")
util.add_ingredient("fi_compound_machine", "nylon-machine-parts", 30) util.add_ingredient("fi_compound_machine_recipe", "nylon-machine-parts", 30)
end end